{ "4.7.5": { "healthy": true, "supported": true, "healthy_error": null, "location": "/home/runner/_work/catalog/catalog/system/velero/4.7.5", "last_update": "2024-05-29 12:35:14", "required_features": [], "human_version": "latest_4.7.5", "version": "4.7.5", "chart_metadata": { "annotations": { "max_scale_version": "24.04.0", "min_scale_version": "23.10.0", "truecharts.org/category": "operators", "truecharts.org/max_helm_version": "3.14", "truecharts.org/min_helm_version": "3.11", "truecharts.org/train": "system" }, "apiVersion": "v2", "appVersion": "latest", "dependencies": [ { "name": "common", "version": "20.2.10", "repository": "oci://tccr.io/truecharts", "condition": "", "alias": "", "tags": [], "import-values": [] }, { "name": "velero", "version": "5.4.1", "repository": "oci://ghcr.io/vmware-tanzu/charts", "condition": "", "alias": "velero", "tags": [], "import-values": [] } ], "deprecated": false, "description": "Velero is a kubernetes-native backup solution", "home": "https://truecharts.org/charts/system/velero", "icon": "https://truecharts.org/img/hotlink-ok/chart-icons/velero.png", "keywords": [ "velero", "backup" ], "kubeVersion": ">=1.24.0-0", "maintainers": [ { "name": "TrueCharts", "email": "info@truecharts.org", "url": "https://truecharts.org" } ], "name": "velero", "sources": [ "https://cert-manager.io/", "https://github.com/cert-manager", "https://github.com/truecharts/charts/tree/master/charts/system/velero", "https://github.com/truecharts/containers/tree/master/apps/alpine" ], "type": "application", "version": "4.7.5" }, "app_metadata": null, "schema": { "groups": [ { "name": "Container Image", "description": "Image to be used for container" }, { "name": "General Settings", "description": "General Deployment Settings" }, { "name": "Workload Settings", "description": "Workload Settings" }, { "name": "App Configuration", "description": "App Specific Config Options" }, { "name": "Networking and Services", "description": "Configure Network and Services for Container" }, { "name": "Storage and Persistence", "description": "Persist and Share Data that is Separate from the Container" }, { "name": "Ingress", "description": "Ingress Configuration" }, { "name": "Security and Permissions", "description": "Configure Security Context and Permissions" }, { "name": "Resources and Devices", "description": "Specify Resources/Devices to be Allocated to Workload" }, { "name": "Middlewares", "description": "Traefik Middlewares" }, { "name": "Metrics", "description": "Metrics" }, { "name": "Addons", "description": "Addon Configuration" }, { "name": "Backup Configuration", "description": "Configure Velero Backup Schedule" }, { "name": "Advanced", "description": "Advanced Configuration" }, { "name": "Postgresql", "description": "Postgresql" }, { "name": "Documentation", "description": "Documentation" } ], "questions": [ { "variable": "global", "group": "General Settings", "label": "Global Settings", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "stopAll", "label": "Stop All", "description": "Stops All Running pods and hibernates cnpg", "schema": { "type": "boolean", "default": false } } ] } }, { "variable": "backupStorageLocationList", "group": "App Configuration", "label": "Backup Storage Locations", "schema": { "type": "list", "default": [], "items": [ { "variable": "bslEntry", "label": "Backup Storage Location", "schema": { "type": "dict", "additional_attrs": true, "attrs": [ { "variable": "enabled", "label": "Enabled", "schema": { "type": "boolean", "hidden": true, "default": true } }, { "variable": "name", "label": "Name", "schema": { "type": "string", "required": true, "default": "default" } }, { "variable": "accessMode", "label": "accessMode", "schema": { "type": "string", "required": true, "default": "ReadWrite" } }, { "variable": "objectStorage", "label": "objectStorage", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "bucket", "label": "bucket", "schema": { "type": "string", "required": true, "default": "" } }, { "variable": "prefix", "label": "prefix", "schema": { "type": "string", "default": "" } } ] } }, { "variable": "provider", "label": "Provider", "schema": { "type": "string", "required": true, "default": "s3", "enum": [ { "value": "s3", "description": "S3" }, { "value": "aws", "description": "aws" } ] } }, { "variable": "credential", "label": "Storage Location Credential", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "aws", "label": "aws", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "id", "label": "id", "schema": { "type": "string", "default": "" } }, { "variable": "key", "label": "key", "schema": { "type": "string", "default": "" } } ] } }, { "variable": "s3", "label": "s3", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "id", "label": "id", "schema": { "type": "string", "default": "" } }, { "variable": "key", "label": "key", "schema": { "type": "string", "default": "" } } ] } } ] } }, { "variable": "config", "label": "Storage Location Config", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "region", "label": "region", "schema": { "type": "string", "default": "" } }, { "variable": "s3ForcePathStyle", "label": "s3ForcePathStyle", "schema": { "type": "string", "default": "" } }, { "variable": "s3Url", "label": "s3Url", "schema": { "type": "string", "default": "" } }, { "variable": "kmsKeyId", "label": "kmsKeyId", "schema": { "type": "string", "default": "" } }, { "variable": "resourceGroup", "label": "resourceGroup", "schema": { "type": "string", "default": "" } }, { "variable": "storageAccount", "label": "storageAccount", "schema": { "type": "string", "default": "" } }, { "variable": "publicUrl", "label": "publicUrl", "schema": { "type": "string", "default": "" } }, { "variable": "insecureSkipTLSVerify", "label": "insecureSkipTLSVerify", "schema": { "type": "string", "default": "" } } ] } } ] } } ] } }, { "variable": "volumeSnapshotLocationList", "group": "App Configuration", "label": "volume Snapshot Locations", "schema": { "type": "list", "default": [], "items": [ { "variable": "vslEntry", "label": "volume Snapshot Location", "schema": { "type": "dict", "additional_attrs": true, "attrs": [ { "variable": "enabled", "label": "Enabled", "schema": { "type": "boolean", "hidden": true, "default": true } }, { "variable": "name", "label": "Name", "schema": { "type": "string", "required": true, "default": "default" } }, { "variable": "provider", "label": "Provider", "schema": { "type": "string", "required": true, "default": "openebs.io/zfspv-blockstore", "enum": [ { "value": "openebs.io/zfspv-blockstore", "description": "openebs.io/zfspv-blockstore" } ] } }, { "variable": "credential", "label": "Storage Location Credential", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "aws", "label": "aws", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "id", "label": "id", "schema": { "type": "string", "default": "" } }, { "variable": "key", "label": "key", "schema": { "type": "string", "default": "" } } ] } }, { "variable": "s3", "label": "s3", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "id", "label": "id", "schema": { "type": "string", "default": "" } }, { "variable": "key", "label": "key", "schema": { "type": "string", "default": "" } } ] } } ] } }, { "variable": "config", "label": "Storage Location Config", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "provider", "label": "Provider", "schema": { "type": "string", "required": true, "default": "s3", "enum": [ { "value": "s3", "description": "S3" }, { "value": "aws", "description": "aws" } ] } }, { "variable": "bucket", "label": "bucket", "schema": { "type": "string", "default": "", "required": true } }, { "variable": "region", "label": "region", "schema": { "type": "string", "default": "" } }, { "variable": "s3ForcePathStyle", "label": "s3ForcePathStyle", "schema": { "type": "string", "default": "" } }, { "variable": "s3Url", "label": "s3Url", "schema": { "type": "string", "default": "" } }, { "variable": "kmsKeyId", "label": "kmsKeyId", "schema": { "type": "string", "default": "" } }, { "variable": "resourceGroup", "label": "resourceGroup", "schema": { "type": "string", "default": "" } }, { "variable": "storageAccount", "label": "storageAccount", "schema": { "type": "string", "default": "" } }, { "variable": "publicUrl", "label": "publicUrl", "schema": { "type": "string", "default": "" } }, { "variable": "insecureSkipTLSVerify", "label": "insecureSkipTLSVerify", "schema": { "type": "string", "default": "" } } ] } } ] } } ] } } ] }, "app_readme": "

Velero is a kubernetes-native backup solution

\n

This App is supplied by TrueCharts, for more information visit the manual: https://truecharts.org/charts/system/velero

\n
\n

TrueCharts can only exist due to the incredible effort of our staff.\nPlease consider making a donation or contributing back to the project any way you can!

", "detailed_readme": "
\n

title: README

\n

General Info

\n

TrueCharts can be installed as both normal Helm Charts or as Apps on TrueNAS SCALE.\nHowever only installations using the TrueNAS SCALE Apps system are supported.

\n

For more information about this App, please check the docs on the TrueCharts website

\n

This chart is not maintained by the upstream project and any issues with the chart should be raised here

\n

Support

\n\n
\n

Sponsor TrueCharts

\n

TrueCharts can only exist due to the incredible effort of our staff.\nPlease consider making a donation or contributing back to the project any way you can!

\n

All Rights Reserved - The TrueCharts Project

", "changelog": "
\n

title: Changelog

\n

for the complete changelog, please refer to the website

\n

Important:

\n

velero-4.7.5 (2024-03-30)

\n

Chore

\n\n

velero-4.7.5 (2024-03-30)

\n

Chore

\n\n

velero-4.7.5 (2024-03-30)

\n

Chore

\n\n

velero-4.7.5 (2024-03-30)

\n

Chore

\n\n

velero-4.7.5 (2024-03-30)

\n

Chore

\n" }, "4.7.4": { "healthy": true, "supported": true, "healthy_error": null, "location": "/home/runner/_work/catalog/catalog/system/velero/4.7.4", "last_update": "2024-05-29 12:35:14", "required_features": [], "human_version": "latest_4.7.4", "version": "4.7.4", "chart_metadata": { "annotations": { "max_scale_version": "24.04.0", "min_scale_version": "23.10.0", "truecharts.org/category": "operators", "truecharts.org/max_helm_version": "3.14", "truecharts.org/min_helm_version": "3.11", "truecharts.org/train": "system" }, "apiVersion": "v2", "appVersion": "latest", "dependencies": [ { "name": "common", "version": "20.2.9", "repository": "oci://tccr.io/truecharts", "condition": "", "alias": "", "tags": [], "import-values": [] }, { "name": "velero", "version": "5.4.1", "repository": "oci://ghcr.io/vmware-tanzu/charts", "condition": "", "alias": "velero", "tags": [], "import-values": [] } ], "deprecated": false, "description": "Velero is a kubernetes-native backup solution", "home": "https://truecharts.org/charts/system/velero", "icon": "https://truecharts.org/img/hotlink-ok/chart-icons/velero.png", "keywords": [ "velero", "backup" ], "kubeVersion": ">=1.24.0-0", "maintainers": [ { "name": "TrueCharts", "email": "info@truecharts.org", "url": "https://truecharts.org" } ], "name": "velero", "sources": [ "https://cert-manager.io/", "https://github.com/cert-manager", "https://github.com/truecharts/charts/tree/master/charts/system/velero", "https://github.com/truecharts/containers/tree/master/apps/alpine" ], "type": "application", "version": "4.7.4" }, "app_metadata": null, "schema": { "groups": [ { "name": "Container Image", "description": "Image to be used for container" }, { "name": "General Settings", "description": "General Deployment Settings" }, { "name": "Workload Settings", "description": "Workload Settings" }, { "name": "App Configuration", "description": "App Specific Config Options" }, { "name": "Networking and Services", "description": "Configure Network and Services for Container" }, { "name": "Storage and Persistence", "description": "Persist and Share Data that is Separate from the Container" }, { "name": "Ingress", "description": "Ingress Configuration" }, { "name": "Security and Permissions", "description": "Configure Security Context and Permissions" }, { "name": "Resources and Devices", "description": "Specify Resources/Devices to be Allocated to Workload" }, { "name": "Middlewares", "description": "Traefik Middlewares" }, { "name": "Metrics", "description": "Metrics" }, { "name": "Addons", "description": "Addon Configuration" }, { "name": "Backup Configuration", "description": "Configure Velero Backup Schedule" }, { "name": "Advanced", "description": "Advanced Configuration" }, { "name": "Postgresql", "description": "Postgresql" }, { "name": "Documentation", "description": "Documentation" } ], "questions": [ { "variable": "global", "group": "General Settings", "label": "Global Settings", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "stopAll", "label": "Stop All", "description": "Stops All Running pods and hibernates cnpg", "schema": { "type": "boolean", "default": false } } ] } }, { "variable": "backupStorageLocationList", "group": "App Configuration", "label": "Backup Storage Locations", "schema": { "type": "list", "default": [], "items": [ { "variable": "bslEntry", "label": "Backup Storage Location", "schema": { "type": "dict", "additional_attrs": true, "attrs": [ { "variable": "enabled", "label": "Enabled", "schema": { "type": "boolean", "hidden": true, "default": true } }, { "variable": "name", "label": "Name", "schema": { "type": "string", "required": true, "default": "default" } }, { "variable": "accessMode", "label": "accessMode", "schema": { "type": "string", "required": true, "default": "ReadWrite" } }, { "variable": "objectStorage", "label": "objectStorage", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "bucket", "label": "bucket", "schema": { "type": "string", "required": true, "default": "" } }, { "variable": "prefix", "label": "prefix", "schema": { "type": "string", "default": "" } } ] } }, { "variable": "provider", "label": "Provider", "schema": { "type": "string", "required": true, "default": "s3", "enum": [ { "value": "s3", "description": "S3" }, { "value": "aws", "description": "aws" } ] } }, { "variable": "credential", "label": "Storage Location Credential", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "aws", "label": "aws", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "id", "label": "id", "schema": { "type": "string", "default": "" } }, { "variable": "key", "label": "key", "schema": { "type": "string", "default": "" } } ] } }, { "variable": "s3", "label": "s3", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "id", "label": "id", "schema": { "type": "string", "default": "" } }, { "variable": "key", "label": "key", "schema": { "type": "string", "default": "" } } ] } } ] } }, { "variable": "config", "label": "Storage Location Config", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "region", "label": "region", "schema": { "type": "string", "default": "" } }, { "variable": "s3ForcePathStyle", "label": "s3ForcePathStyle", "schema": { "type": "string", "default": "" } }, { "variable": "s3Url", "label": "s3Url", "schema": { "type": "string", "default": "" } }, { "variable": "kmsKeyId", "label": "kmsKeyId", "schema": { "type": "string", "default": "" } }, { "variable": "resourceGroup", "label": "resourceGroup", "schema": { "type": "string", "default": "" } }, { "variable": "storageAccount", "label": "storageAccount", "schema": { "type": "string", "default": "" } }, { "variable": "publicUrl", "label": "publicUrl", "schema": { "type": "string", "default": "" } }, { "variable": "insecureSkipTLSVerify", "label": "insecureSkipTLSVerify", "schema": { "type": "string", "default": "" } } ] } } ] } } ] } }, { "variable": "volumeSnapshotLocationList", "group": "App Configuration", "label": "volume Snapshot Locations", "schema": { "type": "list", "default": [], "items": [ { "variable": "vslEntry", "label": "volume Snapshot Location", "schema": { "type": "dict", "additional_attrs": true, "attrs": [ { "variable": "enabled", "label": "Enabled", "schema": { "type": "boolean", "hidden": true, "default": true } }, { "variable": "name", "label": "Name", "schema": { "type": "string", "required": true, "default": "default" } }, { "variable": "provider", "label": "Provider", "schema": { "type": "string", "required": true, "default": "openebs.io/zfspv-blockstore", "enum": [ { "value": "openebs.io/zfspv-blockstore", "description": "openebs.io/zfspv-blockstore" } ] } }, { "variable": "credential", "label": "Storage Location Credential", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "aws", "label": "aws", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "id", "label": "id", "schema": { "type": "string", "default": "" } }, { "variable": "key", "label": "key", "schema": { "type": "string", "default": "" } } ] } }, { "variable": "s3", "label": "s3", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "id", "label": "id", "schema": { "type": "string", "default": "" } }, { "variable": "key", "label": "key", "schema": { "type": "string", "default": "" } } ] } } ] } }, { "variable": "config", "label": "Storage Location Config", "schema": { "additional_attrs": true, "type": "dict", "attrs": [ { "variable": "provider", "label": "Provider", "schema": { "type": "string", "required": true, "default": "s3", "enum": [ { "value": "s3", "description": "S3" }, { "value": "aws", "description": "aws" } ] } }, { "variable": "bucket", "label": "bucket", "schema": { "type": "string", "default": "", "required": true } }, { "variable": "region", "label": "region", "schema": { "type": "string", "default": "" } }, { "variable": "s3ForcePathStyle", "label": "s3ForcePathStyle", "schema": { "type": "string", "default": "" } }, { "variable": "s3Url", "label": "s3Url", "schema": { "type": "string", "default": "" } }, { "variable": "kmsKeyId", "label": "kmsKeyId", "schema": { "type": "string", "default": "" } }, { "variable": "resourceGroup", "label": "resourceGroup", "schema": { "type": "string", "default": "" } }, { "variable": "storageAccount", "label": "storageAccount", "schema": { "type": "string", "default": "" } }, { "variable": "publicUrl", "label": "publicUrl", "schema": { "type": "string", "default": "" } }, { "variable": "insecureSkipTLSVerify", "label": "insecureSkipTLSVerify", "schema": { "type": "string", "default": "" } } ] } } ] } } ] } } ] }, "app_readme": "

Velero is a kubernetes-native backup solution

\n

This App is supplied by TrueCharts, for more information visit the manual: https://truecharts.org/charts/system/velero

\n
\n

TrueCharts can only exist due to the incredible effort of our staff.\nPlease consider making a donation or contributing back to the project any way you can!

", "detailed_readme": "
\n

title: README

\n

General Info

\n

TrueCharts can be installed as both normal Helm Charts or as Apps on TrueNAS SCALE.\nHowever only installations using the TrueNAS SCALE Apps system are supported.

\n

For more information about this App, please check the docs on the TrueCharts website

\n

This chart is not maintained by the upstream project and any issues with the chart should be raised here

\n

Support

\n\n
\n

Sponsor TrueCharts

\n

TrueCharts can only exist due to the incredible effort of our staff.\nPlease consider making a donation or contributing back to the project any way you can!

\n

All Rights Reserved - The TrueCharts Project

", "changelog": "
\n

title: Changelog

\n

for the complete changelog, please refer to the website

\n

Important:

\n

velero-4.7.4 (2024-03-27)

\n

Chore

\n\n

velero-4.7.4 (2024-03-27)

\n

Chore

\n\n

velero-4.7.4 (2024-03-27)

\n

Chore

\n\n

velero-4.7.4 (2024-03-27)

\n

Chore

\n\n

velero-4.7.4 (2024-03-27)

\n

Chore

\n\n

velero-4.7.4 (2024-03-27)

\n

Chore

" } }