Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
20b4b30c9b
commit
411d64e0d8
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="outline-1.0.27"></a>
|
||||
### [outline-1.0.27](https://github.com/truecharts/apps/compare/outline-1.0.26...outline-1.0.27) (2022-05-25)
|
||||
|
||||
#### Fix
|
||||
|
||||
* set default redisuser ([#2752](https://github.com/truecharts/apps/issues/2752))
|
||||
|
||||
|
||||
|
||||
<a name="outline-1.0.26"></a>
|
||||
### [outline-1.0.26](https://github.com/truecharts/apps/compare/outline-1.0.25...outline-1.0.26) (2022-05-25)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
#### Chore
|
||||
|
||||
* update helm general non-major helm releases ([#2573](https://github.com/truecharts/apps/issues/2573))
|
||||
|
||||
|
||||
|
||||
<a name="outline-1.0.17"></a>
|
||||
### [outline-1.0.17](https://github.com/truecharts/apps/compare/outline-1.0.16...outline-1.0.17) (2022-04-20)
|
||||
|
||||
#### Chore
|
||||
|
|
@ -9,4 +9,4 @@ dependencies:
|
|||
repository: https://charts.truecharts.org
|
||||
version: 2.0.69
|
||||
digest: sha256:3349c5454020cc7a4dde58f8eedc6a15e27044966df28216bc1daa69a31620c2
|
||||
generated: "2022-05-25T06:57:52.062483659Z"
|
||||
generated: "2022-05-25T11:15:37.611094854Z"
|
|
@ -28,7 +28,7 @@ name: outline
|
|||
sources:
|
||||
- https://github.com/outline/outline
|
||||
type: application
|
||||
version: 1.0.26
|
||||
version: 1.0.27
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
|
@ -91,6 +91,7 @@ probes:
|
|||
redis:
|
||||
enabled: true
|
||||
existingSecret: "rediscreds"
|
||||
redisUsername: outline
|
||||
|
||||
# Enabled postgres
|
||||
postgresql:
|
Loading…
Reference in New Issue