Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
0a3cda2e6a
commit
6d5404b910
|
@ -2,6 +2,15 @@
|
|||
|
||||
|
||||
|
||||
## [digikam-4.0.29](https://github.com/truecharts/charts/compare/digikam-4.0.28...digikam-4.0.29) (2022-09-03)
|
||||
|
||||
### Chore
|
||||
|
||||
- update image tag ([#3672](https://github.com/truecharts/charts/issues/3672))
|
||||
|
||||
|
||||
|
||||
|
||||
## [digikam-4.0.28](https://github.com/truecharts/charts/compare/digikam-4.0.27...digikam-4.0.28) (2022-08-30)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major helm releases ([#3280](https://github.com/truecharts/apps/issues/3280))
|
||||
|
||||
|
||||
|
||||
|
||||
## [digikam-4.0.21](https://github.com/truecharts/apps/compare/digikam-4.0.20...digikam-4.0.21) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://library-charts.truecharts.org
|
||||
version: 10.5.6
|
||||
digest: sha256:033cffd654878c0c1fcc6f4c236f81736e71491b2ad46a5dec9708ea6faf2b63
|
||||
generated: "2022-08-31T00:18:03.476909569Z"
|
||||
generated: "2022-09-03T10:09:28.735814098Z"
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "7.3.0"
|
||||
appVersion: "7.8.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/linuxserver/docker-digikam
|
||||
- https://www.digikam.org/
|
||||
type: application
|
||||
version: 4.0.28
|
||||
version: 4.0.29
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -1,6 +1,6 @@
|
|||
# digikam
|
||||
|
||||
![Version: 4.0.28](https://img.shields.io/badge/Version-4.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.3.0](https://img.shields.io/badge/AppVersion-7.3.0-informational?style=flat-square)
|
||||
![Version: 4.0.29](https://img.shields.io/badge/Version-4.0.29-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.8.0](https://img.shields.io/badge/AppVersion-7.8.0-informational?style=flat-square)
|
||||
|
||||
Professional Photo Management with the Power of Open Source
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/digikam
|
||||
pullPolicy: IfNotPresent
|
||||
tag: version-7.3.0@sha256:97cc7525c0e77c75933eea57f2aa52b76077837971a7866338d79ea93adb069c
|
||||
tag: v7.8.0@sha256:1dd7cb64e5996bdfd0588e5574b96e1797879589cadc70b46dd960bc331d6509
|
||||
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
|
@ -2459,7 +2459,9 @@ questions:
|
|||
required: true
|
||||
- variable: docs
|
||||
group: Documentation
|
||||
label: "Please read the documentation at https://truecharts.org"
|
||||
label: Please read the documentation at https://truecharts.org
|
||||
description: Please read the documentation at
|
||||
<br /><a href="https://truecharts.org">https://truecharts.org</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
|
@ -2471,7 +2473,9 @@ questions:
|
|||
default: true
|
||||
- variable: donateNag
|
||||
group: Documentation
|
||||
label: "Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor"
|
||||
label: Please consider supporting TrueCharts, see https://truecharts.org/docs/about/sponsor
|
||||
description: Please consider supporting TrueCharts, see
|
||||
<br /><a href="https://truecharts.org/docs/about/sponsor">https://truecharts.org/docs/about/sponsor</a>
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
Loading…
Reference in New Issue