From 9a014bf4aa6df3496e0437b563b30d34c288d9fe Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sun, 4 Jun 2023 13:10:37 +0200 Subject: [PATCH] chore(snippet-box): move to stable --- .../{incubator => stable}/snippet-box/.helmignore | 0 .../{incubator => stable}/snippet-box/CHANGELOG.md | 0 charts/{incubator => stable}/snippet-box/Chart.yaml | 0 charts/{incubator => stable}/snippet-box/README.md | 0 charts/{incubator => stable}/snippet-box/icon.png | Bin .../snippet-box/questions.yaml | 0 .../snippet-box/templates/common.yaml | 0 .../{incubator => stable}/snippet-box/values.yaml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename charts/{incubator => stable}/snippet-box/.helmignore (100%) rename charts/{incubator => stable}/snippet-box/CHANGELOG.md (100%) rename charts/{incubator => stable}/snippet-box/Chart.yaml (100%) rename charts/{incubator => stable}/snippet-box/README.md (100%) rename charts/{incubator => stable}/snippet-box/icon.png (100%) rename charts/{incubator => stable}/snippet-box/questions.yaml (100%) rename charts/{incubator => stable}/snippet-box/templates/common.yaml (100%) rename charts/{incubator => stable}/snippet-box/values.yaml (100%) diff --git a/charts/incubator/snippet-box/.helmignore b/charts/stable/snippet-box/.helmignore similarity index 100% rename from charts/incubator/snippet-box/.helmignore rename to charts/stable/snippet-box/.helmignore diff --git a/charts/incubator/snippet-box/CHANGELOG.md b/charts/stable/snippet-box/CHANGELOG.md similarity index 100% rename from charts/incubator/snippet-box/CHANGELOG.md rename to charts/stable/snippet-box/CHANGELOG.md diff --git a/charts/incubator/snippet-box/Chart.yaml b/charts/stable/snippet-box/Chart.yaml similarity index 100% rename from charts/incubator/snippet-box/Chart.yaml rename to charts/stable/snippet-box/Chart.yaml diff --git a/charts/incubator/snippet-box/README.md b/charts/stable/snippet-box/README.md similarity index 100% rename from charts/incubator/snippet-box/README.md rename to charts/stable/snippet-box/README.md diff --git a/charts/incubator/snippet-box/icon.png b/charts/stable/snippet-box/icon.png similarity index 100% rename from charts/incubator/snippet-box/icon.png rename to charts/stable/snippet-box/icon.png diff --git a/charts/incubator/snippet-box/questions.yaml b/charts/stable/snippet-box/questions.yaml similarity index 100% rename from charts/incubator/snippet-box/questions.yaml rename to charts/stable/snippet-box/questions.yaml diff --git a/charts/incubator/snippet-box/templates/common.yaml b/charts/stable/snippet-box/templates/common.yaml similarity index 100% rename from charts/incubator/snippet-box/templates/common.yaml rename to charts/stable/snippet-box/templates/common.yaml diff --git a/charts/incubator/snippet-box/values.yaml b/charts/stable/snippet-box/values.yaml similarity index 100% rename from charts/incubator/snippet-box/values.yaml rename to charts/stable/snippet-box/values.yaml