From 4532943def0eb625f73007842eab96a8ce837978 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 16 Dec 2022 07:58:52 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/sourcegraph/2.0.4/app-changelog.md | 9 --------- .../sourcegraph/{2.0.4 => 2.0.5}/CHANGELOG.md | 18 +++++++++--------- .../sourcegraph/{2.0.4 => 2.0.5}/Chart.yaml | 4 ++-- .../sourcegraph/{2.0.4 => 2.0.5}/README.md | 0 incubator/sourcegraph/2.0.5/app-changelog.md | 9 +++++++++ .../{2.0.4 => 2.0.5}/app-readme.md | 0 .../{2.0.4 => 2.0.5}/charts/common-11.0.7.tgz | Bin .../{2.0.4 => 2.0.5}/ix_values.yaml | 2 +- .../{2.0.4 => 2.0.5}/questions.yaml | 0 .../{2.0.4 => 2.0.5}/templates/common.yaml | 0 .../sourcegraph/{2.0.4 => 2.0.5}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 incubator/sourcegraph/2.0.4/app-changelog.md rename incubator/sourcegraph/{2.0.4 => 2.0.5}/CHANGELOG.md (91%) rename incubator/sourcegraph/{2.0.4 => 2.0.5}/Chart.yaml (96%) rename incubator/sourcegraph/{2.0.4 => 2.0.5}/README.md (100%) create mode 100644 incubator/sourcegraph/2.0.5/app-changelog.md rename incubator/sourcegraph/{2.0.4 => 2.0.5}/app-readme.md (100%) rename incubator/sourcegraph/{2.0.4 => 2.0.5}/charts/common-11.0.7.tgz (100%) rename incubator/sourcegraph/{2.0.4 => 2.0.5}/ix_values.yaml (98%) rename incubator/sourcegraph/{2.0.4 => 2.0.5}/questions.yaml (100%) rename incubator/sourcegraph/{2.0.4 => 2.0.5}/templates/common.yaml (100%) rename incubator/sourcegraph/{2.0.4 => 2.0.5}/values.yaml (100%) diff --git a/incubator/sourcegraph/2.0.4/app-changelog.md b/incubator/sourcegraph/2.0.4/app-changelog.md deleted file mode 100644 index 11d6a64c9b..0000000000 --- a/incubator/sourcegraph/2.0.4/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [sourcegraph-2.0.4](https://github.com/truecharts/charts/compare/sourcegraph-2.0.3...sourcegraph-2.0.4) (2022-12-13) - -### Chore - -- update helm general non-major - - \ No newline at end of file diff --git a/incubator/sourcegraph/2.0.4/CHANGELOG.md b/incubator/sourcegraph/2.0.5/CHANGELOG.md similarity index 91% rename from incubator/sourcegraph/2.0.4/CHANGELOG.md rename to incubator/sourcegraph/2.0.5/CHANGELOG.md index 53a6220715..06a335508d 100644 --- a/incubator/sourcegraph/2.0.4/CHANGELOG.md +++ b/incubator/sourcegraph/2.0.5/CHANGELOG.md @@ -4,6 +4,15 @@ +## [sourcegraph-2.0.5](https://github.com/truecharts/charts/compare/sourcegraph-2.0.4...sourcegraph-2.0.5) (2022-12-16) + +### Chore + +- update container image tccr.io/truecharts/sourcegraph to v4.3.0 + + + + ## [sourcegraph-2.0.4](https://github.com/truecharts/charts/compare/sourcegraph-2.0.3...sourcegraph-2.0.4) (2022-12-13) ### Chore @@ -81,15 +90,6 @@ -## [sourcegraph-2.0.1](https://github.com/truecharts/charts/compare/sourcegraph-2.0.0...sourcegraph-2.0.1) (2022-11-15) - -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - - - ## [sourcegraph-2.0.1](https://github.com/truecharts/charts/compare/sourcegraph-2.0.0...sourcegraph-2.0.1) (2022-11-15) ### Chore diff --git a/incubator/sourcegraph/2.0.4/Chart.yaml b/incubator/sourcegraph/2.0.5/Chart.yaml similarity index 96% rename from incubator/sourcegraph/2.0.4/Chart.yaml rename to incubator/sourcegraph/2.0.5/Chart.yaml index fe3e4c5e25..00c56479b9 100644 --- a/incubator/sourcegraph/2.0.4/Chart.yaml +++ b/incubator/sourcegraph/2.0.5/Chart.yaml @@ -7,7 +7,7 @@ annotations: - Productivity - Tools-Utilities apiVersion: v2 -appVersion: "4.2.1" +appVersion: "4.3.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -33,4 +33,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/sourcegraph - https://hub.docker.com/r/sourcegraph/server/ type: application -version: 2.0.4 +version: 2.0.5 diff --git a/incubator/sourcegraph/2.0.4/README.md b/incubator/sourcegraph/2.0.5/README.md similarity index 100% rename from incubator/sourcegraph/2.0.4/README.md rename to incubator/sourcegraph/2.0.5/README.md diff --git a/incubator/sourcegraph/2.0.5/app-changelog.md b/incubator/sourcegraph/2.0.5/app-changelog.md new file mode 100644 index 0000000000..61d7faa114 --- /dev/null +++ b/incubator/sourcegraph/2.0.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sourcegraph-2.0.5](https://github.com/truecharts/charts/compare/sourcegraph-2.0.4...sourcegraph-2.0.5) (2022-12-16) + +### Chore + +- update container image tccr.io/truecharts/sourcegraph to v4.3.0 + + \ No newline at end of file diff --git a/incubator/sourcegraph/2.0.4/app-readme.md b/incubator/sourcegraph/2.0.5/app-readme.md similarity index 100% rename from incubator/sourcegraph/2.0.4/app-readme.md rename to incubator/sourcegraph/2.0.5/app-readme.md diff --git a/incubator/sourcegraph/2.0.4/charts/common-11.0.7.tgz b/incubator/sourcegraph/2.0.5/charts/common-11.0.7.tgz similarity index 100% rename from incubator/sourcegraph/2.0.4/charts/common-11.0.7.tgz rename to incubator/sourcegraph/2.0.5/charts/common-11.0.7.tgz diff --git a/incubator/sourcegraph/2.0.4/ix_values.yaml b/incubator/sourcegraph/2.0.5/ix_values.yaml similarity index 98% rename from incubator/sourcegraph/2.0.4/ix_values.yaml rename to incubator/sourcegraph/2.0.5/ix_values.yaml index 986c412450..c70cb55add 100644 --- a/incubator/sourcegraph/2.0.4/ix_values.yaml +++ b/incubator/sourcegraph/2.0.5/ix_values.yaml @@ -2,7 +2,7 @@ env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/sourcegraph - tag: 4.2.1 + tag: 4.3.0 persistence: applicationdatastoragepath: enabled: true diff --git a/incubator/sourcegraph/2.0.4/questions.yaml b/incubator/sourcegraph/2.0.5/questions.yaml similarity index 100% rename from incubator/sourcegraph/2.0.4/questions.yaml rename to incubator/sourcegraph/2.0.5/questions.yaml diff --git a/incubator/sourcegraph/2.0.4/templates/common.yaml b/incubator/sourcegraph/2.0.5/templates/common.yaml similarity index 100% rename from incubator/sourcegraph/2.0.4/templates/common.yaml rename to incubator/sourcegraph/2.0.5/templates/common.yaml diff --git a/incubator/sourcegraph/2.0.4/values.yaml b/incubator/sourcegraph/2.0.5/values.yaml similarity index 100% rename from incubator/sourcegraph/2.0.4/values.yaml rename to incubator/sourcegraph/2.0.5/values.yaml