From 15ea4eefc3ad248368780081fd1619e2de650a16 Mon Sep 17 00:00:00 2001 From: sonicaj Date: Thu, 21 Dec 2023 08:39:05 +0000 Subject: [PATCH] Publish new changes in catalog --- community/grafana/{1.2.2 => 1.2.3}/Chart.lock | 0 community/grafana/{1.2.2 => 1.2.3}/Chart.yaml | 2 +- community/grafana/{1.2.2 => 1.2.3}/README.md | 2 +- community/grafana/{1.2.2 => 1.2.3}/app-readme.md | 2 +- .../{1.2.2 => 1.2.3}/charts/common-1.2.5.tgz | Bin .../{1.2.2 => 1.2.3}/ci/basic-plugin-values.yaml | 0 .../grafana/{1.2.2 => 1.2.3}/ci/basic-values.yaml | 0 .../{1.2.2 => 1.2.3}/ci/https-plugins-values.yaml | 0 .../grafana/{1.2.2 => 1.2.3}/ci/https-values.yaml | 0 community/grafana/{1.2.2 => 1.2.3}/ix_values.yaml | 0 community/grafana/{1.2.2 => 1.2.3}/metadata.yaml | 0 .../grafana/{1.2.2 => 1.2.3}/migrations/migrate | 0 community/grafana/{1.2.2 => 1.2.3}/questions.yaml | 0 .../grafana/{1.2.2 => 1.2.3}/templates/NOTES.txt | 0 .../{1.2.2 => 1.2.3}/templates/_configuration.tpl | 0 .../grafana/{1.2.2 => 1.2.3}/templates/_grafana.tpl | 0 .../grafana/{1.2.2 => 1.2.3}/templates/_portal.tpl | 0 .../grafana/{1.2.2 => 1.2.3}/templates/common.yaml | 0 18 files changed, 3 insertions(+), 3 deletions(-) rename community/grafana/{1.2.2 => 1.2.3}/Chart.lock (100%) rename community/grafana/{1.2.2 => 1.2.3}/Chart.yaml (97%) rename community/grafana/{1.2.2 => 1.2.3}/README.md (92%) rename community/grafana/{1.2.2 => 1.2.3}/app-readme.md (92%) rename community/grafana/{1.2.2 => 1.2.3}/charts/common-1.2.5.tgz (100%) rename community/grafana/{1.2.2 => 1.2.3}/ci/basic-plugin-values.yaml (100%) rename community/grafana/{1.2.2 => 1.2.3}/ci/basic-values.yaml (100%) rename community/grafana/{1.2.2 => 1.2.3}/ci/https-plugins-values.yaml (100%) rename community/grafana/{1.2.2 => 1.2.3}/ci/https-values.yaml (100%) rename community/grafana/{1.2.2 => 1.2.3}/ix_values.yaml (100%) rename community/grafana/{1.2.2 => 1.2.3}/metadata.yaml (100%) rename community/grafana/{1.2.2 => 1.2.3}/migrations/migrate (100%) rename community/grafana/{1.2.2 => 1.2.3}/questions.yaml (100%) rename community/grafana/{1.2.2 => 1.2.3}/templates/NOTES.txt (100%) rename community/grafana/{1.2.2 => 1.2.3}/templates/_configuration.tpl (100%) rename community/grafana/{1.2.2 => 1.2.3}/templates/_grafana.tpl (100%) rename community/grafana/{1.2.2 => 1.2.3}/templates/_portal.tpl (100%) rename community/grafana/{1.2.2 => 1.2.3}/templates/common.yaml (100%) diff --git a/community/grafana/1.2.2/Chart.lock b/community/grafana/1.2.3/Chart.lock similarity index 100% rename from community/grafana/1.2.2/Chart.lock rename to community/grafana/1.2.3/Chart.lock diff --git a/community/grafana/1.2.2/Chart.yaml b/community/grafana/1.2.3/Chart.yaml similarity index 97% rename from community/grafana/1.2.2/Chart.yaml rename to community/grafana/1.2.3/Chart.yaml index fab0d34f65..9b4baf8b01 100644 --- a/community/grafana/1.2.2/Chart.yaml +++ b/community/grafana/1.2.3/Chart.yaml @@ -3,7 +3,7 @@ description: Grafana is the open source analytics & monitoring solution for ever annotations: title: Grafana type: application -version: 1.2.2 +version: 1.2.3 apiVersion: v2 appVersion: 10.2.3 kubeVersion: '>=1.16.0-0' diff --git a/community/grafana/1.2.2/README.md b/community/grafana/1.2.3/README.md similarity index 92% rename from community/grafana/1.2.2/README.md rename to community/grafana/1.2.3/README.md index aa350168cf..b7ae595380 100644 --- a/community/grafana/1.2.2/README.md +++ b/community/grafana/1.2.3/README.md @@ -6,7 +6,7 @@ Additional configuration can be made by adding additional environment variables Here is the available [configuration documentation](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/) Use the following syntax: -`GF__` +`GF_[SECTION-NAME]_[KEY-NAME]` Example: `GF_SMTP_ENABLED` diff --git a/community/grafana/1.2.2/app-readme.md b/community/grafana/1.2.3/app-readme.md similarity index 92% rename from community/grafana/1.2.2/app-readme.md rename to community/grafana/1.2.3/app-readme.md index aa350168cf..b7ae595380 100644 --- a/community/grafana/1.2.2/app-readme.md +++ b/community/grafana/1.2.3/app-readme.md @@ -6,7 +6,7 @@ Additional configuration can be made by adding additional environment variables Here is the available [configuration documentation](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/) Use the following syntax: -`GF__` +`GF_[SECTION-NAME]_[KEY-NAME]` Example: `GF_SMTP_ENABLED` diff --git a/community/grafana/1.2.2/charts/common-1.2.5.tgz b/community/grafana/1.2.3/charts/common-1.2.5.tgz similarity index 100% rename from community/grafana/1.2.2/charts/common-1.2.5.tgz rename to community/grafana/1.2.3/charts/common-1.2.5.tgz diff --git a/community/grafana/1.2.2/ci/basic-plugin-values.yaml b/community/grafana/1.2.3/ci/basic-plugin-values.yaml similarity index 100% rename from community/grafana/1.2.2/ci/basic-plugin-values.yaml rename to community/grafana/1.2.3/ci/basic-plugin-values.yaml diff --git a/community/grafana/1.2.2/ci/basic-values.yaml b/community/grafana/1.2.3/ci/basic-values.yaml similarity index 100% rename from community/grafana/1.2.2/ci/basic-values.yaml rename to community/grafana/1.2.3/ci/basic-values.yaml diff --git a/community/grafana/1.2.2/ci/https-plugins-values.yaml b/community/grafana/1.2.3/ci/https-plugins-values.yaml similarity index 100% rename from community/grafana/1.2.2/ci/https-plugins-values.yaml rename to community/grafana/1.2.3/ci/https-plugins-values.yaml diff --git a/community/grafana/1.2.2/ci/https-values.yaml b/community/grafana/1.2.3/ci/https-values.yaml similarity index 100% rename from community/grafana/1.2.2/ci/https-values.yaml rename to community/grafana/1.2.3/ci/https-values.yaml diff --git a/community/grafana/1.2.2/ix_values.yaml b/community/grafana/1.2.3/ix_values.yaml similarity index 100% rename from community/grafana/1.2.2/ix_values.yaml rename to community/grafana/1.2.3/ix_values.yaml diff --git a/community/grafana/1.2.2/metadata.yaml b/community/grafana/1.2.3/metadata.yaml similarity index 100% rename from community/grafana/1.2.2/metadata.yaml rename to community/grafana/1.2.3/metadata.yaml diff --git a/community/grafana/1.2.2/migrations/migrate b/community/grafana/1.2.3/migrations/migrate similarity index 100% rename from community/grafana/1.2.2/migrations/migrate rename to community/grafana/1.2.3/migrations/migrate diff --git a/community/grafana/1.2.2/questions.yaml b/community/grafana/1.2.3/questions.yaml similarity index 100% rename from community/grafana/1.2.2/questions.yaml rename to community/grafana/1.2.3/questions.yaml diff --git a/community/grafana/1.2.2/templates/NOTES.txt b/community/grafana/1.2.3/templates/NOTES.txt similarity index 100% rename from community/grafana/1.2.2/templates/NOTES.txt rename to community/grafana/1.2.3/templates/NOTES.txt diff --git a/community/grafana/1.2.2/templates/_configuration.tpl b/community/grafana/1.2.3/templates/_configuration.tpl similarity index 100% rename from community/grafana/1.2.2/templates/_configuration.tpl rename to community/grafana/1.2.3/templates/_configuration.tpl diff --git a/community/grafana/1.2.2/templates/_grafana.tpl b/community/grafana/1.2.3/templates/_grafana.tpl similarity index 100% rename from community/grafana/1.2.2/templates/_grafana.tpl rename to community/grafana/1.2.3/templates/_grafana.tpl diff --git a/community/grafana/1.2.2/templates/_portal.tpl b/community/grafana/1.2.3/templates/_portal.tpl similarity index 100% rename from community/grafana/1.2.2/templates/_portal.tpl rename to community/grafana/1.2.3/templates/_portal.tpl diff --git a/community/grafana/1.2.2/templates/common.yaml b/community/grafana/1.2.3/templates/common.yaml similarity index 100% rename from community/grafana/1.2.2/templates/common.yaml rename to community/grafana/1.2.3/templates/common.yaml