From 9f9d2e97d676301b2fe939825b772e54dd937927 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sun, 29 Dec 2024 18:49:18 +0100 Subject: [PATCH] move pixelfed into charts directory --- {pixelfed => charts/pixelfed}/.helmignore | 0 {pixelfed => charts/pixelfed}/Chart.yaml | 0 {pixelfed => charts/pixelfed}/README.md | 0 {pixelfed => charts/pixelfed}/renovate.json | 0 {pixelfed => charts/pixelfed}/templates/NOTES.txt | 0 {pixelfed => charts/pixelfed}/templates/_helpers.tpl | 0 {pixelfed => charts/pixelfed}/templates/deployment.yaml | 0 {pixelfed => charts/pixelfed}/templates/hpa.yaml | 0 {pixelfed => charts/pixelfed}/templates/ingress.yaml | 0 {pixelfed => charts/pixelfed}/templates/service.yaml | 0 {pixelfed => charts/pixelfed}/templates/serviceaccount.yaml | 0 .../pixelfed}/templates/tests/test-connection.yaml | 0 {pixelfed => charts/pixelfed}/values.yaml | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename {pixelfed => charts/pixelfed}/.helmignore (100%) rename {pixelfed => charts/pixelfed}/Chart.yaml (100%) rename {pixelfed => charts/pixelfed}/README.md (100%) rename {pixelfed => charts/pixelfed}/renovate.json (100%) rename {pixelfed => charts/pixelfed}/templates/NOTES.txt (100%) rename {pixelfed => charts/pixelfed}/templates/_helpers.tpl (100%) rename {pixelfed => charts/pixelfed}/templates/deployment.yaml (100%) rename {pixelfed => charts/pixelfed}/templates/hpa.yaml (100%) rename {pixelfed => charts/pixelfed}/templates/ingress.yaml (100%) rename {pixelfed => charts/pixelfed}/templates/service.yaml (100%) rename {pixelfed => charts/pixelfed}/templates/serviceaccount.yaml (100%) rename {pixelfed => charts/pixelfed}/templates/tests/test-connection.yaml (100%) rename {pixelfed => charts/pixelfed}/values.yaml (100%) diff --git a/pixelfed/.helmignore b/charts/pixelfed/.helmignore similarity index 100% rename from pixelfed/.helmignore rename to charts/pixelfed/.helmignore diff --git a/pixelfed/Chart.yaml b/charts/pixelfed/Chart.yaml similarity index 100% rename from pixelfed/Chart.yaml rename to charts/pixelfed/Chart.yaml diff --git a/pixelfed/README.md b/charts/pixelfed/README.md similarity index 100% rename from pixelfed/README.md rename to charts/pixelfed/README.md diff --git a/pixelfed/renovate.json b/charts/pixelfed/renovate.json similarity index 100% rename from pixelfed/renovate.json rename to charts/pixelfed/renovate.json diff --git a/pixelfed/templates/NOTES.txt b/charts/pixelfed/templates/NOTES.txt similarity index 100% rename from pixelfed/templates/NOTES.txt rename to charts/pixelfed/templates/NOTES.txt diff --git a/pixelfed/templates/_helpers.tpl b/charts/pixelfed/templates/_helpers.tpl similarity index 100% rename from pixelfed/templates/_helpers.tpl rename to charts/pixelfed/templates/_helpers.tpl diff --git a/pixelfed/templates/deployment.yaml b/charts/pixelfed/templates/deployment.yaml similarity index 100% rename from pixelfed/templates/deployment.yaml rename to charts/pixelfed/templates/deployment.yaml diff --git a/pixelfed/templates/hpa.yaml b/charts/pixelfed/templates/hpa.yaml similarity index 100% rename from pixelfed/templates/hpa.yaml rename to charts/pixelfed/templates/hpa.yaml diff --git a/pixelfed/templates/ingress.yaml b/charts/pixelfed/templates/ingress.yaml similarity index 100% rename from pixelfed/templates/ingress.yaml rename to charts/pixelfed/templates/ingress.yaml diff --git a/pixelfed/templates/service.yaml b/charts/pixelfed/templates/service.yaml similarity index 100% rename from pixelfed/templates/service.yaml rename to charts/pixelfed/templates/service.yaml diff --git a/pixelfed/templates/serviceaccount.yaml b/charts/pixelfed/templates/serviceaccount.yaml similarity index 100% rename from pixelfed/templates/serviceaccount.yaml rename to charts/pixelfed/templates/serviceaccount.yaml diff --git a/pixelfed/templates/tests/test-connection.yaml b/charts/pixelfed/templates/tests/test-connection.yaml similarity index 100% rename from pixelfed/templates/tests/test-connection.yaml rename to charts/pixelfed/templates/tests/test-connection.yaml diff --git a/pixelfed/values.yaml b/charts/pixelfed/values.yaml similarity index 100% rename from pixelfed/values.yaml rename to charts/pixelfed/values.yaml