From bf2190f8436b3ba50085420a9799dc48b3598207 Mon Sep 17 00:00:00 2001 From: Vic Iglesias Date: Mon, 14 Nov 2016 08:48:59 -0800 Subject: [PATCH] Move Prometheus to stable --- {incubator => stable}/prometheus/.helmignore | 0 {incubator => stable}/prometheus/Chart.yaml | 0 {incubator => stable}/prometheus/README.md | 0 {incubator => stable}/prometheus/templates/NOTES.txt | 0 {incubator => stable}/prometheus/templates/_helpers.tpl | 0 .../prometheus/templates/alertmanager-configmap.yaml | 0 .../prometheus/templates/alertmanager-deployment.yaml | 0 .../prometheus/templates/alertmanager-ingress.yaml | 0 {incubator => stable}/prometheus/templates/alertmanager-pvc.yaml | 0 {incubator => stable}/prometheus/templates/alertmanager-svc.yaml | 0 {incubator => stable}/prometheus/templates/server-configmap.yaml | 0 {incubator => stable}/prometheus/templates/server-deployment.yaml | 0 {incubator => stable}/prometheus/templates/server-ingress.yaml | 0 {incubator => stable}/prometheus/templates/server-pvc.yaml | 0 {incubator => stable}/prometheus/templates/server-svc.yaml | 0 {incubator => stable}/prometheus/values.yaml | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {incubator => stable}/prometheus/.helmignore (100%) rename {incubator => stable}/prometheus/Chart.yaml (100%) rename {incubator => stable}/prometheus/README.md (100%) rename {incubator => stable}/prometheus/templates/NOTES.txt (100%) rename {incubator => stable}/prometheus/templates/_helpers.tpl (100%) rename {incubator => stable}/prometheus/templates/alertmanager-configmap.yaml (100%) rename {incubator => stable}/prometheus/templates/alertmanager-deployment.yaml (100%) rename {incubator => stable}/prometheus/templates/alertmanager-ingress.yaml (100%) rename {incubator => stable}/prometheus/templates/alertmanager-pvc.yaml (100%) rename {incubator => stable}/prometheus/templates/alertmanager-svc.yaml (100%) rename {incubator => stable}/prometheus/templates/server-configmap.yaml (100%) rename {incubator => stable}/prometheus/templates/server-deployment.yaml (100%) rename {incubator => stable}/prometheus/templates/server-ingress.yaml (100%) rename {incubator => stable}/prometheus/templates/server-pvc.yaml (100%) rename {incubator => stable}/prometheus/templates/server-svc.yaml (100%) rename {incubator => stable}/prometheus/values.yaml (100%) diff --git a/incubator/prometheus/.helmignore b/stable/prometheus/.helmignore similarity index 100% rename from incubator/prometheus/.helmignore rename to stable/prometheus/.helmignore diff --git a/incubator/prometheus/Chart.yaml b/stable/prometheus/Chart.yaml similarity index 100% rename from incubator/prometheus/Chart.yaml rename to stable/prometheus/Chart.yaml diff --git a/incubator/prometheus/README.md b/stable/prometheus/README.md similarity index 100% rename from incubator/prometheus/README.md rename to stable/prometheus/README.md diff --git a/incubator/prometheus/templates/NOTES.txt b/stable/prometheus/templates/NOTES.txt similarity index 100% rename from incubator/prometheus/templates/NOTES.txt rename to stable/prometheus/templates/NOTES.txt diff --git a/incubator/prometheus/templates/_helpers.tpl b/stable/prometheus/templates/_helpers.tpl similarity index 100% rename from incubator/prometheus/templates/_helpers.tpl rename to stable/prometheus/templates/_helpers.tpl diff --git a/incubator/prometheus/templates/alertmanager-configmap.yaml b/stable/prometheus/templates/alertmanager-configmap.yaml similarity index 100% rename from incubator/prometheus/templates/alertmanager-configmap.yaml rename to stable/prometheus/templates/alertmanager-configmap.yaml diff --git a/incubator/prometheus/templates/alertmanager-deployment.yaml b/stable/prometheus/templates/alertmanager-deployment.yaml similarity index 100% rename from incubator/prometheus/templates/alertmanager-deployment.yaml rename to stable/prometheus/templates/alertmanager-deployment.yaml diff --git a/incubator/prometheus/templates/alertmanager-ingress.yaml b/stable/prometheus/templates/alertmanager-ingress.yaml similarity index 100% rename from incubator/prometheus/templates/alertmanager-ingress.yaml rename to stable/prometheus/templates/alertmanager-ingress.yaml diff --git a/incubator/prometheus/templates/alertmanager-pvc.yaml b/stable/prometheus/templates/alertmanager-pvc.yaml similarity index 100% rename from incubator/prometheus/templates/alertmanager-pvc.yaml rename to stable/prometheus/templates/alertmanager-pvc.yaml diff --git a/incubator/prometheus/templates/alertmanager-svc.yaml b/stable/prometheus/templates/alertmanager-svc.yaml similarity index 100% rename from incubator/prometheus/templates/alertmanager-svc.yaml rename to stable/prometheus/templates/alertmanager-svc.yaml diff --git a/incubator/prometheus/templates/server-configmap.yaml b/stable/prometheus/templates/server-configmap.yaml similarity index 100% rename from incubator/prometheus/templates/server-configmap.yaml rename to stable/prometheus/templates/server-configmap.yaml diff --git a/incubator/prometheus/templates/server-deployment.yaml b/stable/prometheus/templates/server-deployment.yaml similarity index 100% rename from incubator/prometheus/templates/server-deployment.yaml rename to stable/prometheus/templates/server-deployment.yaml diff --git a/incubator/prometheus/templates/server-ingress.yaml b/stable/prometheus/templates/server-ingress.yaml similarity index 100% rename from incubator/prometheus/templates/server-ingress.yaml rename to stable/prometheus/templates/server-ingress.yaml diff --git a/incubator/prometheus/templates/server-pvc.yaml b/stable/prometheus/templates/server-pvc.yaml similarity index 100% rename from incubator/prometheus/templates/server-pvc.yaml rename to stable/prometheus/templates/server-pvc.yaml diff --git a/incubator/prometheus/templates/server-svc.yaml b/stable/prometheus/templates/server-svc.yaml similarity index 100% rename from incubator/prometheus/templates/server-svc.yaml rename to stable/prometheus/templates/server-svc.yaml diff --git a/incubator/prometheus/values.yaml b/stable/prometheus/values.yaml similarity index 100% rename from incubator/prometheus/values.yaml rename to stable/prometheus/values.yaml