From 1572ef3063fff59a2bb8686af1800342b2ede6b0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 3 Dec 2023 21:36:29 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/actualserver/5.0.13/app-changelog.md | 0 .../{5.0.13 => 5.0.14}/CHANGELOG.md | 30 +++++++++--------- .../{5.0.13 => 5.0.14}/Chart.yaml | 6 ++-- .../actualserver/{5.0.13 => 5.0.14}/README.md | 0 stable/actualserver/5.0.14/app-changelog.md | 15 +++++++++ .../{5.0.13 => 5.0.14}/app-readme.md | 0 .../charts/common-14.3.5.tgz | Bin .../{5.0.13 => 5.0.14}/ix_values.yaml | 4 +-- .../{5.0.13 => 5.0.14}/questions.yaml | 0 .../{5.0.13 => 5.0.14}/templates/NOTES.txt | 0 .../{5.0.13 => 5.0.14}/templates/common.yaml | 0 .../{5.0.13 => 5.0.14}/values.yaml | 0 12 files changed, 35 insertions(+), 20 deletions(-) delete mode 100644 stable/actualserver/5.0.13/app-changelog.md rename stable/actualserver/{5.0.13 => 5.0.14}/CHANGELOG.md (83%) rename stable/actualserver/{5.0.13 => 5.0.14}/Chart.yaml (91%) rename stable/actualserver/{5.0.13 => 5.0.14}/README.md (100%) create mode 100644 stable/actualserver/5.0.14/app-changelog.md rename stable/actualserver/{5.0.13 => 5.0.14}/app-readme.md (100%) rename stable/actualserver/{5.0.13 => 5.0.14}/charts/common-14.3.5.tgz (100%) rename stable/actualserver/{5.0.13 => 5.0.14}/ix_values.yaml (84%) rename stable/actualserver/{5.0.13 => 5.0.14}/questions.yaml (100%) rename stable/actualserver/{5.0.13 => 5.0.14}/templates/NOTES.txt (100%) rename stable/actualserver/{5.0.13 => 5.0.14}/templates/common.yaml (100%) rename stable/actualserver/{5.0.13 => 5.0.14}/values.yaml (100%) diff --git a/stable/actualserver/5.0.13/app-changelog.md b/stable/actualserver/5.0.13/app-changelog.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/stable/actualserver/5.0.13/CHANGELOG.md b/stable/actualserver/5.0.14/CHANGELOG.md similarity index 83% rename from stable/actualserver/5.0.13/CHANGELOG.md rename to stable/actualserver/5.0.14/CHANGELOG.md index 86d96fd7c7..f2570257d7 100644 --- a/stable/actualserver/5.0.13/CHANGELOG.md +++ b/stable/actualserver/5.0.14/CHANGELOG.md @@ -4,6 +4,21 @@ +## [actualserver-5.0.14](https://github.com/truecharts/charts/compare/actualserver-5.0.13...actualserver-5.0.14) (2023-12-03) + +### Chore + +- fix annotations again + - update annotations + - cleanup chart.yaml and add min-max scale version + + ### Fix + +- update chart with the right image ([#15629](https://github.com/truecharts/charts/issues/15629)) + + + + @@ -82,18 +97,3 @@ ## [actualserver-5.0.4](https://github.com/truecharts/charts/compare/actualserver-5.0.3...actualserver-5.0.4) (2023-10-04) -### Chore - -- update container image tccr.io/truecharts/actualserver to v23.10.0 ([#13248](https://github.com/truecharts/charts/issues/13248)) - - - - -## [actualserver-5.0.3](https://github.com/truecharts/charts/compare/actualserver-5.0.2...actualserver-5.0.3) (2023-09-06) - -### Chore - -- update container image tccr.io/truecharts/actualserver to v23.9.0 ([#12312](https://github.com/truecharts/charts/issues/12312)) - - - diff --git a/stable/actualserver/5.0.13/Chart.yaml b/stable/actualserver/5.0.14/Chart.yaml similarity index 91% rename from stable/actualserver/5.0.13/Chart.yaml rename to stable/actualserver/5.0.14/Chart.yaml index 0e508a6c9d..717c911aec 100644 --- a/stable/actualserver/5.0.13/Chart.yaml +++ b/stable/actualserver/5.0.14/Chart.yaml @@ -1,8 +1,8 @@ kubeVersion: ">=1.24.0" apiVersion: v2 name: actualserver -version: 5.0.13 -appVersion: 23.10.0 +version: 5.0.14 +appVersion: 23.12.0 description: Actual is a super fast privacy-focused app for managing your finances. home: https://truecharts.org/charts/stable/actualserver icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png @@ -10,7 +10,7 @@ deprecated: false sources: - https://github.com/Kippenhof/docker-templates - https://github.com/truecharts/charts/tree/master/charts/stable/actualserver - - https://hub.docker.com/r/jlongster/actual-server + - https://hub.docker.com/r/actualbudget/actual-server maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/stable/actualserver/5.0.13/README.md b/stable/actualserver/5.0.14/README.md similarity index 100% rename from stable/actualserver/5.0.13/README.md rename to stable/actualserver/5.0.14/README.md diff --git a/stable/actualserver/5.0.14/app-changelog.md b/stable/actualserver/5.0.14/app-changelog.md new file mode 100644 index 0000000000..1b52a57a19 --- /dev/null +++ b/stable/actualserver/5.0.14/app-changelog.md @@ -0,0 +1,15 @@ + + +## [actualserver-5.0.14](https://github.com/truecharts/charts/compare/actualserver-5.0.13...actualserver-5.0.14) (2023-12-03) + +### Chore + +- fix annotations again + - update annotations + - cleanup chart.yaml and add min-max scale version + + ### Fix + +- update chart with the right image ([#15629](https://github.com/truecharts/charts/issues/15629)) + + \ No newline at end of file diff --git a/stable/actualserver/5.0.13/app-readme.md b/stable/actualserver/5.0.14/app-readme.md similarity index 100% rename from stable/actualserver/5.0.13/app-readme.md rename to stable/actualserver/5.0.14/app-readme.md diff --git a/stable/actualserver/5.0.13/charts/common-14.3.5.tgz b/stable/actualserver/5.0.14/charts/common-14.3.5.tgz similarity index 100% rename from stable/actualserver/5.0.13/charts/common-14.3.5.tgz rename to stable/actualserver/5.0.14/charts/common-14.3.5.tgz diff --git a/stable/actualserver/5.0.13/ix_values.yaml b/stable/actualserver/5.0.14/ix_values.yaml similarity index 84% rename from stable/actualserver/5.0.13/ix_values.yaml rename to stable/actualserver/5.0.14/ix_values.yaml index dd0e94d8b5..995d29d99d 100644 --- a/stable/actualserver/5.0.13/ix_values.yaml +++ b/stable/actualserver/5.0.14/ix_values.yaml @@ -1,7 +1,7 @@ image: - repository: jlongster/actual-server + repository: ghcr.io/actualbudget/actual-server pullPolicy: IfNotPresent - tag: 23.10.0@sha256:43f321864f98e7b9759507853e0e64908bb844305bbe72a3ffc893c42b962495 + tag: 23.12.0@sha256:401774fad59c694946ba552763f52b725d4b2946f83f433191a26c30487e75b2 securityContext: container: readOnlyRootFilesystem: false diff --git a/stable/actualserver/5.0.13/questions.yaml b/stable/actualserver/5.0.14/questions.yaml similarity index 100% rename from stable/actualserver/5.0.13/questions.yaml rename to stable/actualserver/5.0.14/questions.yaml diff --git a/stable/actualserver/5.0.13/templates/NOTES.txt b/stable/actualserver/5.0.14/templates/NOTES.txt similarity index 100% rename from stable/actualserver/5.0.13/templates/NOTES.txt rename to stable/actualserver/5.0.14/templates/NOTES.txt diff --git a/stable/actualserver/5.0.13/templates/common.yaml b/stable/actualserver/5.0.14/templates/common.yaml similarity index 100% rename from stable/actualserver/5.0.13/templates/common.yaml rename to stable/actualserver/5.0.14/templates/common.yaml diff --git a/stable/actualserver/5.0.13/values.yaml b/stable/actualserver/5.0.14/values.yaml similarity index 100% rename from stable/actualserver/5.0.13/values.yaml rename to stable/actualserver/5.0.14/values.yaml