Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
261aa7deaa
commit
46421d47be
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="linkace-4.0.9"></a>
|
||||
### [linkace-4.0.9](https://github.com/truecharts/apps/compare/linkace-4.0.8...linkace-4.0.9) (2022-06-24)
|
||||
|
||||
#### Fix
|
||||
|
||||
* convert to string envs inside secretEnv ([#2962](https://github.com/truecharts/apps/issues/2962))
|
||||
|
||||
|
||||
|
||||
<a name="linkace-4.0.8"></a>
|
||||
### [linkace-4.0.8](https://github.com/truecharts/apps/compare/linkace-4.0.7...linkace-4.0.8) (2022-06-22)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
<a name="linkace-3.0.1"></a>
|
||||
### [linkace-3.0.1](https://github.com/truecharts/apps/compare/linkace-2.0.28...linkace-3.0.1) (2022-06-07)
|
||||
|
||||
#### Chore
|
||||
|
||||
* Auto-update chart README [skip ci]
|
||||
* sync all apps persistence configuration and always default to PVC
|
||||
* update helm general non-major helm releases ([#2838](https://github.com/truecharts/apps/issues/2838))
|
||||
|
||||
#### Fix
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.1.1
|
||||
version: 10.1.3
|
||||
- name: mariadb
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 3.0.14
|
||||
version: 3.0.16
|
||||
- name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
version: 3.0.15
|
||||
digest: sha256:e743a06374eee641187ff2156d95943dd7cd87f2e3e52194b4bb47551b99a9b7
|
||||
generated: "2022-06-23T01:04:33.356995436Z"
|
||||
version: 3.0.17
|
||||
digest: sha256:39a92f998a20a76756701191fc97d5aae0560061f8d8d7cf5024f3d675a1c40f
|
||||
generated: "2022-06-24T19:47:35.795035141Z"
|
|
@ -3,15 +3,15 @@ appVersion: "1.10.2"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.1.1
|
||||
version: 10.1.3
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 3.0.14
|
||||
version: 3.0.16
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
version: 3.0.15
|
||||
version: 3.0.17
|
||||
description: Your self-hosted bookmark archive. Free and open source.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/linkace
|
||||
icon: https://truecharts.org/_static/img/appicons/linkace.png
|
||||
|
@ -27,7 +27,7 @@ sources:
|
|||
- https://www.linkace.org/docs/
|
||||
- https://github.com/linkace/linkace
|
||||
- https://hub.docker.com/r/linkace/linkace
|
||||
version: 4.0.8
|
||||
version: 4.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -19,9 +19,9 @@ Kubernetes: `>=1.16.0-0`
|
|||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.truecharts.org/ | mariadb | 3.0.14 |
|
||||
| https://charts.truecharts.org | redis | 3.0.15 |
|
||||
| https://library-charts.truecharts.org | common | 10.1.1 |
|
||||
| https://charts.truecharts.org/ | mariadb | 3.0.16 |
|
||||
| https://charts.truecharts.org | redis | 3.0.17 |
|
||||
| https://library-charts.truecharts.org | common | 10.1.3 |
|
||||
|
||||
## Installing the Chart
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -248,8 +248,8 @@ questions:
|
|||
label: "MAIL_PORT"
|
||||
description: "Mail Port"
|
||||
schema:
|
||||
type: int
|
||||
default: 587
|
||||
type: string
|
||||
default: "587"
|
||||
- variable: MAIL_USERNAME
|
||||
label: "MAIL_USERNAME"
|
||||
description: "Mail Username"
|
|
@ -100,9 +100,9 @@ hide:
|
|||
tccr.io/truecharts/redis:v7.0.2@sha256:dfca138f71f1896a07b5ca1e6af88625824925bbbd7719a7676ac11e9e076661
|
||||
tccr.io/truecharts/linkace:v1.10.2@sha256:86d238b2f5fba674424dbd3b947b06b51377366f8f91b1cdd6a6cd758d7c1798
|
||||
tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730
|
||||
tccr.io/truecharts/mariadb:v10.7.4@sha256:2e2c1d19a9192dfb48721928d1820ec71bd393c08dfb0aea9698f3128a3101fa
|
||||
tccr.io/truecharts/mariadb:v10.8.3@sha256:838895128e226c4044bc9cffc055986ce8dd45286dabb847a7c1993c51c56921
|
||||
tccr.io/truecharts/alpine:v3.16.0@sha256:16dc15f3d61a1e30b1df9f839e53636847b6097286b2b74c637b25fd8264f730
|
||||
tccr.io/truecharts/redis:v7.0.2@sha256:55f0a77f91b8d51e8138d305019bdc17911d988c85b89fe901a456daa448f176
|
||||
tccr.io/truecharts/redis:v7.0.2@sha256:dcd5d5a227bfefc9306a7de6b520e0c7d4123ab1a22bd3b6b102f6dad7fbe7d5
|
||||
|
||||
##### Scan Results
|
||||
|
||||
|
@ -431,7 +431,7 @@ hide:
|
|||
|
||||
|
||||
|
||||
#### Container: tccr.io/truecharts/mariadb:v10.7.4@sha256:2e2c1d19a9192dfb48721928d1820ec71bd393c08dfb0aea9698f3128a3101fa (debian 11.3)
|
||||
#### Container: tccr.io/truecharts/mariadb:v10.8.3@sha256:838895128e226c4044bc9cffc055986ce8dd45286dabb847a7c1993c51c56921 (debian 11.3)
|
||||
|
||||
|
||||
**debian**
|
||||
|
@ -579,7 +579,7 @@ hide:
|
|||
|
||||
|
||||
|
||||
#### Container: tccr.io/truecharts/redis:v7.0.2@sha256:55f0a77f91b8d51e8138d305019bdc17911d988c85b89fe901a456daa448f176 (debian 11.3)
|
||||
#### Container: tccr.io/truecharts/redis:v7.0.2@sha256:dcd5d5a227bfefc9306a7de6b520e0c7d4123ab1a22bd3b6b102f6dad7fbe7d5 (debian 11.3)
|
||||
|
||||
|
||||
**debian**
|
Loading…
Reference in New Issue