Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8e4c7ce155
commit
f2ce4f2213
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [outline-3.0.28](https://github.com/truecharts/apps/compare/outline-3.0.27...outline-3.0.28) (2022-07-28)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- remove ALLOWED_DOMAINS var ([#3328](https://github.com/truecharts/apps/issues/3328))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [outline-3.0.27](https://github.com/truecharts/apps/compare/outline-3.0.26...outline-3.0.27) (2022-07-26)
|
## [outline-3.0.27](https://github.com/truecharts/apps/compare/outline-3.0.26...outline-3.0.27) (2022-07-26)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [outline-3.0.20](https://github.com/truecharts/apps/compare/outline-3.0.19...outline-3.0.20) (2022-07-14)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- regenerate catalog and update template
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [outline-3.0.19](https://github.com/truecharts/apps/compare/outline-3.0.17...outline-3.0.19) (2022-07-14)
|
|
|
@ -9,4 +9,4 @@ dependencies:
|
||||||
repository: https://charts.truecharts.org
|
repository: https://charts.truecharts.org
|
||||||
version: 3.0.46
|
version: 3.0.46
|
||||||
digest: sha256:db75b53b5c44ce132215a295b1085ebb10292e349c9e9ebcff81e144360909f0
|
digest: sha256:db75b53b5c44ce132215a295b1085ebb10292e349c9e9ebcff81e144360909f0
|
||||||
generated: "2022-07-26T11:08:53.723155849Z"
|
generated: "2022-07-28T12:36:12.623490471Z"
|
|
@ -28,7 +28,7 @@ name: outline
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/outline/outline
|
- https://github.com/outline/outline
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.27
|
version: 3.0.28
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
|
@ -1,6 +1,6 @@
|
||||||
# outline
|
# outline
|
||||||
|
|
||||||
![Version: 3.0.27](https://img.shields.io/badge/Version-3.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.65.2](https://img.shields.io/badge/AppVersion-0.65.2-informational?style=flat-square)
|
![Version: 3.0.28](https://img.shields.io/badge/Version-3.0.28-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.65.2](https://img.shields.io/badge/AppVersion-0.65.2-informational?style=flat-square)
|
||||||
|
|
||||||
A fast, collaborative, knowledge base for your team built using React and Node.js.
|
A fast, collaborative, knowledge base for your team built using React and Node.js.
|
||||||
|
|
|
@ -23,7 +23,6 @@ env:
|
||||||
MAXIMUM_IMPORT_SIZE: 5120000
|
MAXIMUM_IMPORT_SIZE: 5120000
|
||||||
DEFAULT_LANGUAGE: "en_US"
|
DEFAULT_LANGUAGE: "en_US"
|
||||||
# TEAM_LOGO: ""
|
# TEAM_LOGO: ""
|
||||||
# ALLOWED_DOMAINS: ""
|
|
||||||
# COLLABORATION_URL: ""
|
# COLLABORATION_URL: ""
|
||||||
# SLACK_KEY: ""
|
# SLACK_KEY: ""
|
||||||
# SLACK_SECRET: ""
|
# SLACK_SECRET: ""
|
|
@ -189,12 +189,6 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: ALLOWED_DOMAINS
|
|
||||||
label: "ALLOWED_DOMAINS"
|
|
||||||
description: "Comma separated list of domains to be allowed to signin to the wiki. If not set, all domains are allowed by default when using Google OAuth to signin"
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: SLACK_MESSAGE_ACTIONS
|
- variable: SLACK_MESSAGE_ACTIONS
|
||||||
label: "SLACK_MESSAGE_ACTIONS"
|
label: "SLACK_MESSAGE_ACTIONS"
|
||||||
schema:
|
schema:
|
Loading…
Reference in New Issue