Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
60a11bc998
commit
1572ef3063
|
@ -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)
|
## [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))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
kubeVersion: ">=1.24.0"
|
kubeVersion: ">=1.24.0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: actualserver
|
name: actualserver
|
||||||
version: 5.0.13
|
version: 5.0.14
|
||||||
appVersion: 23.10.0
|
appVersion: 23.12.0
|
||||||
description: Actual is a super fast privacy-focused app for managing your finances.
|
description: Actual is a super fast privacy-focused app for managing your finances.
|
||||||
home: https://truecharts.org/charts/stable/actualserver
|
home: https://truecharts.org/charts/stable/actualserver
|
||||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png
|
||||||
|
@ -10,7 +10,7 @@ deprecated: false
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/Kippenhof/docker-templates
|
- https://github.com/Kippenhof/docker-templates
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/actualserver
|
- 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:
|
maintainers:
|
||||||
- name: TrueCharts
|
- name: TrueCharts
|
||||||
email: info@truecharts.org
|
email: info@truecharts.org
|
|
@ -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))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: jlongster/actual-server
|
repository: ghcr.io/actualbudget/actual-server
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 23.10.0@sha256:43f321864f98e7b9759507853e0e64908bb844305bbe72a3ffc893c42b962495
|
tag: 23.12.0@sha256:401774fad59c694946ba552763f52b725d4b2946f83f433191a26c30487e75b2
|
||||||
securityContext:
|
securityContext:
|
||||||
container:
|
container:
|
||||||
readOnlyRootFilesystem: false
|
readOnlyRootFilesystem: false
|
Loading…
Reference in New Issue