Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
a48dbf11d0
commit
9dfa3d8477
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [timetagger-2.0.13](https://github.com/truecharts/charts/compare/timetagger-2.0.12...timetagger-2.0.13) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [timetagger-2.0.14](https://github.com/truecharts/charts/compare/timetagger-2.0.13...timetagger-2.0.14) (2023-02-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/timetagger to v23.2.1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [timetagger-2.0.13](https://github.com/truecharts/charts/compare/timetagger-2.0.12...timetagger-2.0.13) (2023-02-10)
|
## [timetagger-2.0.13](https://github.com/truecharts/charts/compare/timetagger-2.0.12...timetagger-2.0.13) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -85,15 +94,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [timetagger-2.0.5](https://github.com/truecharts/charts/compare/timetagger-2.0.3...timetagger-2.0.5) (2022-11-30)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/timetagger to v22.11.3
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [timetagger-2.0.5](https://github.com/truecharts/charts/compare/timetagger-2.0.3...timetagger-2.0.5) (2022-11-30)
|
## [timetagger-2.0.5](https://github.com/truecharts/charts/compare/timetagger-2.0.3...timetagger-2.0.5) (2022-11-30)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "23.1.1"
|
appVersion: "23.2.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://ghcr.io/almarklein/timetagger
|
- https://ghcr.io/almarklein/timetagger
|
||||||
- https://timetagger.app
|
- https://timetagger.app
|
||||||
- https://github.com/almarklein/timetagger
|
- https://github.com/almarklein/timetagger
|
||||||
version: 2.0.13
|
version: 2.0.14
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- utilities
|
- utilities
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [timetagger-2.0.14](https://github.com/truecharts/charts/compare/timetagger-2.0.13...timetagger-2.0.14) (2023-02-14)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/timetagger to v23.2.1
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/timetagger
|
repository: tccr.io/truecharts/timetagger
|
||||||
tag: 23.1.1@sha256:b1260e02c2dc2f783fb813642da23ece60577729e80c341e00ad90a20599b6ec
|
tag: 23.2.1@sha256:7a6986fed279d1388f892f06360df1ab8c2f5f9c632728e4fc8fe92af1134059
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
Loading…
Reference in New Issue