From 5d9f1cfcbd10511c8a5c9100ab022a563e637680 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 7 Dec 2022 03:32:06 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/artifactory-oss/2.0.4/app-changelog.md | 9 --------- .../artifactory-oss/{2.0.4 => 2.0.5}/CHANGELOG.md | 10 +++++----- .../artifactory-oss/{2.0.4 => 2.0.5}/Chart.yaml | 4 ++-- .../artifactory-oss/{2.0.4 => 2.0.5}/README.md | 0 incubator/artifactory-oss/2.0.5/app-changelog.md | 4 ++++ .../artifactory-oss/{2.0.4 => 2.0.5}/app-readme.md | 0 .../{2.0.4 => 2.0.5}/charts/common-11.0.4.tgz | Bin .../artifactory-oss/{2.0.4 => 2.0.5}/ix_values.yaml | 2 +- .../artifactory-oss/{2.0.4 => 2.0.5}/questions.yaml | 0 .../{2.0.4 => 2.0.5}/templates/common.yaml | 0 .../artifactory-oss/{2.0.4 => 2.0.5}/values.yaml | 0 11 files changed, 12 insertions(+), 17 deletions(-) delete mode 100644 incubator/artifactory-oss/2.0.4/app-changelog.md rename incubator/artifactory-oss/{2.0.4 => 2.0.5}/CHANGELOG.md (94%) rename incubator/artifactory-oss/{2.0.4 => 2.0.5}/Chart.yaml (96%) rename incubator/artifactory-oss/{2.0.4 => 2.0.5}/README.md (100%) create mode 100644 incubator/artifactory-oss/2.0.5/app-changelog.md rename incubator/artifactory-oss/{2.0.4 => 2.0.5}/app-readme.md (100%) rename incubator/artifactory-oss/{2.0.4 => 2.0.5}/charts/common-11.0.4.tgz (100%) rename incubator/artifactory-oss/{2.0.4 => 2.0.5}/ix_values.yaml (96%) rename incubator/artifactory-oss/{2.0.4 => 2.0.5}/questions.yaml (100%) rename incubator/artifactory-oss/{2.0.4 => 2.0.5}/templates/common.yaml (100%) rename incubator/artifactory-oss/{2.0.4 => 2.0.5}/values.yaml (100%) diff --git a/incubator/artifactory-oss/2.0.4/app-changelog.md b/incubator/artifactory-oss/2.0.4/app-changelog.md deleted file mode 100644 index a386c5a4ef..0000000000 --- a/incubator/artifactory-oss/2.0.4/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [artifactory-oss-2.0.4](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.3...artifactory-oss-2.0.4) (2022-12-01) - -### Chore - -- update container image tccr.io/truecharts/artifactory-oss to v7.47.10 - - \ No newline at end of file diff --git a/incubator/artifactory-oss/2.0.4/CHANGELOG.md b/incubator/artifactory-oss/2.0.5/CHANGELOG.md similarity index 94% rename from incubator/artifactory-oss/2.0.4/CHANGELOG.md rename to incubator/artifactory-oss/2.0.5/CHANGELOG.md index f6f344c366..b2d0af984b 100644 --- a/incubator/artifactory-oss/2.0.4/CHANGELOG.md +++ b/incubator/artifactory-oss/2.0.5/CHANGELOG.md @@ -4,6 +4,11 @@ +## [artifactory-oss-2.0.5](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.4...artifactory-oss-2.0.5) (2022-12-07) + + + + ## [artifactory-oss-2.0.4](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.3...artifactory-oss-2.0.4) (2022-12-01) ### Chore @@ -92,8 +97,3 @@ ## [artifactory-oss-2.0.1](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.0...artifactory-oss-2.0.1) (2022-11-15) -### Chore - -- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463)) - - diff --git a/incubator/artifactory-oss/2.0.4/Chart.yaml b/incubator/artifactory-oss/2.0.5/Chart.yaml similarity index 96% rename from incubator/artifactory-oss/2.0.4/Chart.yaml rename to incubator/artifactory-oss/2.0.5/Chart.yaml index 3d5f435f2a..18606b51f3 100644 --- a/incubator/artifactory-oss/2.0.4/Chart.yaml +++ b/incubator/artifactory-oss/2.0.5/Chart.yaml @@ -4,7 +4,7 @@ annotations: - Productivity - Tools-Utilities apiVersion: v2 -appVersion: "7.47.10" +appVersion: "7.47.11" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -28,4 +28,4 @@ sources: - https://jfrog.com/ - https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss type: application -version: 2.0.4 +version: 2.0.5 diff --git a/incubator/artifactory-oss/2.0.4/README.md b/incubator/artifactory-oss/2.0.5/README.md similarity index 100% rename from incubator/artifactory-oss/2.0.4/README.md rename to incubator/artifactory-oss/2.0.5/README.md diff --git a/incubator/artifactory-oss/2.0.5/app-changelog.md b/incubator/artifactory-oss/2.0.5/app-changelog.md new file mode 100644 index 0000000000..f0a0dda711 --- /dev/null +++ b/incubator/artifactory-oss/2.0.5/app-changelog.md @@ -0,0 +1,4 @@ + + +## [artifactory-oss-2.0.5](https://github.com/truecharts/charts/compare/artifactory-oss-2.0.4...artifactory-oss-2.0.5) (2022-12-07) + diff --git a/incubator/artifactory-oss/2.0.4/app-readme.md b/incubator/artifactory-oss/2.0.5/app-readme.md similarity index 100% rename from incubator/artifactory-oss/2.0.4/app-readme.md rename to incubator/artifactory-oss/2.0.5/app-readme.md diff --git a/incubator/artifactory-oss/2.0.4/charts/common-11.0.4.tgz b/incubator/artifactory-oss/2.0.5/charts/common-11.0.4.tgz similarity index 100% rename from incubator/artifactory-oss/2.0.4/charts/common-11.0.4.tgz rename to incubator/artifactory-oss/2.0.5/charts/common-11.0.4.tgz diff --git a/incubator/artifactory-oss/2.0.4/ix_values.yaml b/incubator/artifactory-oss/2.0.5/ix_values.yaml similarity index 96% rename from incubator/artifactory-oss/2.0.4/ix_values.yaml rename to incubator/artifactory-oss/2.0.5/ix_values.yaml index f42677db10..28c500d885 100644 --- a/incubator/artifactory-oss/2.0.4/ix_values.yaml +++ b/incubator/artifactory-oss/2.0.5/ix_values.yaml @@ -3,7 +3,7 @@ env: image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/artifactory-oss - tag: 7.47.10 + tag: 7.47.11 persistence: varoptjfrogartifactory: enabled: true diff --git a/incubator/artifactory-oss/2.0.4/questions.yaml b/incubator/artifactory-oss/2.0.5/questions.yaml similarity index 100% rename from incubator/artifactory-oss/2.0.4/questions.yaml rename to incubator/artifactory-oss/2.0.5/questions.yaml diff --git a/incubator/artifactory-oss/2.0.4/templates/common.yaml b/incubator/artifactory-oss/2.0.5/templates/common.yaml similarity index 100% rename from incubator/artifactory-oss/2.0.4/templates/common.yaml rename to incubator/artifactory-oss/2.0.5/templates/common.yaml diff --git a/incubator/artifactory-oss/2.0.4/values.yaml b/incubator/artifactory-oss/2.0.5/values.yaml similarity index 100% rename from incubator/artifactory-oss/2.0.4/values.yaml rename to incubator/artifactory-oss/2.0.5/values.yaml