From 36d8d16366eb499eaa44257c3f896248c5c98965 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 25 Oct 2023 21:45:53 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- .../doublecommander/9.0.12/app-changelog.md | 9 --------- .../{9.0.12 => 9.0.13}/CHANGELOG.md | 18 +++++++++--------- .../{9.0.12 => 9.0.13}/Chart.yaml | 2 +- .../{9.0.12 => 9.0.13}/README.md | 0 .../doublecommander/9.0.13/app-changelog.md | 9 +++++++++ .../{9.0.12 => 9.0.13}/app-readme.md | 0 .../charts/common-14.0.9.tgz | Bin .../{9.0.12 => 9.0.13}/ix_values.yaml | 2 +- .../{9.0.12 => 9.0.13}/questions.yaml | 0 .../{9.0.12 => 9.0.13}/templates/NOTES.txt | 0 .../{9.0.12 => 9.0.13}/templates/common.yaml | 0 .../{9.0.12 => 9.0.13}/values.yaml | 0 12 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/doublecommander/9.0.12/app-changelog.md rename stable/doublecommander/{9.0.12 => 9.0.13}/CHANGELOG.md (93%) rename stable/doublecommander/{9.0.12 => 9.0.13}/Chart.yaml (98%) rename stable/doublecommander/{9.0.12 => 9.0.13}/README.md (100%) create mode 100644 stable/doublecommander/9.0.13/app-changelog.md rename stable/doublecommander/{9.0.12 => 9.0.13}/app-readme.md (100%) rename stable/doublecommander/{9.0.12 => 9.0.13}/charts/common-14.0.9.tgz (100%) rename stable/doublecommander/{9.0.12 => 9.0.13}/ix_values.yaml (90%) rename stable/doublecommander/{9.0.12 => 9.0.13}/questions.yaml (100%) rename stable/doublecommander/{9.0.12 => 9.0.13}/templates/NOTES.txt (100%) rename stable/doublecommander/{9.0.12 => 9.0.13}/templates/common.yaml (100%) rename stable/doublecommander/{9.0.12 => 9.0.13}/values.yaml (100%) diff --git a/stable/doublecommander/9.0.12/app-changelog.md b/stable/doublecommander/9.0.12/app-changelog.md deleted file mode 100644 index 775db9118d1..00000000000 --- a/stable/doublecommander/9.0.12/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [doublecommander-9.0.12](https://github.com/truecharts/charts/compare/doublecommander-9.0.11...doublecommander-9.0.12) (2023-10-18) - -### Chore - -- update container image tccr.io/truecharts/doublecommander to latest ([#13757](https://github.com/truecharts/charts/issues/13757)) - - \ No newline at end of file diff --git a/stable/doublecommander/9.0.12/CHANGELOG.md b/stable/doublecommander/9.0.13/CHANGELOG.md similarity index 93% rename from stable/doublecommander/9.0.12/CHANGELOG.md rename to stable/doublecommander/9.0.13/CHANGELOG.md index f2763ad9a6c..824fe32a590 100644 --- a/stable/doublecommander/9.0.12/CHANGELOG.md +++ b/stable/doublecommander/9.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [doublecommander-9.0.13](https://github.com/truecharts/charts/compare/doublecommander-9.0.12...doublecommander-9.0.13) (2023-10-25) + +### Chore + +- update container image tccr.io/truecharts/doublecommander to latest ([#13966](https://github.com/truecharts/charts/issues/13966)) + + + + ## [doublecommander-9.0.12](https://github.com/truecharts/charts/compare/doublecommander-9.0.11...doublecommander-9.0.12) (2023-10-18) ### Chore @@ -88,12 +97,3 @@ ## [doublecommander-9.0.3](https://github.com/truecharts/charts/compare/doublecommander-9.0.2...doublecommander-9.0.3) (2023-08-23) ### Chore - -- update container image tccr.io/truecharts/doublecommander to latest ([#11829](https://github.com/truecharts/charts/issues/11829)) - - - - -## [doublecommander-9.0.2](https://github.com/truecharts/charts/compare/doublecommander-9.0.1...doublecommander-9.0.2) (2023-08-16) - -### Chore diff --git a/stable/doublecommander/9.0.12/Chart.yaml b/stable/doublecommander/9.0.13/Chart.yaml similarity index 98% rename from stable/doublecommander/9.0.12/Chart.yaml rename to stable/doublecommander/9.0.13/Chart.yaml index c39626ac9d3..07e9d754f08 100644 --- a/stable/doublecommander/9.0.12/Chart.yaml +++ b/stable/doublecommander/9.0.13/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/linuxserver/docker-doublecommander - https://doublecmd.sourceforge.io/ type: application -version: 9.0.12 +version: 9.0.13 annotations: truecharts.org/catagories: | - media diff --git a/stable/doublecommander/9.0.12/README.md b/stable/doublecommander/9.0.13/README.md similarity index 100% rename from stable/doublecommander/9.0.12/README.md rename to stable/doublecommander/9.0.13/README.md diff --git a/stable/doublecommander/9.0.13/app-changelog.md b/stable/doublecommander/9.0.13/app-changelog.md new file mode 100644 index 00000000000..8cc962bd1a3 --- /dev/null +++ b/stable/doublecommander/9.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [doublecommander-9.0.13](https://github.com/truecharts/charts/compare/doublecommander-9.0.12...doublecommander-9.0.13) (2023-10-25) + +### Chore + +- update container image tccr.io/truecharts/doublecommander to latest ([#13966](https://github.com/truecharts/charts/issues/13966)) + + \ No newline at end of file diff --git a/stable/doublecommander/9.0.12/app-readme.md b/stable/doublecommander/9.0.13/app-readme.md similarity index 100% rename from stable/doublecommander/9.0.12/app-readme.md rename to stable/doublecommander/9.0.13/app-readme.md diff --git a/stable/doublecommander/9.0.12/charts/common-14.0.9.tgz b/stable/doublecommander/9.0.13/charts/common-14.0.9.tgz similarity index 100% rename from stable/doublecommander/9.0.12/charts/common-14.0.9.tgz rename to stable/doublecommander/9.0.13/charts/common-14.0.9.tgz diff --git a/stable/doublecommander/9.0.12/ix_values.yaml b/stable/doublecommander/9.0.13/ix_values.yaml similarity index 90% rename from stable/doublecommander/9.0.12/ix_values.yaml rename to stable/doublecommander/9.0.13/ix_values.yaml index 7f746d32cfd..59d29c2e798 100644 --- a/stable/doublecommander/9.0.12/ix_values.yaml +++ b/stable/doublecommander/9.0.13/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/doublecommander pullPolicy: IfNotPresent - tag: latest@sha256:44c8bd07da2b9662ae5b740d089d7b9b41376d8013b2cb659585927db82c2dc9 + tag: latest@sha256:64b2e2b9105a700d3196c70934ce880576e7806b3509ccfe26a11b1be49e4e6d securityContext: container: diff --git a/stable/doublecommander/9.0.12/questions.yaml b/stable/doublecommander/9.0.13/questions.yaml similarity index 100% rename from stable/doublecommander/9.0.12/questions.yaml rename to stable/doublecommander/9.0.13/questions.yaml diff --git a/stable/doublecommander/9.0.12/templates/NOTES.txt b/stable/doublecommander/9.0.13/templates/NOTES.txt similarity index 100% rename from stable/doublecommander/9.0.12/templates/NOTES.txt rename to stable/doublecommander/9.0.13/templates/NOTES.txt diff --git a/stable/doublecommander/9.0.12/templates/common.yaml b/stable/doublecommander/9.0.13/templates/common.yaml similarity index 100% rename from stable/doublecommander/9.0.12/templates/common.yaml rename to stable/doublecommander/9.0.13/templates/common.yaml diff --git a/stable/doublecommander/9.0.12/values.yaml b/stable/doublecommander/9.0.13/values.yaml similarity index 100% rename from stable/doublecommander/9.0.12/values.yaml rename to stable/doublecommander/9.0.13/values.yaml