From a8530c375c694f7019566ac8b3305eefb99a7847 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 16 Nov 2022 14:02:16 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/chronograf/2.0.2/app-changelog.md | 9 --------- incubator/chronograf/{2.0.2 => 2.0.3}/CHANGELOG.md | 0 incubator/chronograf/{2.0.2 => 2.0.3}/Chart.yaml | 2 +- incubator/chronograf/{2.0.2 => 2.0.3}/README.md | 0 incubator/chronograf/2.0.3/app-changelog.md | 4 ++++ incubator/chronograf/{2.0.2 => 2.0.3}/app-readme.md | 0 .../{2.0.2 => 2.0.3}/charts/common-11.0.3.tgz | Bin .../chronograf/{2.0.2 => 2.0.3}/ix_values.yaml | 2 +- .../chronograf/{2.0.2 => 2.0.3}/questions.yaml | 0 .../{2.0.2 => 2.0.3}/templates/common.yaml | 0 incubator/chronograf/{2.0.2 => 2.0.3}/values.yaml | 0 11 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 incubator/chronograf/2.0.2/app-changelog.md rename incubator/chronograf/{2.0.2 => 2.0.3}/CHANGELOG.md (100%) rename incubator/chronograf/{2.0.2 => 2.0.3}/Chart.yaml (98%) rename incubator/chronograf/{2.0.2 => 2.0.3}/README.md (100%) create mode 100644 incubator/chronograf/2.0.3/app-changelog.md rename incubator/chronograf/{2.0.2 => 2.0.3}/app-readme.md (100%) rename incubator/chronograf/{2.0.2 => 2.0.3}/charts/common-11.0.3.tgz (100%) rename incubator/chronograf/{2.0.2 => 2.0.3}/ix_values.yaml (82%) rename incubator/chronograf/{2.0.2 => 2.0.3}/questions.yaml (100%) rename incubator/chronograf/{2.0.2 => 2.0.3}/templates/common.yaml (100%) rename incubator/chronograf/{2.0.2 => 2.0.3}/values.yaml (100%) diff --git a/incubator/chronograf/2.0.2/app-changelog.md b/incubator/chronograf/2.0.2/app-changelog.md deleted file mode 100644 index fddf1602d35..00000000000 --- a/incubator/chronograf/2.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [chronograf-2.0.2](https://github.com/truecharts/charts/compare/chronograf-2.0.1...chronograf-2.0.2) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - \ No newline at end of file diff --git a/incubator/chronograf/2.0.2/CHANGELOG.md b/incubator/chronograf/2.0.3/CHANGELOG.md similarity index 100% rename from incubator/chronograf/2.0.2/CHANGELOG.md rename to incubator/chronograf/2.0.3/CHANGELOG.md diff --git a/incubator/chronograf/2.0.2/Chart.yaml b/incubator/chronograf/2.0.3/Chart.yaml similarity index 98% rename from incubator/chronograf/2.0.2/Chart.yaml rename to incubator/chronograf/2.0.3/Chart.yaml index 880dc634979..fa0e3743ed7 100644 --- a/incubator/chronograf/2.0.2/Chart.yaml +++ b/incubator/chronograf/2.0.3/Chart.yaml @@ -26,4 +26,4 @@ sources: - https://www.influxdata.com/time-series-platform/chronograf/ - https://hub.docker.com/_/chronograf/ type: application -version: 2.0.2 +version: 2.0.3 diff --git a/incubator/chronograf/2.0.2/README.md b/incubator/chronograf/2.0.3/README.md similarity index 100% rename from incubator/chronograf/2.0.2/README.md rename to incubator/chronograf/2.0.3/README.md diff --git a/incubator/chronograf/2.0.3/app-changelog.md b/incubator/chronograf/2.0.3/app-changelog.md new file mode 100644 index 00000000000..2265532b186 --- /dev/null +++ b/incubator/chronograf/2.0.3/app-changelog.md @@ -0,0 +1,4 @@ + + +## [chronograf-2.0.3](https://github.com/truecharts/charts/compare/chronograf-2.0.2...chronograf-2.0.3) (2022-11-16) + diff --git a/incubator/chronograf/2.0.2/app-readme.md b/incubator/chronograf/2.0.3/app-readme.md similarity index 100% rename from incubator/chronograf/2.0.2/app-readme.md rename to incubator/chronograf/2.0.3/app-readme.md diff --git a/incubator/chronograf/2.0.2/charts/common-11.0.3.tgz b/incubator/chronograf/2.0.3/charts/common-11.0.3.tgz similarity index 100% rename from incubator/chronograf/2.0.2/charts/common-11.0.3.tgz rename to incubator/chronograf/2.0.3/charts/common-11.0.3.tgz diff --git a/incubator/chronograf/2.0.2/ix_values.yaml b/incubator/chronograf/2.0.3/ix_values.yaml similarity index 82% rename from incubator/chronograf/2.0.2/ix_values.yaml rename to incubator/chronograf/2.0.3/ix_values.yaml index 43a1628e178..083c58ce273 100644 --- a/incubator/chronograf/2.0.2/ix_values.yaml +++ b/incubator/chronograf/2.0.3/ix_values.yaml @@ -2,7 +2,7 @@ env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/chronograf - tag: latest@sha256:76d05a1409a2cf0a9b1cc166c138a29667790dc638dec4cdd1caa816de4bdb0b + tag: latest@sha256:4ba20696c94e6bdea82a3080ef4a0c7feb53fec6e66cef55dbe3c6ea86383713 persistence: chronograf: enabled: true diff --git a/incubator/chronograf/2.0.2/questions.yaml b/incubator/chronograf/2.0.3/questions.yaml similarity index 100% rename from incubator/chronograf/2.0.2/questions.yaml rename to incubator/chronograf/2.0.3/questions.yaml diff --git a/incubator/chronograf/2.0.2/templates/common.yaml b/incubator/chronograf/2.0.3/templates/common.yaml similarity index 100% rename from incubator/chronograf/2.0.2/templates/common.yaml rename to incubator/chronograf/2.0.3/templates/common.yaml diff --git a/incubator/chronograf/2.0.2/values.yaml b/incubator/chronograf/2.0.3/values.yaml similarity index 100% rename from incubator/chronograf/2.0.2/values.yaml rename to incubator/chronograf/2.0.3/values.yaml