From 6a122a31536a5f3d0b939da4ddb19be439ecfb7a Mon Sep 17 00:00:00 2001 From: Nat Allan Date: Fri, 18 Jun 2021 16:33:11 +1000 Subject: [PATCH] [foundryvtt] Fix typo on spelling of foundry (#1018) * Fix typo on spelling of foundry --- .github/ct-install.yaml | 2 +- charts/stable/{founderyvtt => foundryvtt}/.helmignore | 0 charts/stable/{founderyvtt => foundryvtt}/Chart.yaml | 0 charts/stable/{founderyvtt => foundryvtt}/README.md | 2 +- charts/stable/{founderyvtt => foundryvtt}/README.md.gotmpl | 0 .../{founderyvtt => foundryvtt}/README_CHANGELOG.md.gotmpl | 0 .../stable/{founderyvtt => foundryvtt}/README_CONFIG.md.gotmpl | 0 charts/stable/{founderyvtt => foundryvtt}/templates/NOTES.txt | 0 charts/stable/{founderyvtt => foundryvtt}/templates/common.yaml | 0 charts/stable/{founderyvtt => foundryvtt}/values.yaml | 2 +- 10 files changed, 3 insertions(+), 3 deletions(-) rename charts/stable/{founderyvtt => foundryvtt}/.helmignore (100%) rename charts/stable/{founderyvtt => foundryvtt}/Chart.yaml (100%) rename charts/stable/{founderyvtt => foundryvtt}/README.md (97%) rename charts/stable/{founderyvtt => foundryvtt}/README.md.gotmpl (100%) rename charts/stable/{founderyvtt => foundryvtt}/README_CHANGELOG.md.gotmpl (100%) rename charts/stable/{founderyvtt => foundryvtt}/README_CONFIG.md.gotmpl (100%) rename charts/stable/{founderyvtt => foundryvtt}/templates/NOTES.txt (100%) rename charts/stable/{founderyvtt => foundryvtt}/templates/common.yaml (100%) rename charts/stable/{founderyvtt => foundryvtt}/values.yaml (93%) diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml index 62cbf538..5b60c9ed 100644 --- a/.github/ct-install.yaml +++ b/.github/ct-install.yaml @@ -13,7 +13,7 @@ excluded-charts: - charts/stable/ser2sock - charts/stable/zalando-postgres-cluster - charts/stable/zigbee2mqtt -- charts/stable/founderyvtt +- charts/stable/foundryvtt - charts/stable/pod-gateway chart-repos: - bitnami=https://charts.bitnami.com/bitnami diff --git a/charts/stable/founderyvtt/.helmignore b/charts/stable/foundryvtt/.helmignore similarity index 100% rename from charts/stable/founderyvtt/.helmignore rename to charts/stable/foundryvtt/.helmignore diff --git a/charts/stable/founderyvtt/Chart.yaml b/charts/stable/foundryvtt/Chart.yaml similarity index 100% rename from charts/stable/founderyvtt/Chart.yaml rename to charts/stable/foundryvtt/Chart.yaml diff --git a/charts/stable/founderyvtt/README.md b/charts/stable/foundryvtt/README.md similarity index 97% rename from charts/stable/founderyvtt/README.md rename to charts/stable/foundryvtt/README.md index a30783b3..62e4026e 100644 --- a/charts/stable/founderyvtt/README.md +++ b/charts/stable/foundryvtt/README.md @@ -80,7 +80,7 @@ N/A | image.repository | string | `"felddy/foundryvtt"` | image repository | | image.tag | string | `"0.8.3"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | -| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. Founderyvtt is hardcoded to use /data for its persistance for config | +| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. Foundryvtt is hardcoded to use /data for its persistance for config | | service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. | | strategy.type | string | `"Recreate"` | | diff --git a/charts/stable/founderyvtt/README.md.gotmpl b/charts/stable/foundryvtt/README.md.gotmpl similarity index 100% rename from charts/stable/founderyvtt/README.md.gotmpl rename to charts/stable/foundryvtt/README.md.gotmpl diff --git a/charts/stable/founderyvtt/README_CHANGELOG.md.gotmpl b/charts/stable/foundryvtt/README_CHANGELOG.md.gotmpl similarity index 100% rename from charts/stable/founderyvtt/README_CHANGELOG.md.gotmpl rename to charts/stable/foundryvtt/README_CHANGELOG.md.gotmpl diff --git a/charts/stable/founderyvtt/README_CONFIG.md.gotmpl b/charts/stable/foundryvtt/README_CONFIG.md.gotmpl similarity index 100% rename from charts/stable/founderyvtt/README_CONFIG.md.gotmpl rename to charts/stable/foundryvtt/README_CONFIG.md.gotmpl diff --git a/charts/stable/founderyvtt/templates/NOTES.txt b/charts/stable/foundryvtt/templates/NOTES.txt similarity index 100% rename from charts/stable/founderyvtt/templates/NOTES.txt rename to charts/stable/foundryvtt/templates/NOTES.txt diff --git a/charts/stable/founderyvtt/templates/common.yaml b/charts/stable/foundryvtt/templates/common.yaml similarity index 100% rename from charts/stable/founderyvtt/templates/common.yaml rename to charts/stable/foundryvtt/templates/common.yaml diff --git a/charts/stable/founderyvtt/values.yaml b/charts/stable/foundryvtt/values.yaml similarity index 93% rename from charts/stable/founderyvtt/values.yaml rename to charts/stable/foundryvtt/values.yaml index a32e2441..d1a7d5b0 100644 --- a/charts/stable/founderyvtt/values.yaml +++ b/charts/stable/foundryvtt/values.yaml @@ -38,7 +38,7 @@ ingress: # -- Configure persistence settings for the chart under this key. # @default -- See values.yaml -# Founderyvtt is hardcoded to use /data for its persistance for config +# Foundryvtt is hardcoded to use /data for its persistance for config persistence: data: enabled: false