From 0da3a246be802ac81802522b2add297a171655bd Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 25 Oct 2023 21:41:49 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/drawio/6.0.14/app-changelog.md | 9 --------- stable/drawio/{6.0.14 => 6.0.15}/CHANGELOG.md | 18 +++++++++--------- stable/drawio/{6.0.14 => 6.0.15}/Chart.yaml | 4 ++-- stable/drawio/{6.0.14 => 6.0.15}/README.md | 0 stable/drawio/6.0.15/app-changelog.md | 9 +++++++++ .../drawio/{6.0.14 => 6.0.15}/app-readme.md | 0 .../charts/common-14.0.9.tgz | Bin .../drawio/{6.0.14 => 6.0.15}/ix_values.yaml | 2 +- .../drawio/{6.0.14 => 6.0.15}/questions.yaml | 0 .../{6.0.14 => 6.0.15}/templates/NOTES.txt | 0 .../{6.0.14 => 6.0.15}/templates/common.yaml | 0 stable/drawio/{6.0.14 => 6.0.15}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/drawio/6.0.14/app-changelog.md rename stable/drawio/{6.0.14 => 6.0.15}/CHANGELOG.md (91%) rename stable/drawio/{6.0.14 => 6.0.15}/Chart.yaml (94%) rename stable/drawio/{6.0.14 => 6.0.15}/README.md (100%) create mode 100644 stable/drawio/6.0.15/app-changelog.md rename stable/drawio/{6.0.14 => 6.0.15}/app-readme.md (100%) rename stable/drawio/{6.0.14 => 6.0.15}/charts/common-14.0.9.tgz (100%) rename stable/drawio/{6.0.14 => 6.0.15}/ix_values.yaml (87%) rename stable/drawio/{6.0.14 => 6.0.15}/questions.yaml (100%) rename stable/drawio/{6.0.14 => 6.0.15}/templates/NOTES.txt (100%) rename stable/drawio/{6.0.14 => 6.0.15}/templates/common.yaml (100%) rename stable/drawio/{6.0.14 => 6.0.15}/values.yaml (100%) diff --git a/stable/drawio/6.0.14/app-changelog.md b/stable/drawio/6.0.14/app-changelog.md deleted file mode 100644 index f52f5d8415..0000000000 --- a/stable/drawio/6.0.14/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [drawio-6.0.14](https://github.com/truecharts/charts/compare/drawio-6.0.13...drawio-6.0.14) (2023-10-20) - -### Chore - -- update container image tccr.io/truecharts/drawio to v22.0.6 ([#13816](https://github.com/truecharts/charts/issues/13816)) - - \ No newline at end of file diff --git a/stable/drawio/6.0.14/CHANGELOG.md b/stable/drawio/6.0.15/CHANGELOG.md similarity index 91% rename from stable/drawio/6.0.14/CHANGELOG.md rename to stable/drawio/6.0.15/CHANGELOG.md index 2f23f4463a..0cc7b6f7e2 100644 --- a/stable/drawio/6.0.14/CHANGELOG.md +++ b/stable/drawio/6.0.15/CHANGELOG.md @@ -4,6 +4,15 @@ +## [drawio-6.0.15](https://github.com/truecharts/charts/compare/drawio-6.0.14...drawio-6.0.15) (2023-10-25) + +### Chore + +- update container image tccr.io/truecharts/drawio to v22.0.8 ([#13967](https://github.com/truecharts/charts/issues/13967)) + + + + ## [drawio-6.0.14](https://github.com/truecharts/charts/compare/drawio-6.0.13...drawio-6.0.14) (2023-10-20) ### Chore @@ -88,12 +97,3 @@ ## [drawio-6.0.5](https://github.com/truecharts/charts/compare/drawio-6.0.4...drawio-6.0.5) (2023-09-09) ### Chore - -- update container image tccr.io/truecharts/drawio to v21.7.4 ([#12422](https://github.com/truecharts/charts/issues/12422)) - - - - -## [drawio-6.0.4](https://github.com/truecharts/charts/compare/drawio-6.0.3...drawio-6.0.4) (2023-09-06) - -### Chore diff --git a/stable/drawio/6.0.14/Chart.yaml b/stable/drawio/6.0.15/Chart.yaml similarity index 94% rename from stable/drawio/6.0.14/Chart.yaml rename to stable/drawio/6.0.15/Chart.yaml index 1079962f23..975776e895 100644 --- a/stable/drawio/6.0.14/Chart.yaml +++ b/stable/drawio/6.0.15/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "22.0.6" +appVersion: "22.0.8" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -18,7 +18,7 @@ name: drawio sources: - https://github.com/truecharts/charts/tree/master/charts/stable/drawio - https://github.com/jgraph/drawio -version: 6.0.14 +version: 6.0.15 annotations: truecharts.org/catagories: | - media diff --git a/stable/drawio/6.0.14/README.md b/stable/drawio/6.0.15/README.md similarity index 100% rename from stable/drawio/6.0.14/README.md rename to stable/drawio/6.0.15/README.md diff --git a/stable/drawio/6.0.15/app-changelog.md b/stable/drawio/6.0.15/app-changelog.md new file mode 100644 index 0000000000..4ebadfef00 --- /dev/null +++ b/stable/drawio/6.0.15/app-changelog.md @@ -0,0 +1,9 @@ + + +## [drawio-6.0.15](https://github.com/truecharts/charts/compare/drawio-6.0.14...drawio-6.0.15) (2023-10-25) + +### Chore + +- update container image tccr.io/truecharts/drawio to v22.0.8 ([#13967](https://github.com/truecharts/charts/issues/13967)) + + \ No newline at end of file diff --git a/stable/drawio/6.0.14/app-readme.md b/stable/drawio/6.0.15/app-readme.md similarity index 100% rename from stable/drawio/6.0.14/app-readme.md rename to stable/drawio/6.0.15/app-readme.md diff --git a/stable/drawio/6.0.14/charts/common-14.0.9.tgz b/stable/drawio/6.0.15/charts/common-14.0.9.tgz similarity index 100% rename from stable/drawio/6.0.14/charts/common-14.0.9.tgz rename to stable/drawio/6.0.15/charts/common-14.0.9.tgz diff --git a/stable/drawio/6.0.14/ix_values.yaml b/stable/drawio/6.0.15/ix_values.yaml similarity index 87% rename from stable/drawio/6.0.14/ix_values.yaml rename to stable/drawio/6.0.15/ix_values.yaml index 2ca4b0db58..c615850d8c 100644 --- a/stable/drawio/6.0.14/ix_values.yaml +++ b/stable/drawio/6.0.15/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/drawio - tag: v22.0.6@sha256:6f76e203d2ffcc512c22b53a4043a1e0d52e4d283236bbbb80401f1bc91f236e + tag: v22.0.8@sha256:c02ff55260fc8957b8a45e4be7ad82d7b4318379c13c03aabfe19144c5ffc8cd pullPolicy: IfNotPresent securityContext: diff --git a/stable/drawio/6.0.14/questions.yaml b/stable/drawio/6.0.15/questions.yaml similarity index 100% rename from stable/drawio/6.0.14/questions.yaml rename to stable/drawio/6.0.15/questions.yaml diff --git a/stable/drawio/6.0.14/templates/NOTES.txt b/stable/drawio/6.0.15/templates/NOTES.txt similarity index 100% rename from stable/drawio/6.0.14/templates/NOTES.txt rename to stable/drawio/6.0.15/templates/NOTES.txt diff --git a/stable/drawio/6.0.14/templates/common.yaml b/stable/drawio/6.0.15/templates/common.yaml similarity index 100% rename from stable/drawio/6.0.14/templates/common.yaml rename to stable/drawio/6.0.15/templates/common.yaml diff --git a/stable/drawio/6.0.14/values.yaml b/stable/drawio/6.0.15/values.yaml similarity index 100% rename from stable/drawio/6.0.14/values.yaml rename to stable/drawio/6.0.15/values.yaml