diff --git a/enterprise/grafana/14.0.2/Chart.yaml b/enterprise/grafana/14.0.2/Chart.yaml index 5444bb1c8b6..2070dc0e588 100644 --- a/enterprise/grafana/14.0.2/Chart.yaml +++ b/enterprise/grafana/14.0.2/Chart.yaml @@ -25,7 +25,7 @@ keywords: - monitoring - metrics - logs -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/enterprise/nextcloud/29.1.5/Chart.yaml b/enterprise/nextcloud/29.1.5/Chart.yaml index c04c56f79c3..22bd7079c6b 100644 --- a/enterprise/nextcloud/29.1.5/Chart.yaml +++ b/enterprise/nextcloud/29.1.5/Chart.yaml @@ -33,7 +33,7 @@ keywords: - http - web - php -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/enterprise/prometheus/17.4.2/ix_values.yaml b/enterprise/prometheus/17.4.2/ix_values.yaml index a0cccf4d013..d06b810dcd6 100644 --- a/enterprise/prometheus/17.4.2/ix_values.yaml +++ b/enterprise/prometheus/17.4.2/ix_values.yaml @@ -64,7 +64,7 @@ kps: ## prometheusOperator: enabled: false - + ## global: rbac: @@ -172,7 +172,6 @@ kps: ## enabled: false - service: main: selectorLabels: @@ -324,10 +323,10 @@ serviceAccount: main: enabled: true primary: true - + securityContext: readOnlyRootFilesystem: false - + probes: # -- Liveness probe configuration # @default -- See below diff --git a/incubator/grafana-agent-operator/0.0.1/Chart.yaml b/incubator/grafana-agent-operator/0.0.1/Chart.yaml index 2e3c138b381..37a67f57a2a 100644 --- a/incubator/grafana-agent-operator/0.0.1/Chart.yaml +++ b/incubator/grafana-agent-operator/0.0.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent.png keywords: - grafana-agent - shell -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/incubator/grafana-agent-operator/0.0.1/ix_values.yaml b/incubator/grafana-agent-operator/0.0.1/ix_values.yaml index 93eb71e44bd..2594ea39dd9 100644 --- a/incubator/grafana-agent-operator/0.0.1/ix_values.yaml +++ b/incubator/grafana-agent-operator/0.0.1/ix_values.yaml @@ -18,7 +18,7 @@ workload: podSpec: containers: main: - args: + args: - "--kubelet-service={{ .Values.kubeletService.namespace }}/{{ .Values.kubeletService.serviceName }}" probes: liveness: @@ -27,11 +27,10 @@ workload: enabled: false startup: enabled: false - + portal: open: enabled: false - rbac: main: @@ -41,59 +40,58 @@ rbac: rules: - apiGroups: [monitoring.grafana.com] resources: - - grafanaagents - - metricsinstances - - logsinstances - - podlogs - - integrations + - grafanaagents + - metricsinstances + - logsinstances + - podlogs + - integrations verbs: [get, list, watch] - apiGroups: [monitoring.grafana.com] resources: - - grafanaagents/finalizers - - metricsinstances/finalizers - - logsinstances/finalizers - - podlogs/finalizers - - integrations/finalizers + - grafanaagents/finalizers + - metricsinstances/finalizers + - logsinstances/finalizers + - podlogs/finalizers + - integrations/finalizers verbs: [get, list, watch, update] - apiGroups: [monitoring.coreos.com] resources: - - podmonitors - - probes - - servicemonitors + - podmonitors + - probes + - servicemonitors verbs: [get, list, watch] - apiGroups: [monitoring.coreos.com] resources: - - podmonitors/finalizers - - probes/finalizers - - servicemonitors/finalizers + - podmonitors/finalizers + - probes/finalizers + - servicemonitors/finalizers verbs: [get, list, watch, update] - apiGroups: [""] resources: - - namespaces - - nodes + - namespaces + - nodes verbs: [get, list, watch] - apiGroups: [""] resources: - - secrets - - services - - configmaps - - endpoints + - secrets + - services + - configmaps + - endpoints verbs: [get, list, watch, create, update, patch, delete] - apiGroups: ["apps"] resources: - - statefulsets - - daemonsets - - deployments + - statefulsets + - daemonsets + - deployments verbs: [get, list, watch, create, update, patch, delete] # -- The service account the pods will use to interact with the Kubernetes API serviceAccount: main: enabled: true primary: true - + # -- If both are set, Agent Operator will create and maintain a service for scraping kubelets # https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets kubeletService: namespace: default serviceName: kubelet - \ No newline at end of file diff --git a/incubator/speedtest-tracker/0.0.1/.helmignore b/incubator/speedtest-tracker/0.0.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/incubator/speedtest-tracker/0.0.1/.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/incubator/speedtest-tracker/0.0.1/CHANGELOG.md b/incubator/speedtest-tracker/0.0.1/CHANGELOG.md new file mode 100644 index 00000000000..e69de29bb2d diff --git a/incubator/speedtest-tracker/0.0.1/Chart.yaml b/incubator/speedtest-tracker/0.0.1/Chart.yaml new file mode 100644 index 00000000000..c6ce5e8215e --- /dev/null +++ b/incubator/speedtest-tracker/0.0.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: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: incubator +apiVersion: v2 +appVersion: 0.17.2 +dependencies: + - name: common + version: 18.0.3 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 11.2.1 + 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/incubator/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/incubator/speedtest-tracker + - https://ghcr.io/paperless-ngx/paperless-ngx +type: application +version: 0.0.1 diff --git a/incubator/speedtest-tracker/0.0.1/README.md b/incubator/speedtest-tracker/0.0.1/README.md new file mode 100644 index 00000000000..2def1ee9402 --- /dev/null +++ b/incubator/speedtest-tracker/0.0.1/README.md @@ -0,0 +1,4 @@ +--- +title: README +--- + diff --git a/incubator/speedtest-tracker/0.0.1/app-readme.md b/incubator/speedtest-tracker/0.0.1/app-readme.md new file mode 100644 index 00000000000..ce4ed958e18 --- /dev/null +++ b/incubator/speedtest-tracker/0.0.1/app-readme.md @@ -0,0 +1,8 @@ +Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/speedtest-tracker](https://truecharts.org/charts/incubator/speedtest-tracker) + +--- + +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/incubator/speedtest-tracker/0.0.1/charts/common-18.0.3.tgz b/incubator/speedtest-tracker/0.0.1/charts/common-18.0.3.tgz new file mode 100644 index 00000000000..94e930e88c1 Binary files /dev/null and b/incubator/speedtest-tracker/0.0.1/charts/common-18.0.3.tgz differ diff --git a/incubator/speedtest-tracker/0.0.1/charts/redis-11.2.1.tgz b/incubator/speedtest-tracker/0.0.1/charts/redis-11.2.1.tgz new file mode 100644 index 00000000000..0a779a6f4f2 Binary files /dev/null and b/incubator/speedtest-tracker/0.0.1/charts/redis-11.2.1.tgz differ diff --git a/incubator/speedtest-tracker/0.0.1/ix_values.yaml b/incubator/speedtest-tracker/0.0.1/ix_values.yaml new file mode 100644 index 00000000000..05af5f5715a --- /dev/null +++ b/incubator/speedtest-tracker/0.0.1/ix_values.yaml @@ -0,0 +1,87 @@ +image: + repository: ghcr.io/linuxserver/speedtest-tracker + pullPolicy: IfNotPresent + tag: 0.17.2@sha256:739aaa9df772ff38014d34eb1deddcea16a9e8ab6f72b30e24b23963ca397681 +service: + main: + ports: + main: + targetPort: 80 + port: 9004 +persistence: + config: + enabled: true + mountPath: "/config" +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: "" + 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/incubator/speedtest-tracker/0.0.1/questions.yaml b/incubator/speedtest-tracker/0.0.1/questions.yaml new file mode 100755 index 00000000000..d147869a34d --- /dev/null +++ b/incubator/speedtest-tracker/0.0.1/questions.yaml @@ -0,0 +1,3372 @@ +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: Server Memory + 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: Mail Server Port + schema: + type: string + required: true + default: "" + - variable: MAIL_FROM_ADDRESS + label: Sender Address + schema: + type: string + default: "" + - variable: MAIL_FROM_NAME + label: Sender Name + schema: + type: string + 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: instances + label: Instances + schema: + type: int + default: 1 + - variable: createRO + label: "Create ReadOnly Instance" + schema: + type: boolean + default: false + - variable: recovery + label: "Recovery Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - 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: backups + label: "Backup Settings (Experimental)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + - 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: scheduledBackups + label: ScheduledBackups + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: backupschedule + label: BackupSchedule + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "daily-backup" + required: true + - variable: schedule + label: schedule + schema: + type: string + required: true + default: "0 0 0 * * *" + - variable: backupOwnerReference + label: backupOwnerReference + schema: + type: string + required: true + default: "self" + - variable: immediate + label: immediate + schema: + type: boolean + default: false + - variable: suspend + label: suspend + schema: + type: boolean + default: false + - variable: manualBackups + label: manualBackups + schema: + type: list + default: [] + show_if: [["enabled", "=", true]] + items: + - variable: backup + label: Backup + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: name + schema: + type: string + default: "" + required: true + +# - 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/speedtest-tracker/0.0.1/templates/NOTES.txt b/incubator/speedtest-tracker/0.0.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/incubator/speedtest-tracker/0.0.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/incubator/speedtest-tracker/0.0.1/templates/_secrets.tpl b/incubator/speedtest-tracker/0.0.1/templates/_secrets.tpl new file mode 100644 index 00000000000..7159a4757ce --- /dev/null +++ b/incubator/speedtest-tracker/0.0.1/templates/_secrets.tpl @@ -0,0 +1,11 @@ +{{/* Define the secrets */}} +{{- define "speedtest-tracker.secrets" -}} +{{- $secretName := (printf "%s-speedtest-tracker-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) -}} +{{- $key := randAlphaNum 32 -}} +{{- with (lookup "v1" "Secret" .Release.Namespace $secretName) -}} + {{- $key = index .data "APP_KEY" | b64dec -}} +{{- end }} +enabled: true +data: + APP_KEY: {{ $key }} +{{- end -}} diff --git a/incubator/speedtest-tracker/0.0.1/templates/common.yaml b/incubator/speedtest-tracker/0.0.1/templates/common.yaml new file mode 100644 index 00000000000..5fb28a10c7a --- /dev/null +++ b/incubator/speedtest-tracker/0.0.1/templates/common.yaml @@ -0,0 +1,11 @@ +{{/* Make sure all variables are set properly */}} +{{ include "tc.v1.common.loader.init" . }} + +{{/* Render secrets for speedtest-tracker */}} +{{- $secrets := include "speedtest-tracker.secrets" . | fromYaml -}} +{{- if $secrets -}} +{{- $_ := set .Values.secret "speedtest-tracker-secrets" $secrets -}} +{{- end -}} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/incubator/speedtest-tracker/0.0.1/values.yaml b/incubator/speedtest-tracker/0.0.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/incubator/speedtest-tracker/item.yaml b/incubator/speedtest-tracker/item.yaml new file mode 100644 index 00000000000..4fe1c193177 --- /dev/null +++ b/incubator/speedtest-tracker/item.yaml @@ -0,0 +1,4 @@ +icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png +categories: + - productivity +screenshots: [] diff --git a/incubator/twofauth/1.0.3/Chart.yaml b/incubator/twofauth/1.0.3/Chart.yaml index 7882b7f8e26..0b13d7c2be6 100644 --- a/incubator/twofauth/1.0.3/Chart.yaml +++ b/incubator/twofauth/1.0.3/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.png keywords: - 2fauth - auth -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/operators/grafana-agent-operator/1.1.0/Chart.yaml b/operators/grafana-agent-operator/1.1.0/Chart.yaml index d410cd4f0b3..808a8789e5c 100644 --- a/operators/grafana-agent-operator/1.1.0/Chart.yaml +++ b/operators/grafana-agent-operator/1.1.0/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.p keywords: - grafana-agent - shell -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/operators/grafana-agent-operator/1.1.0/ix_values.yaml b/operators/grafana-agent-operator/1.1.0/ix_values.yaml index ba5a9b74107..64b42681c35 100644 --- a/operators/grafana-agent-operator/1.1.0/ix_values.yaml +++ b/operators/grafana-agent-operator/1.1.0/ix_values.yaml @@ -18,7 +18,7 @@ workload: podSpec: containers: main: - args: + args: - "--kubelet-service={{ .Values.kubeletService.namespace }}/{{ .Values.kubeletService.serviceName }}" probes: liveness: @@ -27,11 +27,10 @@ workload: enabled: false startup: enabled: false - + portal: open: enabled: false - rbac: main: @@ -41,59 +40,58 @@ rbac: rules: - apiGroups: [monitoring.grafana.com] resources: - - grafanaagents - - metricsinstances - - logsinstances - - podlogs - - integrations + - grafanaagents + - metricsinstances + - logsinstances + - podlogs + - integrations verbs: [get, list, watch] - apiGroups: [monitoring.grafana.com] resources: - - grafanaagents/finalizers - - metricsinstances/finalizers - - logsinstances/finalizers - - podlogs/finalizers - - integrations/finalizers + - grafanaagents/finalizers + - metricsinstances/finalizers + - logsinstances/finalizers + - podlogs/finalizers + - integrations/finalizers verbs: [get, list, watch, update] - apiGroups: [monitoring.coreos.com] resources: - - podmonitors - - probes - - servicemonitors + - podmonitors + - probes + - servicemonitors verbs: [get, list, watch] - apiGroups: [monitoring.coreos.com] resources: - - podmonitors/finalizers - - probes/finalizers - - servicemonitors/finalizers + - podmonitors/finalizers + - probes/finalizers + - servicemonitors/finalizers verbs: [get, list, watch, update] - apiGroups: [""] resources: - - namespaces - - nodes + - namespaces + - nodes verbs: [get, list, watch] - apiGroups: [""] resources: - - secrets - - services - - configmaps - - endpoints + - secrets + - services + - configmaps + - endpoints verbs: [get, list, watch, create, update, patch, delete] - apiGroups: ["apps"] resources: - - statefulsets - - daemonsets - - deployments + - statefulsets + - daemonsets + - deployments verbs: [get, list, watch, create, update, patch, delete] # -- The service account the pods will use to interact with the Kubernetes API serviceAccount: main: enabled: true primary: true - + # -- If both are set, Agent Operator will create and maintain a service for scraping kubelets # https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets kubeletService: namespace: default serviceName: kubelet - \ No newline at end of file diff --git a/stable/autoscan/8.1.4/Chart.yaml b/stable/autoscan/8.1.4/Chart.yaml index 0ccaef2e526..b15ade785f2 100644 --- a/stable/autoscan/8.1.4/Chart.yaml +++ b/stable/autoscan/8.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png keywords: - autoscan - media -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/babybuddy/16.1.4/Chart.yaml b/stable/babybuddy/16.1.4/Chart.yaml index 1502f91406c..f6061f924a9 100644 --- a/stable/babybuddy/16.1.4/Chart.yaml +++ b/stable/babybuddy/16.1.4/Chart.yaml @@ -26,7 +26,7 @@ keywords: - tracker - parents - parenting -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/beets/11.1.4/Chart.yaml b/stable/beets/11.1.4/Chart.yaml index 33c9816348a..5633355f972 100644 --- a/stable/beets/11.1.4/Chart.yaml +++ b/stable/beets/11.1.4/Chart.yaml @@ -26,7 +26,7 @@ keywords: - manager - player - beets -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/bitmagnet/1.1.4/Chart.yaml b/stable/bitmagnet/1.1.4/Chart.yaml index 8f1cd62c0f5..3f945ed2d17 100644 --- a/stable/bitmagnet/1.1.4/Chart.yaml +++ b/stable/bitmagnet/1.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png keywords: - torrent - bitmagnet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/budge/9.1.4/Chart.yaml b/stable/budge/9.1.4/Chart.yaml index c42d94ccba4..b181bfe9925 100644 --- a/stable/budge/9.1.4/Chart.yaml +++ b/stable/budge/9.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png keywords: - finance - budge -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/calibre-web/18.1.4/Chart.yaml b/stable/calibre-web/18.1.4/Chart.yaml index 701b9ce9cb1..e2e894a46a2 100644 --- a/stable/calibre-web/18.1.4/Chart.yaml +++ b/stable/calibre-web/18.1.4/Chart.yaml @@ -24,7 +24,7 @@ keywords: - calibre-web - calibre - ebook -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/chroma/2.1.4/Chart.yaml b/stable/chroma/2.1.4/Chart.yaml index b4c7af06d80..e72b64bd61b 100644 --- a/stable/chroma/2.1.4/Chart.yaml +++ b/stable/chroma/2.1.4/Chart.yaml @@ -24,7 +24,7 @@ keywords: - chroma - embedding - database -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/clamav/10.1.4/Chart.yaml b/stable/clamav/10.1.4/Chart.yaml index 70d4398ba83..dc4b07fdbeb 100644 --- a/stable/clamav/10.1.4/Chart.yaml +++ b/stable/clamav/10.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png keywords: - clamav - antivirus -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/cloudflareddns/9.1.4/Chart.yaml b/stable/cloudflareddns/9.1.4/Chart.yaml index 30b5f2c3142..019c4cdbc34 100644 --- a/stable/cloudflareddns/9.1.4/Chart.yaml +++ b/stable/cloudflareddns/9.1.4/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cloudflareddns - ddns - cloudflare -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/cops/8.2.1/Chart.yaml b/stable/cops/8.2.1/Chart.yaml index fa9f6ca5d84..9380ef1a342 100644 --- a/stable/cops/8.2.1/Chart.yaml +++ b/stable/cops/8.2.1/Chart.yaml @@ -26,7 +26,7 @@ keywords: - Cloud - MediaApp-Books - MediaServer-Books -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/dashy/6.1.5/Chart.yaml b/stable/dashy/6.1.5/Chart.yaml index 6d14bd84f4c..1e66d8cd396 100644 --- a/stable/dashy/6.1.5/Chart.yaml +++ b/stable/dashy/6.1.5/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/dillinger/9.1.4/Chart.yaml b/stable/dillinger/9.1.4/Chart.yaml index 29ad72131a1..c7121493561 100644 --- a/stable/dillinger/9.1.4/Chart.yaml +++ b/stable/dillinger/9.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/doublecommander/12.1.4/Chart.yaml b/stable/doublecommander/12.1.4/Chart.yaml index c17d47c05c3..382f5c5345a 100644 --- a/stable/doublecommander/12.1.4/Chart.yaml +++ b/stable/doublecommander/12.1.4/Chart.yaml @@ -24,7 +24,7 @@ keywords: - doublecommander - file - manager -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/duckdns/9.1.4/Chart.yaml b/stable/duckdns/9.1.4/Chart.yaml index aa70052577e..7b944bb9507 100644 --- a/stable/duckdns/9.1.4/Chart.yaml +++ b/stable/duckdns/9.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/duplicacy/6.1.4/Chart.yaml b/stable/duplicacy/6.1.4/Chart.yaml index 9460344a220..350ae15c2b7 100644 --- a/stable/duplicacy/6.1.4/Chart.yaml +++ b/stable/duplicacy/6.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png keywords: - duplicacy - Backup -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/emulatorjs/9.1.4/Chart.yaml b/stable/emulatorjs/9.1.4/Chart.yaml index 6b1cf112ac1..1fd5a134847 100644 --- a/stable/emulatorjs/9.1.4/Chart.yaml +++ b/stable/emulatorjs/9.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/esphome/19.1.4/Chart.yaml b/stable/esphome/19.1.4/Chart.yaml index e7a73024c9b..9f65f1f8c38 100644 --- a/stable/esphome/19.1.4/Chart.yaml +++ b/stable/esphome/19.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/farmos/5.1.3/Chart.yaml b/stable/farmos/5.1.3/Chart.yaml index 119cba658e6..b8ef08b301d 100644 --- a/stable/farmos/5.1.3/Chart.yaml +++ b/stable/farmos/5.1.3/Chart.yaml @@ -24,7 +24,7 @@ keywords: - farmos - Productivity - Tools-Utilities -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/fileflows/10.1.4/Chart.yaml b/stable/fileflows/10.1.4/Chart.yaml index 430ed17c3e6..b344bd7dcf8 100644 --- a/stable/fileflows/10.1.4/Chart.yaml +++ b/stable/fileflows/10.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/fleet/12.2.4/Chart.yaml b/stable/fleet/12.2.4/Chart.yaml index 194d8f57857..d05e0e8bb92 100644 --- a/stable/fleet/12.2.4/Chart.yaml +++ b/stable/fleet/12.2.4/Chart.yaml @@ -29,7 +29,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/freshrss/18.1.4/Chart.yaml b/stable/freshrss/18.1.4/Chart.yaml index 62f14da37d5..22a3411ff57 100644 --- a/stable/freshrss/18.1.4/Chart.yaml +++ b/stable/freshrss/18.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png keywords: - freshrss - rss -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/ghostfolio/4.2.1/Chart.yaml b/stable/ghostfolio/4.2.1/Chart.yaml index adff8294874..13ac2e31666 100644 --- a/stable/ghostfolio/4.2.1/Chart.yaml +++ b/stable/ghostfolio/4.2.1/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png keywords: - ghostfolio - finance -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/gitea/18.3.2/Chart.yaml b/stable/gitea/18.3.2/Chart.yaml index 15a3880ad79..c5a9ab6b56b 100644 --- a/stable/gitea/18.3.2/Chart.yaml +++ b/stable/gitea/18.3.2/Chart.yaml @@ -34,7 +34,7 @@ keywords: - wiki - gitea - gogs -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/gitea/18.3.2/charts/memcached-12.1.4.tgz b/stable/gitea/18.3.2/charts/memcached-12.1.4.tgz index c2440d24fa0..49d11f75e17 100644 Binary files a/stable/gitea/18.3.2/charts/memcached-12.1.4.tgz and b/stable/gitea/18.3.2/charts/memcached-12.1.4.tgz differ diff --git a/stable/grocy/18.1.4/Chart.yaml b/stable/grocy/18.1.4/Chart.yaml index d5c76e6dc56..01eac4e29e5 100644 --- a/stable/grocy/18.1.4/Chart.yaml +++ b/stable/grocy/18.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png keywords: - grocy - home-automation -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/healthchecks/14.1.3/Chart.yaml b/stable/healthchecks/14.1.3/Chart.yaml index 035c00d3fad..962edc9c88f 100644 --- a/stable/healthchecks/14.1.3/Chart.yaml +++ b/stable/healthchecks/14.1.3/Chart.yaml @@ -24,7 +24,7 @@ keywords: - cron - monitoring - alert -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/heimdall/20.1.4/Chart.yaml b/stable/heimdall/20.1.4/Chart.yaml index 8e1a3b89920..b674f79fbd7 100644 --- a/stable/heimdall/20.1.4/Chart.yaml +++ b/stable/heimdall/20.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/kdenlive/5.1.4/Chart.yaml b/stable/kdenlive/5.1.4/Chart.yaml index 7870a390aa9..7df95794e94 100644 --- a/stable/kdenlive/5.1.4/Chart.yaml +++ b/stable/kdenlive/5.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png keywords: - kdenlive - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/kiwix-serve/8.1.4/Chart.yaml b/stable/kiwix-serve/8.1.4/Chart.yaml index d91f20f8495..0364029b2cf 100644 --- a/stable/kiwix-serve/8.1.4/Chart.yaml +++ b/stable/kiwix-serve/8.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png keywords: - kiwix-serve - Productivity -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/lazylibrarian/18.1.4/Chart.yaml b/stable/lazylibrarian/18.1.4/Chart.yaml index 95bea34d976..d4dc48fa48c 100644 --- a/stable/lazylibrarian/18.1.4/Chart.yaml +++ b/stable/lazylibrarian/18.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png keywords: - lazylibrarian - ebooks -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/libremdb/7.1.6/Chart.yaml b/stable/libremdb/7.1.6/Chart.yaml index cf5f1283eb0..8b23be60931 100644 --- a/stable/libremdb/7.1.6/Chart.yaml +++ b/stable/libremdb/7.1.6/Chart.yaml @@ -31,7 +31,7 @@ keywords: - libremdb - media - imdb -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/librespeed/13.1.4/Chart.yaml b/stable/librespeed/13.1.4/Chart.yaml index 6a22bd1e26e..7930c88c213 100644 --- a/stable/librespeed/13.1.4/Chart.yaml +++ b/stable/librespeed/13.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png keywords: - librespeed - speedtest -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/lidarr/20.2.1/Chart.yaml b/stable/lidarr/20.2.1/Chart.yaml index 70bf9d28545..0f699170fcf 100644 --- a/stable/lidarr/20.2.1/Chart.yaml +++ b/stable/lidarr/20.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - lidarr - torrent - usenet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/littlelink/13.1.4/Chart.yaml b/stable/littlelink/13.1.4/Chart.yaml index efec53ba061..068051f61c1 100644 --- a/stable/littlelink/13.1.4/Chart.yaml +++ b/stable/littlelink/13.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/logitech-media-server/11.1.4/Chart.yaml b/stable/logitech-media-server/11.1.4/Chart.yaml index 2a59b41ac6e..0cab54f1057 100644 --- a/stable/logitech-media-server/11.1.4/Chart.yaml +++ b/stable/logitech-media-server/11.1.4/Chart.yaml @@ -25,7 +25,7 @@ keywords: - squeezebox - audio - streaming -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/mattermost/12.2.1/Chart.yaml b/stable/mattermost/12.2.1/Chart.yaml index 50cfcce2443..e581322b3f4 100644 --- a/stable/mattermost/12.2.1/Chart.yaml +++ b/stable/mattermost/12.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - team - mattermost - development -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/medusa/10.1.4/Chart.yaml b/stable/medusa/10.1.4/Chart.yaml index 7944947016d..994f2f89a85 100644 --- a/stable/medusa/10.1.4/Chart.yaml +++ b/stable/medusa/10.1.4/Chart.yaml @@ -27,7 +27,7 @@ keywords: - manager - tv - shows -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/minetest/8.1.4/Chart.yaml b/stable/minetest/8.1.4/Chart.yaml index 2449a6b51a4..737e5176e39 100644 --- a/stable/minetest/8.1.4/Chart.yaml +++ b/stable/minetest/8.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/minio/11.1.4/Chart.yaml b/stable/minio/11.1.4/Chart.yaml index b36e67151f6..efcb0c4d3ba 100644 --- a/stable/minio/11.1.4/Chart.yaml +++ b/stable/minio/11.1.4/Chart.yaml @@ -24,7 +24,7 @@ keywords: - minio - s3 - storage -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/monero-node/6.0.3/Chart.yaml b/stable/monero-node/6.0.3/Chart.yaml index 8da733d3342..9ea9c5db992 100644 --- a/stable/monero-node/6.0.3/Chart.yaml +++ b/stable/monero-node/6.0.3/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Crypto - Tools-Utilities - Network-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/mylar/13.1.4/Chart.yaml b/stable/mylar/13.1.4/Chart.yaml index 51d1228b449..222172925b7 100644 --- a/stable/mylar/13.1.4/Chart.yaml +++ b/stable/mylar/13.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/mysql-workbench/9.1.4/Chart.yaml b/stable/mysql-workbench/9.1.4/Chart.yaml index 00a0ec15509..7625e7b418e 100644 --- a/stable/mysql-workbench/9.1.4/Chart.yaml +++ b/stable/mysql-workbench/9.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/neko/5.1.13/Chart.yaml b/stable/neko/5.1.13/Chart.yaml index 443dd0c4009..fa9f13a4070 100644 --- a/stable/neko/5.1.13/Chart.yaml +++ b/stable/neko/5.1.13/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png keywords: - neko - video -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/nocodb/13.1.4/Chart.yaml b/stable/nocodb/13.1.4/Chart.yaml index 48e8442f2db..a0870bdf555 100644 --- a/stable/nocodb/13.1.4/Chart.yaml +++ b/stable/nocodb/13.1.4/Chart.yaml @@ -29,7 +29,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/onlyoffice-document-server/17.1.3/Chart.yaml b/stable/onlyoffice-document-server/17.1.3/Chart.yaml index f259caaa0cc..c4fa2e5644e 100644 --- a/stable/onlyoffice-document-server/17.1.3/Chart.yaml +++ b/stable/onlyoffice-document-server/17.1.3/Chart.yaml @@ -24,12 +24,12 @@ dependencies: 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.' +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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/openvscode-server/9.1.4/Chart.yaml b/stable/openvscode-server/9.1.4/Chart.yaml index 2d4a10c00b2..824af611986 100644 --- a/stable/openvscode-server/9.1.4/Chart.yaml +++ b/stable/openvscode-server/9.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/paperless-ngx/7.1.4/Chart.yaml b/stable/paperless-ngx/7.1.4/Chart.yaml index b43e5fb526d..bc6b3b0859e 100644 --- a/stable/paperless-ngx/7.1.4/Chart.yaml +++ b/stable/paperless-ngx/7.1.4/Chart.yaml @@ -32,7 +32,7 @@ keywords: - paperless-ngx - documents - paper -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/piwigo/12.2.4/Chart.yaml b/stable/piwigo/12.2.4/Chart.yaml index 72f8a393543..dba71ee7392 100644 --- a/stable/piwigo/12.2.4/Chart.yaml +++ b/stable/piwigo/12.2.4/Chart.yaml @@ -32,7 +32,7 @@ keywords: - gallery - photo - image -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz b/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz index bc9ec245fa9..0ed34a86221 100644 Binary files a/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz and b/stable/plausible/10.2.5/charts/clickhouse-12.1.3.tgz differ diff --git a/stable/plextraktsync/7.2.1/Chart.yaml b/stable/plextraktsync/7.2.1/Chart.yaml index a7dc643ac3b..efb03a32b55 100644 --- a/stable/plextraktsync/7.2.1/Chart.yaml +++ b/stable/plextraktsync/7.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - plextraktsync - Tools-Utilities - MediaApp-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/protonmail-bridge/14.2.1/Chart.yaml b/stable/protonmail-bridge/14.2.1/Chart.yaml index 9ae6c076eaa..7b5e8b9e795 100644 --- a/stable/protonmail-bridge/14.2.1/Chart.yaml +++ b/stable/protonmail-bridge/14.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png keywords: - protonmail - protonmail-bridge -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/prowlarr/15.2.1/Chart.yaml b/stable/prowlarr/15.2.1/Chart.yaml index 07d1e3e9276..5dd639cd8ef 100644 --- a/stable/prowlarr/15.2.1/Chart.yaml +++ b/stable/prowlarr/15.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prowlarr - torrent - usenet -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/prusaslicer-novnc/8.1.4/Chart.yaml b/stable/prusaslicer-novnc/8.1.4/Chart.yaml index da3b287ec20..3d12a4cb924 100644 --- a/stable/prusaslicer-novnc/8.1.4/Chart.yaml +++ b/stable/prusaslicer-novnc/8.1.4/Chart.yaml @@ -24,7 +24,7 @@ keywords: - prusaslicer-novnc - home-automation - Productivity -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/pwndrop/9.1.4/Chart.yaml b/stable/pwndrop/9.1.4/Chart.yaml index 70a4f825da2..ad2eec4bb3a 100644 --- a/stable/pwndrop/9.1.4/Chart.yaml +++ b/stable/pwndrop/9.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/pyload-ng/5.1.4/Chart.yaml b/stable/pyload-ng/5.1.4/Chart.yaml index 9eaa7fb5655..0c14adee21c 100644 --- a/stable/pyload-ng/5.1.4/Chart.yaml +++ b/stable/pyload-ng/5.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png keywords: - pyload-ng - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/qbitrr/4.2.1/Chart.yaml b/stable/qbitrr/4.2.1/Chart.yaml index d92cbca1bbb..d113167ca99 100644 --- a/stable/qbitrr/4.2.1/Chart.yaml +++ b/stable/qbitrr/4.2.1/Chart.yaml @@ -24,7 +24,7 @@ keywords: - qbitrr - Downloaders - MediaApp-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/quassel-core/11.1.3/Chart.yaml b/stable/quassel-core/11.1.3/Chart.yaml index 1b75a8ca831..9c3b662f58a 100644 --- a/stable/quassel-core/11.1.3/Chart.yaml +++ b/stable/quassel-core/11.1.3/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/rdesktop/8.1.27/Chart.yaml b/stable/rdesktop/8.1.27/Chart.yaml index 774d62333de..9b86b4077fa 100644 --- a/stable/rdesktop/8.1.27/Chart.yaml +++ b/stable/rdesktop/8.1.27/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png keywords: - rdesktop - desktops -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/rflood/5.1.4/Chart.yaml b/stable/rflood/5.1.4/Chart.yaml index 6606663a252..85dfe55be61 100644 --- a/stable/rflood/5.1.4/Chart.yaml +++ b/stable/rflood/5.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png keywords: - rflood - downloaders -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/rsnapshot/9.1.4/Chart.yaml b/stable/rsnapshot/9.1.4/Chart.yaml index a331a15a7a4..451eced5200 100644 --- a/stable/rsnapshot/9.1.4/Chart.yaml +++ b/stable/rsnapshot/9.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/rsshub/12.1.6/Chart.yaml b/stable/rsshub/12.1.6/Chart.yaml index 9d9d17344e4..08bd160cb91 100644 --- a/stable/rsshub/12.1.6/Chart.yaml +++ b/stable/rsshub/12.1.6/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png keywords: - rsshub - rss -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/satisfactory/9.1.4/Chart.yaml b/stable/satisfactory/9.1.4/Chart.yaml index 18b61e4c4f7..936395cf75d 100644 --- a/stable/satisfactory/9.1.4/Chart.yaml +++ b/stable/satisfactory/9.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/scrutiny/10.1.4/Chart.yaml b/stable/scrutiny/10.1.4/Chart.yaml index 9123617d4a8..aaa56f50d79 100644 --- a/stable/scrutiny/10.1.4/Chart.yaml +++ b/stable/scrutiny/10.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/searxng/7.1.4/Chart.yaml b/stable/searxng/7.1.4/Chart.yaml index d9b4cd649e2..0667167ad2d 100644 --- a/stable/searxng/7.1.4/Chart.yaml +++ b/stable/searxng/7.1.4/Chart.yaml @@ -24,7 +24,7 @@ keywords: - searxng - Productivity - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/serpbear/3.1.4/Chart.yaml b/stable/serpbear/3.1.4/Chart.yaml index 0fb8449816a..bf2a3c243fa 100644 --- a/stable/serpbear/3.1.4/Chart.yaml +++ b/stable/serpbear/3.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.png keywords: - serpbear - metrics -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/sourcegraph/5.1.4/Chart.yaml b/stable/sourcegraph/5.1.4/Chart.yaml index e41623209b1..c4fe7af5afe 100644 --- a/stable/sourcegraph/5.1.4/Chart.yaml +++ b/stable/sourcegraph/5.1.4/Chart.yaml @@ -27,7 +27,7 @@ keywords: - Network-Web - Productivity - Tools-Utilities -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tachidesk-docker/6.1.4/Chart.yaml b/stable/tachidesk-docker/6.1.4/Chart.yaml index cb987b87d6c..1eb371db590 100644 --- a/stable/tachidesk-docker/6.1.4/Chart.yaml +++ b/stable/tachidesk-docker/6.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png keywords: - tachidesk-docker - MediaServer-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tar1090/5.1.5/Chart.yaml b/stable/tar1090/5.1.5/Chart.yaml index 1b60b367927..63a40b1ee21 100644 --- a/stable/tar1090/5.1.5/Chart.yaml +++ b/stable/tar1090/5.1.5/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png keywords: - tar1090 - Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/theme-park/9.2.1/Chart.yaml b/stable/theme-park/9.2.1/Chart.yaml index b59ea5ba537..0667573e07b 100644 --- a/stable/theme-park/9.2.1/Chart.yaml +++ b/stable/theme-park/9.2.1/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png keywords: - theme-park - customization -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/thunderbird/5.1.4/Chart.yaml b/stable/thunderbird/5.1.4/Chart.yaml index d0fc2b2bb3e..0355e9c993a 100644 --- a/stable/thunderbird/5.1.4/Chart.yaml +++ b/stable/thunderbird/5.1.4/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.png keywords: - thunderbird - mail -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tt-rss/16.1.6/Chart.yaml b/stable/tt-rss/16.1.6/Chart.yaml index 98a42b58a2b..401fe495a48 100644 --- a/stable/tt-rss/16.1.6/Chart.yaml +++ b/stable/tt-rss/16.1.6/Chart.yaml @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png keywords: - tt-rss - rss -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tubesync/5.1.3/Chart.yaml b/stable/tubesync/5.1.3/Chart.yaml index b6a93c6779d..74afb614d30 100644 --- a/stable/tubesync/5.1.3/Chart.yaml +++ b/stable/tubesync/5.1.3/Chart.yaml @@ -25,7 +25,7 @@ keywords: - Downloaders - MediaApp-Video - MediaServer-Video -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/tvheadend/19.1.4/Chart.yaml b/stable/tvheadend/19.1.4/Chart.yaml index d30aa208be5..e33e0cdf913 100644 --- a/stable/tvheadend/19.1.4/Chart.yaml +++ b/stable/tvheadend/19.1.4/Chart.yaml @@ -25,7 +25,7 @@ keywords: - tv - streaming - dvb -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/twonky-server/5.1.4/Chart.yaml b/stable/twonky-server/5.1.4/Chart.yaml index 0222814db8b..988bc5b200b 100644 --- a/stable/twonky-server/5.1.4/Chart.yaml +++ b/stable/twonky-server/5.1.4/Chart.yaml @@ -25,7 +25,7 @@ keywords: - MediaServer-Video - MediaServer-Music - MediaServer-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/vertex/5.1.4/Chart.yaml b/stable/vertex/5.1.4/Chart.yaml index 5ec9bc40259..e0f45cd52f6 100644 --- a/stable/vertex/5.1.4/Chart.yaml +++ b/stable/vertex/5.1.4/Chart.yaml @@ -24,7 +24,7 @@ keywords: - vertex - home-automation - Tools-Utilities -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/wallos/4.1.5/Chart.yaml b/stable/wallos/4.1.5/Chart.yaml index eba07ce568c..d9419468f73 100644 --- a/stable/wallos/4.1.5/Chart.yaml +++ b/stable/wallos/4.1.5/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/webgrabplus/9.1.4/Chart.yaml b/stable/webgrabplus/9.1.4/Chart.yaml index 45016374ee0..6ea0572c7f3 100644 --- a/stable/webgrabplus/9.1.4/Chart.yaml +++ b/stable/webgrabplus/9.1.4/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/wekan/14.2.1/Chart.yaml b/stable/wekan/14.2.1/Chart.yaml index 015b43bc58f..048b893991d 100644 --- a/stable/wekan/14.2.1/Chart.yaml +++ b/stable/wekan/14.2.1/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png keywords: - wekan - kanban -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/whisparr/9.1.4/Chart.yaml b/stable/whisparr/9.1.4/Chart.yaml index 045fa2f5541..19dd0193995 100644 --- a/stable/whisparr/9.1.4/Chart.yaml +++ b/stable/whisparr/9.1.4/Chart.yaml @@ -24,7 +24,7 @@ keywords: - whisparr - Downloaders - MediaApp-Other -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/wordpress/7.2.4/Chart.yaml b/stable/wordpress/7.2.4/Chart.yaml index 772bf589aac..804daed9934 100644 --- a/stable/wordpress/7.2.4/Chart.yaml +++ b/stable/wordpress/7.2.4/Chart.yaml @@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png keywords: - wordpress - cms -kubeVersion: '>=1.24.0-0' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/wyoming-piper/4.2.0/Chart.yaml b/stable/wyoming-piper/4.2.0/Chart.yaml index 89916708f7d..9960b94a849 100644 --- a/stable/wyoming-piper/4.2.0/Chart.yaml +++ b/stable/wyoming-piper/4.2.0/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/xen-orchestra/8.1.5/Chart.yaml b/stable/xen-orchestra/8.1.5/Chart.yaml index 9377b5cb4c7..de9c1b03da1 100644 --- a/stable/xen-orchestra/8.1.5/Chart.yaml +++ b/stable/xen-orchestra/8.1.5/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/znc/9.2.1/Chart.yaml b/stable/znc/9.2.1/Chart.yaml index 208a1b0f232..8ac2191b092 100644 --- a/stable/znc/9.2.1/Chart.yaml +++ b/stable/znc/9.2.1/Chart.yaml @@ -22,7 +22,7 @@ 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' +kubeVersion: ">=1.24.0-0" maintainers: - name: TrueCharts email: info@truecharts.org