From 7b9cefddf43feacd232c0b0add4b9c167f846090 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Fri, 24 Feb 2023 19:55:06 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/sourcegraph/2.0.16/app-changelog.md | 9 --------- .../{2.0.16 => 2.0.17}/CHANGELOG.md | 18 +++++++++--------- .../sourcegraph/{2.0.16 => 2.0.17}/Chart.yaml | 4 ++-- .../sourcegraph/{2.0.16 => 2.0.17}/README.md | 0 incubator/sourcegraph/2.0.17/app-changelog.md | 9 +++++++++ .../{2.0.16 => 2.0.17}/app-readme.md | 0 .../charts/common-11.1.2.tgz | Bin .../{2.0.16 => 2.0.17}/ix_values.yaml | 2 +- .../{2.0.16 => 2.0.17}/questions.yaml | 0 .../{2.0.16 => 2.0.17}/templates/common.yaml | 0 .../{2.0.16 => 2.0.17}/values.yaml | 0 11 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 incubator/sourcegraph/2.0.16/app-changelog.md rename incubator/sourcegraph/{2.0.16 => 2.0.17}/CHANGELOG.md (91%) rename incubator/sourcegraph/{2.0.16 => 2.0.17}/Chart.yaml (96%) rename incubator/sourcegraph/{2.0.16 => 2.0.17}/README.md (100%) create mode 100644 incubator/sourcegraph/2.0.17/app-changelog.md rename incubator/sourcegraph/{2.0.16 => 2.0.17}/app-readme.md (100%) rename incubator/sourcegraph/{2.0.16 => 2.0.17}/charts/common-11.1.2.tgz (100%) rename incubator/sourcegraph/{2.0.16 => 2.0.17}/ix_values.yaml (90%) rename incubator/sourcegraph/{2.0.16 => 2.0.17}/questions.yaml (100%) rename incubator/sourcegraph/{2.0.16 => 2.0.17}/templates/common.yaml (100%) rename incubator/sourcegraph/{2.0.16 => 2.0.17}/values.yaml (100%) diff --git a/incubator/sourcegraph/2.0.16/app-changelog.md b/incubator/sourcegraph/2.0.16/app-changelog.md deleted file mode 100644 index 8305e0d1f5c..00000000000 --- a/incubator/sourcegraph/2.0.16/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [sourcegraph-2.0.16](https://github.com/truecharts/charts/compare/sourcegraph-2.0.15...sourcegraph-2.0.16) (2023-02-23) - -### Chore - -- update container image tccr.io/truecharts/sourcegraph to v4.5.0 - - \ No newline at end of file diff --git a/incubator/sourcegraph/2.0.16/CHANGELOG.md b/incubator/sourcegraph/2.0.17/CHANGELOG.md similarity index 91% rename from incubator/sourcegraph/2.0.16/CHANGELOG.md rename to incubator/sourcegraph/2.0.17/CHANGELOG.md index 5e0e8ee823b..4edda76347d 100644 --- a/incubator/sourcegraph/2.0.16/CHANGELOG.md +++ b/incubator/sourcegraph/2.0.17/CHANGELOG.md @@ -4,6 +4,15 @@ +## [sourcegraph-2.0.17](https://github.com/truecharts/charts/compare/sourcegraph-2.0.16...sourcegraph-2.0.17) (2023-02-24) + +### Chore + +- update container image tccr.io/truecharts/sourcegraph to v4.5.1 + + + + ## [sourcegraph-2.0.16](https://github.com/truecharts/charts/compare/sourcegraph-2.0.15...sourcegraph-2.0.16) (2023-02-23) ### Chore @@ -88,12 +97,3 @@ ## [sourcegraph-2.0.7](https://github.com/truecharts/charts/compare/sourcegraph-2.0.6...sourcegraph-2.0.7) (2022-12-24) ### Chore - -- pin dependencies ([#5688](https://github.com/truecharts/charts/issues/5688)) - - - - -## [sourcegraph-2.0.6](https://github.com/truecharts/charts/compare/sourcegraph-2.0.5...sourcegraph-2.0.6) (2022-12-19) - -### Chore diff --git a/incubator/sourcegraph/2.0.16/Chart.yaml b/incubator/sourcegraph/2.0.17/Chart.yaml similarity index 96% rename from incubator/sourcegraph/2.0.16/Chart.yaml rename to incubator/sourcegraph/2.0.17/Chart.yaml index 5a82d16614b..cf1c262cecc 100644 --- a/incubator/sourcegraph/2.0.16/Chart.yaml +++ b/incubator/sourcegraph/2.0.17/Chart.yaml @@ -7,7 +7,7 @@ annotations: - Productivity - Tools-Utilities apiVersion: v2 -appVersion: "4.5.0" +appVersion: "4.5.1" 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.16 +version: 2.0.17 diff --git a/incubator/sourcegraph/2.0.16/README.md b/incubator/sourcegraph/2.0.17/README.md similarity index 100% rename from incubator/sourcegraph/2.0.16/README.md rename to incubator/sourcegraph/2.0.17/README.md diff --git a/incubator/sourcegraph/2.0.17/app-changelog.md b/incubator/sourcegraph/2.0.17/app-changelog.md new file mode 100644 index 00000000000..f37c1f1dc28 --- /dev/null +++ b/incubator/sourcegraph/2.0.17/app-changelog.md @@ -0,0 +1,9 @@ + + +## [sourcegraph-2.0.17](https://github.com/truecharts/charts/compare/sourcegraph-2.0.16...sourcegraph-2.0.17) (2023-02-24) + +### Chore + +- update container image tccr.io/truecharts/sourcegraph to v4.5.1 + + \ No newline at end of file diff --git a/incubator/sourcegraph/2.0.16/app-readme.md b/incubator/sourcegraph/2.0.17/app-readme.md similarity index 100% rename from incubator/sourcegraph/2.0.16/app-readme.md rename to incubator/sourcegraph/2.0.17/app-readme.md diff --git a/incubator/sourcegraph/2.0.16/charts/common-11.1.2.tgz b/incubator/sourcegraph/2.0.17/charts/common-11.1.2.tgz similarity index 100% rename from incubator/sourcegraph/2.0.16/charts/common-11.1.2.tgz rename to incubator/sourcegraph/2.0.17/charts/common-11.1.2.tgz diff --git a/incubator/sourcegraph/2.0.16/ix_values.yaml b/incubator/sourcegraph/2.0.17/ix_values.yaml similarity index 90% rename from incubator/sourcegraph/2.0.16/ix_values.yaml rename to incubator/sourcegraph/2.0.17/ix_values.yaml index d2873194872..80be582a168 100644 --- a/incubator/sourcegraph/2.0.16/ix_values.yaml +++ b/incubator/sourcegraph/2.0.17/ix_values.yaml @@ -2,7 +2,7 @@ env: {} image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/sourcegraph - tag: 4.5.0@sha256:db95eb286ecf8e0a7365683b61ba409bf960ad0329fe9a2b0a9020fe1eb4169f + tag: 4.5.1@sha256:4952986a78ed0c3d579f138b59d0d4a8141d3cba158ee7452977e39cc2872df0 persistence: applicationdatastoragepath: enabled: true diff --git a/incubator/sourcegraph/2.0.16/questions.yaml b/incubator/sourcegraph/2.0.17/questions.yaml similarity index 100% rename from incubator/sourcegraph/2.0.16/questions.yaml rename to incubator/sourcegraph/2.0.17/questions.yaml diff --git a/incubator/sourcegraph/2.0.16/templates/common.yaml b/incubator/sourcegraph/2.0.17/templates/common.yaml similarity index 100% rename from incubator/sourcegraph/2.0.16/templates/common.yaml rename to incubator/sourcegraph/2.0.17/templates/common.yaml diff --git a/incubator/sourcegraph/2.0.16/values.yaml b/incubator/sourcegraph/2.0.17/values.yaml similarity index 100% rename from incubator/sourcegraph/2.0.16/values.yaml rename to incubator/sourcegraph/2.0.17/values.yaml