Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="outline-1.0.12"></a>
|
||||
### [outline-1.0.12](https://github.com/truecharts/apps/compare/outline-1.0.11...outline-1.0.12) (2022-04-02)
|
||||
|
||||
#### Fix
|
||||
|
||||
* use stringData ([#2396](https://github.com/truecharts/apps/issues/2396))
|
||||
|
||||
|
||||
|
||||
<a name="outline-1.0.11"></a>
|
||||
### [outline-1.0.11](https://github.com/truecharts/apps/compare/outline-1.0.10...outline-1.0.11) (2022-04-02)
|
||||
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
<a name="outline-1.0.0"></a>
|
||||
### [outline-1.0.0](https://github.com/truecharts/apps/compare/outline-0.0.1...outline-1.0.0) (2022-03-24)
|
||||
|
||||
#### Fix
|
||||
|
||||
* small fixes ([#2274](https://github.com/truecharts/apps/issues/2274))
|
||||
|
||||
|
||||
|
||||
<a name="outline-0.0.1"></a>
|
||||
@@ -9,4 +9,4 @@ dependencies:
|
||||
repository: https://charts.truecharts.org
|
||||
version: 2.0.23
|
||||
digest: sha256:9bb2955e213f4574812c315a578a0cff8801b7e5962141499229ef682f0d6606
|
||||
generated: "2022-04-02T15:43:42.229152164Z"
|
||||
generated: "2022-04-02T16:41:22.089236768Z"
|
||||
@@ -28,7 +28,7 @@ name: outline
|
||||
sources:
|
||||
- https://github.com/outline/outline
|
||||
type: application
|
||||
version: 1.0.11
|
||||
version: 1.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
@@ -10,7 +10,7 @@ metadata:
|
||||
{{- $outlineprevious := lookup "v1" "Secret" .Release.Namespace "outline-secrets" }}
|
||||
{{- $secret_key := "" }}
|
||||
{{- $utils_secret := "" }}
|
||||
data:
|
||||
stringData:
|
||||
{{- if $outlineprevious}}
|
||||
SECRET_KEY: {{ index $outlineprevious.data "SECRET_KEY" }}
|
||||
UTILS_SECRET: {{ index $outlineprevious.data "UTILS_SECRET" }}
|
||||
Reference in New Issue
Block a user