From 77ce925e41accd745bce80efed8884891548498f Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Wed, 13 Sep 2023 18:40:18 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/drawio/6.0.5/app-changelog.md | 9 --------- stable/drawio/{6.0.5 => 6.0.6}/CHANGELOG.md | 18 +++++++++--------- stable/drawio/{6.0.5 => 6.0.6}/Chart.yaml | 4 ++-- stable/drawio/{6.0.5 => 6.0.6}/README.md | 0 stable/drawio/6.0.6/app-changelog.md | 9 +++++++++ stable/drawio/{6.0.5 => 6.0.6}/app-readme.md | 0 .../{6.0.5 => 6.0.6}/charts/common-14.0.1.tgz | Bin stable/drawio/{6.0.5 => 6.0.6}/ix_values.yaml | 2 +- stable/drawio/{6.0.5 => 6.0.6}/questions.yaml | 0 .../{6.0.5 => 6.0.6}/templates/NOTES.txt | 0 .../{6.0.5 => 6.0.6}/templates/common.yaml | 0 stable/drawio/{6.0.5 => 6.0.6}/values.yaml | 0 12 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 stable/drawio/6.0.5/app-changelog.md rename stable/drawio/{6.0.5 => 6.0.6}/CHANGELOG.md (91%) rename stable/drawio/{6.0.5 => 6.0.6}/Chart.yaml (94%) rename stable/drawio/{6.0.5 => 6.0.6}/README.md (100%) create mode 100644 stable/drawio/6.0.6/app-changelog.md rename stable/drawio/{6.0.5 => 6.0.6}/app-readme.md (100%) rename stable/drawio/{6.0.5 => 6.0.6}/charts/common-14.0.1.tgz (100%) rename stable/drawio/{6.0.5 => 6.0.6}/ix_values.yaml (87%) rename stable/drawio/{6.0.5 => 6.0.6}/questions.yaml (100%) rename stable/drawio/{6.0.5 => 6.0.6}/templates/NOTES.txt (100%) rename stable/drawio/{6.0.5 => 6.0.6}/templates/common.yaml (100%) rename stable/drawio/{6.0.5 => 6.0.6}/values.yaml (100%) diff --git a/stable/drawio/6.0.5/app-changelog.md b/stable/drawio/6.0.5/app-changelog.md deleted file mode 100644 index f344db04bc..0000000000 --- a/stable/drawio/6.0.5/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [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)) - - \ No newline at end of file diff --git a/stable/drawio/6.0.5/CHANGELOG.md b/stable/drawio/6.0.6/CHANGELOG.md similarity index 91% rename from stable/drawio/6.0.5/CHANGELOG.md rename to stable/drawio/6.0.6/CHANGELOG.md index b785de9726..7f42ce08ff 100644 --- a/stable/drawio/6.0.5/CHANGELOG.md +++ b/stable/drawio/6.0.6/CHANGELOG.md @@ -4,6 +4,15 @@ +## [drawio-6.0.6](https://github.com/truecharts/charts/compare/drawio-6.0.5...drawio-6.0.6) (2023-09-13) + +### Chore + +- update container image tccr.io/truecharts/drawio to v21.7.5 ([#12569](https://github.com/truecharts/charts/issues/12569)) + + + + ## [drawio-6.0.5](https://github.com/truecharts/charts/compare/drawio-6.0.4...drawio-6.0.5) (2023-09-09) ### Chore @@ -88,12 +97,3 @@ - update container image tccr.io/truecharts/drawio to v21.6.3 ([#10636](https://github.com/truecharts/charts/issues/10636)) - - - -## [drawio-5.0.32](https://github.com/truecharts/charts/compare/drawio-5.0.31...drawio-5.0.32) (2023-07-18) - -### Chore - -- update container image tccr.io/truecharts/drawio to v21.6.2 ([#10572](https://github.com/truecharts/charts/issues/10572)) - diff --git a/stable/drawio/6.0.5/Chart.yaml b/stable/drawio/6.0.6/Chart.yaml similarity index 94% rename from stable/drawio/6.0.5/Chart.yaml rename to stable/drawio/6.0.6/Chart.yaml index 3bc684375a..b4a464557c 100644 --- a/stable/drawio/6.0.5/Chart.yaml +++ b/stable/drawio/6.0.6/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "21.7.4" +appVersion: "21.7.5" 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.5 +version: 6.0.6 annotations: truecharts.org/catagories: | - media diff --git a/stable/drawio/6.0.5/README.md b/stable/drawio/6.0.6/README.md similarity index 100% rename from stable/drawio/6.0.5/README.md rename to stable/drawio/6.0.6/README.md diff --git a/stable/drawio/6.0.6/app-changelog.md b/stable/drawio/6.0.6/app-changelog.md new file mode 100644 index 0000000000..5f4b874528 --- /dev/null +++ b/stable/drawio/6.0.6/app-changelog.md @@ -0,0 +1,9 @@ + + +## [drawio-6.0.6](https://github.com/truecharts/charts/compare/drawio-6.0.5...drawio-6.0.6) (2023-09-13) + +### Chore + +- update container image tccr.io/truecharts/drawio to v21.7.5 ([#12569](https://github.com/truecharts/charts/issues/12569)) + + \ No newline at end of file diff --git a/stable/drawio/6.0.5/app-readme.md b/stable/drawio/6.0.6/app-readme.md similarity index 100% rename from stable/drawio/6.0.5/app-readme.md rename to stable/drawio/6.0.6/app-readme.md diff --git a/stable/drawio/6.0.5/charts/common-14.0.1.tgz b/stable/drawio/6.0.6/charts/common-14.0.1.tgz similarity index 100% rename from stable/drawio/6.0.5/charts/common-14.0.1.tgz rename to stable/drawio/6.0.6/charts/common-14.0.1.tgz diff --git a/stable/drawio/6.0.5/ix_values.yaml b/stable/drawio/6.0.6/ix_values.yaml similarity index 87% rename from stable/drawio/6.0.5/ix_values.yaml rename to stable/drawio/6.0.6/ix_values.yaml index 9fa97f3dc2..563fdab4d5 100644 --- a/stable/drawio/6.0.5/ix_values.yaml +++ b/stable/drawio/6.0.6/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/drawio - tag: v21.7.4@sha256:62f60cec15e3b9e7af5be636b4eb5e9caedb69cb8354cfc58a15e1f1b586c3a2 + tag: v21.7.5@sha256:9d844cc90818b4dac0519360ecf3aa87420d0ea3d4c7ef27b383285513af7be3 pullPolicy: IfNotPresent securityContext: diff --git a/stable/drawio/6.0.5/questions.yaml b/stable/drawio/6.0.6/questions.yaml similarity index 100% rename from stable/drawio/6.0.5/questions.yaml rename to stable/drawio/6.0.6/questions.yaml diff --git a/stable/drawio/6.0.5/templates/NOTES.txt b/stable/drawio/6.0.6/templates/NOTES.txt similarity index 100% rename from stable/drawio/6.0.5/templates/NOTES.txt rename to stable/drawio/6.0.6/templates/NOTES.txt diff --git a/stable/drawio/6.0.5/templates/common.yaml b/stable/drawio/6.0.6/templates/common.yaml similarity index 100% rename from stable/drawio/6.0.5/templates/common.yaml rename to stable/drawio/6.0.6/templates/common.yaml diff --git a/stable/drawio/6.0.5/values.yaml b/stable/drawio/6.0.6/values.yaml similarity index 100% rename from stable/drawio/6.0.5/values.yaml rename to stable/drawio/6.0.6/values.yaml