From 8a2bcb3e1680a2c58fb1cbead961ca6bbb005e5b Mon Sep 17 00:00:00 2001 From: Emilien Devos Date: Wed, 8 Jun 2022 21:49:36 +0200 Subject: [PATCH] trying to build chart --- .helmignore => searxng/.helmignore | 0 Chart.yaml => searxng/Chart.yaml | 0 README.md => searxng/README.md | 0 README.md.gotmpl => searxng/README.md.gotmpl | 0 README_CHANGELOG.md.gotmpl => searxng/README_CHANGELOG.md.gotmpl | 0 README_CONFIG.md.gotmpl => searxng/README_CONFIG.md.gotmpl | 0 {templates => searxng/templates}/NOTES.txt | 0 {templates => searxng/templates}/common.yaml | 0 {templates => searxng/templates}/configmap.yaml | 0 values.yaml => searxng/values.yaml | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename .helmignore => searxng/.helmignore (100%) rename Chart.yaml => searxng/Chart.yaml (100%) rename README.md => searxng/README.md (100%) rename README.md.gotmpl => searxng/README.md.gotmpl (100%) rename README_CHANGELOG.md.gotmpl => searxng/README_CHANGELOG.md.gotmpl (100%) rename README_CONFIG.md.gotmpl => searxng/README_CONFIG.md.gotmpl (100%) rename {templates => searxng/templates}/NOTES.txt (100%) rename {templates => searxng/templates}/common.yaml (100%) rename {templates => searxng/templates}/configmap.yaml (100%) rename values.yaml => searxng/values.yaml (100%) diff --git a/.helmignore b/searxng/.helmignore similarity index 100% rename from .helmignore rename to searxng/.helmignore diff --git a/Chart.yaml b/searxng/Chart.yaml similarity index 100% rename from Chart.yaml rename to searxng/Chart.yaml diff --git a/README.md b/searxng/README.md similarity index 100% rename from README.md rename to searxng/README.md diff --git a/README.md.gotmpl b/searxng/README.md.gotmpl similarity index 100% rename from README.md.gotmpl rename to searxng/README.md.gotmpl diff --git a/README_CHANGELOG.md.gotmpl b/searxng/README_CHANGELOG.md.gotmpl similarity index 100% rename from README_CHANGELOG.md.gotmpl rename to searxng/README_CHANGELOG.md.gotmpl diff --git a/README_CONFIG.md.gotmpl b/searxng/README_CONFIG.md.gotmpl similarity index 100% rename from README_CONFIG.md.gotmpl rename to searxng/README_CONFIG.md.gotmpl diff --git a/templates/NOTES.txt b/searxng/templates/NOTES.txt similarity index 100% rename from templates/NOTES.txt rename to searxng/templates/NOTES.txt diff --git a/templates/common.yaml b/searxng/templates/common.yaml similarity index 100% rename from templates/common.yaml rename to searxng/templates/common.yaml diff --git a/templates/configmap.yaml b/searxng/templates/configmap.yaml similarity index 100% rename from templates/configmap.yaml rename to searxng/templates/configmap.yaml diff --git a/values.yaml b/searxng/values.yaml similarity index 100% rename from values.yaml rename to searxng/values.yaml