From 8c55e4669f40f75190e04094e1cb53420419a05f Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 10 Mar 2024 12:14:19 +0100 Subject: [PATCH] chore(velero): move velero to operator train --- charts/{enterprise => operators}/velero/.helmignore | 0 charts/{enterprise => operators}/velero/Chart.yaml | 2 +- charts/{enterprise => operators}/velero/README.md | 0 charts/{enterprise => operators}/velero/icon.png | Bin .../{enterprise => operators}/velero/questions.yaml | 0 .../velero/templates/NOTES.txt | 0 .../velero/templates/common.yaml | 0 charts/{enterprise => operators}/velero/values.yaml | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename charts/{enterprise => operators}/velero/.helmignore (100%) rename charts/{enterprise => operators}/velero/Chart.yaml (98%) rename charts/{enterprise => operators}/velero/README.md (100%) rename charts/{enterprise => operators}/velero/icon.png (100%) rename charts/{enterprise => operators}/velero/questions.yaml (100%) rename charts/{enterprise => operators}/velero/templates/NOTES.txt (100%) rename charts/{enterprise => operators}/velero/templates/common.yaml (100%) rename charts/{enterprise => operators}/velero/values.yaml (100%) diff --git a/charts/enterprise/velero/.helmignore b/charts/operators/velero/.helmignore similarity index 100% rename from charts/enterprise/velero/.helmignore rename to charts/operators/velero/.helmignore diff --git a/charts/enterprise/velero/Chart.yaml b/charts/operators/velero/Chart.yaml similarity index 98% rename from charts/enterprise/velero/Chart.yaml rename to charts/operators/velero/Chart.yaml index 431cc184aa1..d51ef11d0f9 100644 --- a/charts/enterprise/velero/Chart.yaml +++ b/charts/operators/velero/Chart.yaml @@ -42,4 +42,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/velero - https://github.com/truecharts/containers/tree/master/apps/alpine type: application -version: 4.4.1 +version: 4.4.2 diff --git a/charts/enterprise/velero/README.md b/charts/operators/velero/README.md similarity index 100% rename from charts/enterprise/velero/README.md rename to charts/operators/velero/README.md diff --git a/charts/enterprise/velero/icon.png b/charts/operators/velero/icon.png similarity index 100% rename from charts/enterprise/velero/icon.png rename to charts/operators/velero/icon.png diff --git a/charts/enterprise/velero/questions.yaml b/charts/operators/velero/questions.yaml similarity index 100% rename from charts/enterprise/velero/questions.yaml rename to charts/operators/velero/questions.yaml diff --git a/charts/enterprise/velero/templates/NOTES.txt b/charts/operators/velero/templates/NOTES.txt similarity index 100% rename from charts/enterprise/velero/templates/NOTES.txt rename to charts/operators/velero/templates/NOTES.txt diff --git a/charts/enterprise/velero/templates/common.yaml b/charts/operators/velero/templates/common.yaml similarity index 100% rename from charts/enterprise/velero/templates/common.yaml rename to charts/operators/velero/templates/common.yaml diff --git a/charts/enterprise/velero/values.yaml b/charts/operators/velero/values.yaml similarity index 100% rename from charts/enterprise/velero/values.yaml rename to charts/operators/velero/values.yaml