From 544ca360a0bfa4b2d501c0006497407309509342 Mon Sep 17 00:00:00 2001 From: Vic Iglesias Date: Tue, 23 Aug 2016 14:38:32 -0700 Subject: [PATCH] Create stable and incubator directories --- incubator/.gitkeep | 0 {mariadb => stable/mariadb}/.helmignore | 0 {mariadb => stable/mariadb}/Chart.yaml | 0 {mariadb => stable/mariadb}/README.md | 0 {mariadb => stable/mariadb}/templates/_helpers.tpl | 0 {mariadb => stable/mariadb}/templates/deployment.yaml | 0 {mariadb => stable/mariadb}/templates/secrets.yaml | 0 {mariadb => stable/mariadb}/templates/svc.yaml | 0 {mariadb => stable/mariadb}/values.yaml | 0 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 incubator/.gitkeep rename {mariadb => stable/mariadb}/.helmignore (100%) rename {mariadb => stable/mariadb}/Chart.yaml (100%) rename {mariadb => stable/mariadb}/README.md (100%) rename {mariadb => stable/mariadb}/templates/_helpers.tpl (100%) rename {mariadb => stable/mariadb}/templates/deployment.yaml (100%) rename {mariadb => stable/mariadb}/templates/secrets.yaml (100%) rename {mariadb => stable/mariadb}/templates/svc.yaml (100%) rename {mariadb => stable/mariadb}/values.yaml (100%) diff --git a/incubator/.gitkeep b/incubator/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/mariadb/.helmignore b/stable/mariadb/.helmignore similarity index 100% rename from mariadb/.helmignore rename to stable/mariadb/.helmignore diff --git a/mariadb/Chart.yaml b/stable/mariadb/Chart.yaml similarity index 100% rename from mariadb/Chart.yaml rename to stable/mariadb/Chart.yaml diff --git a/mariadb/README.md b/stable/mariadb/README.md similarity index 100% rename from mariadb/README.md rename to stable/mariadb/README.md diff --git a/mariadb/templates/_helpers.tpl b/stable/mariadb/templates/_helpers.tpl similarity index 100% rename from mariadb/templates/_helpers.tpl rename to stable/mariadb/templates/_helpers.tpl diff --git a/mariadb/templates/deployment.yaml b/stable/mariadb/templates/deployment.yaml similarity index 100% rename from mariadb/templates/deployment.yaml rename to stable/mariadb/templates/deployment.yaml diff --git a/mariadb/templates/secrets.yaml b/stable/mariadb/templates/secrets.yaml similarity index 100% rename from mariadb/templates/secrets.yaml rename to stable/mariadb/templates/secrets.yaml diff --git a/mariadb/templates/svc.yaml b/stable/mariadb/templates/svc.yaml similarity index 100% rename from mariadb/templates/svc.yaml rename to stable/mariadb/templates/svc.yaml diff --git a/mariadb/values.yaml b/stable/mariadb/values.yaml similarity index 100% rename from mariadb/values.yaml rename to stable/mariadb/values.yaml