From 2e130b6f604f288f498eb1883f0c4108d18c425f Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sat, 29 Apr 2023 12:38:18 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/monica/7.0.0/app-changelog.md | 9 --------- stable/monica/{7.0.0 => 7.0.1}/CHANGELOG.md | 18 +++++++++--------- stable/monica/{7.0.0 => 7.0.1}/Chart.yaml | 2 +- stable/monica/{7.0.0 => 7.0.1}/README.md | 0 stable/monica/7.0.1/app-changelog.md | 9 +++++++++ stable/monica/{7.0.0 => 7.0.1}/app-readme.md | 0 .../{7.0.0 => 7.0.1}/charts/common-12.6.1.tgz | Bin .../{7.0.0 => 7.0.1}/charts/mariadb-7.0.5.tgz | Bin stable/monica/{7.0.0 => 7.0.1}/ix_values.yaml | 2 +- stable/monica/{7.0.0 => 7.0.1}/questions.yaml | 0 .../{7.0.0 => 7.0.1}/templates/NOTES.txt | 0 .../{7.0.0 => 7.0.1}/templates/_appkey.tpl | 0 .../{7.0.0 => 7.0.1}/templates/common.yaml | 0 stable/monica/{7.0.0 => 7.0.1}/values.yaml | 0 14 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 stable/monica/7.0.0/app-changelog.md rename stable/monica/{7.0.0 => 7.0.1}/CHANGELOG.md (89%) rename stable/monica/{7.0.0 => 7.0.1}/Chart.yaml (98%) rename stable/monica/{7.0.0 => 7.0.1}/README.md (100%) create mode 100644 stable/monica/7.0.1/app-changelog.md rename stable/monica/{7.0.0 => 7.0.1}/app-readme.md (100%) rename stable/monica/{7.0.0 => 7.0.1}/charts/common-12.6.1.tgz (100%) rename stable/monica/{7.0.0 => 7.0.1}/charts/mariadb-7.0.5.tgz (100%) rename stable/monica/{7.0.0 => 7.0.1}/ix_values.yaml (94%) rename stable/monica/{7.0.0 => 7.0.1}/questions.yaml (100%) rename stable/monica/{7.0.0 => 7.0.1}/templates/NOTES.txt (100%) rename stable/monica/{7.0.0 => 7.0.1}/templates/_appkey.tpl (100%) rename stable/monica/{7.0.0 => 7.0.1}/templates/common.yaml (100%) rename stable/monica/{7.0.0 => 7.0.1}/values.yaml (100%) diff --git a/stable/monica/7.0.0/app-changelog.md b/stable/monica/7.0.0/app-changelog.md deleted file mode 100644 index b399a6a37d..0000000000 --- a/stable/monica/7.0.0/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [monica-7.0.0](https://github.com/truecharts/charts/compare/monica-6.0.30...monica-7.0.0) (2023-04-29) - -### Feat - -- BREAKING CHANGE migrate to new common part 3 ([#8151](https://github.com/truecharts/charts/issues/8151)) - - \ No newline at end of file diff --git a/stable/monica/7.0.0/CHANGELOG.md b/stable/monica/7.0.1/CHANGELOG.md similarity index 89% rename from stable/monica/7.0.0/CHANGELOG.md rename to stable/monica/7.0.1/CHANGELOG.md index 17d32f0cc9..9fb4da288a 100644 --- a/stable/monica/7.0.0/CHANGELOG.md +++ b/stable/monica/7.0.1/CHANGELOG.md @@ -4,6 +4,15 @@ +## [monica-7.0.1](https://github.com/truecharts/charts/compare/monica-7.0.0...monica-7.0.1) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/monica to 4.0.0 ([#8319](https://github.com/truecharts/charts/issues/8319)) + + + + ## [monica-7.0.0](https://github.com/truecharts/charts/compare/monica-6.0.30...monica-7.0.0) (2023-04-29) ### Feat @@ -88,12 +97,3 @@ ## [monica-6.0.22](https://github.com/truecharts/charts/compare/monica-6.0.21...monica-6.0.22) (2023-01-23) ### Chore - -- update helm general non-major - - - - -## [monica-6.0.21](https://github.com/truecharts/charts/compare/monica-6.0.20...monica-6.0.21) (2023-01-18) - -### Chore diff --git a/stable/monica/7.0.0/Chart.yaml b/stable/monica/7.0.1/Chart.yaml similarity index 98% rename from stable/monica/7.0.0/Chart.yaml rename to stable/monica/7.0.1/Chart.yaml index b61837e82c..7539d1c035 100644 --- a/stable/monica/7.0.0/Chart.yaml +++ b/stable/monica/7.0.1/Chart.yaml @@ -22,7 +22,7 @@ name: monica sources: - https://github.com/truecharts/charts/tree/master/charts/stable/monica - https://github.com/monicahq/monica -version: 7.0.0 +version: 7.0.1 annotations: truecharts.org/catagories: | - crm diff --git a/stable/monica/7.0.0/README.md b/stable/monica/7.0.1/README.md similarity index 100% rename from stable/monica/7.0.0/README.md rename to stable/monica/7.0.1/README.md diff --git a/stable/monica/7.0.1/app-changelog.md b/stable/monica/7.0.1/app-changelog.md new file mode 100644 index 0000000000..de0885228b --- /dev/null +++ b/stable/monica/7.0.1/app-changelog.md @@ -0,0 +1,9 @@ + + +## [monica-7.0.1](https://github.com/truecharts/charts/compare/monica-7.0.0...monica-7.0.1) (2023-04-29) + +### Chore + +- update container image tccr.io/truecharts/monica to 4.0.0 ([#8319](https://github.com/truecharts/charts/issues/8319)) + + \ No newline at end of file diff --git a/stable/monica/7.0.0/app-readme.md b/stable/monica/7.0.1/app-readme.md similarity index 100% rename from stable/monica/7.0.0/app-readme.md rename to stable/monica/7.0.1/app-readme.md diff --git a/stable/monica/7.0.0/charts/common-12.6.1.tgz b/stable/monica/7.0.1/charts/common-12.6.1.tgz similarity index 100% rename from stable/monica/7.0.0/charts/common-12.6.1.tgz rename to stable/monica/7.0.1/charts/common-12.6.1.tgz diff --git a/stable/monica/7.0.0/charts/mariadb-7.0.5.tgz b/stable/monica/7.0.1/charts/mariadb-7.0.5.tgz similarity index 100% rename from stable/monica/7.0.0/charts/mariadb-7.0.5.tgz rename to stable/monica/7.0.1/charts/mariadb-7.0.5.tgz diff --git a/stable/monica/7.0.0/ix_values.yaml b/stable/monica/7.0.1/ix_values.yaml similarity index 94% rename from stable/monica/7.0.0/ix_values.yaml rename to stable/monica/7.0.1/ix_values.yaml index e36af03cfa..3809ce943a 100644 --- a/stable/monica/7.0.0/ix_values.yaml +++ b/stable/monica/7.0.1/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/monica - tag: 4.0.0@sha256:e0dbcc09a91affbbdddb6fb6fc8cb90b3502c7d781a23ae491602b97841ddb5b + tag: 4.0.0@sha256:7ebaa9fe69a122f46f6268195bb2cd2f277e46426d5a348125e86103d8520f0f pullPolicy: IfNotPresent service: main: diff --git a/stable/monica/7.0.0/questions.yaml b/stable/monica/7.0.1/questions.yaml similarity index 100% rename from stable/monica/7.0.0/questions.yaml rename to stable/monica/7.0.1/questions.yaml diff --git a/stable/monica/7.0.0/templates/NOTES.txt b/stable/monica/7.0.1/templates/NOTES.txt similarity index 100% rename from stable/monica/7.0.0/templates/NOTES.txt rename to stable/monica/7.0.1/templates/NOTES.txt diff --git a/stable/monica/7.0.0/templates/_appkey.tpl b/stable/monica/7.0.1/templates/_appkey.tpl similarity index 100% rename from stable/monica/7.0.0/templates/_appkey.tpl rename to stable/monica/7.0.1/templates/_appkey.tpl diff --git a/stable/monica/7.0.0/templates/common.yaml b/stable/monica/7.0.1/templates/common.yaml similarity index 100% rename from stable/monica/7.0.0/templates/common.yaml rename to stable/monica/7.0.1/templates/common.yaml diff --git a/stable/monica/7.0.0/values.yaml b/stable/monica/7.0.1/values.yaml similarity index 100% rename from stable/monica/7.0.0/values.yaml rename to stable/monica/7.0.1/values.yaml