From a6366453a32a15f50c5cf8cc00bec9f4c204ff1a Mon Sep 17 00:00:00 2001 From: Rebecca Valente Date: Tue, 23 Sep 2025 10:56:36 -0300 Subject: [PATCH] (1.0.2) devops: relocate wordpress helm chart files to charts/wordpress-helm directory with no content changes --- .helmignore => charts/wordpress-helm/.helmignore | 0 Chart.yaml => charts/wordpress-helm/Chart.yaml | 0 {templates => charts/wordpress-helm/templates}/_helpers.tpl | 0 {templates => charts/wordpress-helm/templates}/deployment.yaml | 0 {templates => charts/wordpress-helm/templates}/ingress.yaml | 0 .../wordpress-helm/templates}/postgresql-statefulset.yaml | 0 {templates => charts/wordpress-helm/templates}/pvc.yaml | 0 {templates => charts/wordpress-helm/templates}/secret.yaml | 0 {templates => charts/wordpress-helm/templates}/service.yaml | 0 values.yaml => charts/wordpress-helm/values.yaml | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename .helmignore => charts/wordpress-helm/.helmignore (100%) rename Chart.yaml => charts/wordpress-helm/Chart.yaml (100%) rename {templates => charts/wordpress-helm/templates}/_helpers.tpl (100%) rename {templates => charts/wordpress-helm/templates}/deployment.yaml (100%) rename {templates => charts/wordpress-helm/templates}/ingress.yaml (100%) rename {templates => charts/wordpress-helm/templates}/postgresql-statefulset.yaml (100%) rename {templates => charts/wordpress-helm/templates}/pvc.yaml (100%) rename {templates => charts/wordpress-helm/templates}/secret.yaml (100%) rename {templates => charts/wordpress-helm/templates}/service.yaml (100%) rename values.yaml => charts/wordpress-helm/values.yaml (100%) diff --git a/.helmignore b/charts/wordpress-helm/.helmignore similarity index 100% rename from .helmignore rename to charts/wordpress-helm/.helmignore diff --git a/Chart.yaml b/charts/wordpress-helm/Chart.yaml similarity index 100% rename from Chart.yaml rename to charts/wordpress-helm/Chart.yaml diff --git a/templates/_helpers.tpl b/charts/wordpress-helm/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to charts/wordpress-helm/templates/_helpers.tpl diff --git a/templates/deployment.yaml b/charts/wordpress-helm/templates/deployment.yaml similarity index 100% rename from templates/deployment.yaml rename to charts/wordpress-helm/templates/deployment.yaml diff --git a/templates/ingress.yaml b/charts/wordpress-helm/templates/ingress.yaml similarity index 100% rename from templates/ingress.yaml rename to charts/wordpress-helm/templates/ingress.yaml diff --git a/templates/postgresql-statefulset.yaml b/charts/wordpress-helm/templates/postgresql-statefulset.yaml similarity index 100% rename from templates/postgresql-statefulset.yaml rename to charts/wordpress-helm/templates/postgresql-statefulset.yaml diff --git a/templates/pvc.yaml b/charts/wordpress-helm/templates/pvc.yaml similarity index 100% rename from templates/pvc.yaml rename to charts/wordpress-helm/templates/pvc.yaml diff --git a/templates/secret.yaml b/charts/wordpress-helm/templates/secret.yaml similarity index 100% rename from templates/secret.yaml rename to charts/wordpress-helm/templates/secret.yaml diff --git a/templates/service.yaml b/charts/wordpress-helm/templates/service.yaml similarity index 100% rename from templates/service.yaml rename to charts/wordpress-helm/templates/service.yaml diff --git a/values.yaml b/charts/wordpress-helm/values.yaml similarity index 100% rename from values.yaml rename to charts/wordpress-helm/values.yaml