mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-05 18:46:28 +08:00
Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
10
incubator/outline/0.0.1/CHANGELOG.md
Normal file
10
incubator/outline/0.0.1/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="outline-0.0.1"></a>
|
||||
### outline-0.0.1 (2022-03-22)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add outline ([#2230](https://github.com/truecharts/apps/issues/2230))
|
||||
|
||||
7
incubator/outline/0.0.1/CONFIG.md
Normal file
7
incubator/outline/0.0.1/CONFIG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Configuration Options
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide.
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
||||
12
incubator/outline/0.0.1/Chart.lock
Normal file
12
incubator/outline/0.0.1/Chart.lock
Normal file
@@ -0,0 +1,12 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 9.1.8
|
||||
- name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.6
|
||||
- name: redis
|
||||
repository: https://truecharts.org
|
||||
version: 2.0.5
|
||||
digest: sha256:8877bc6bc81199389fa14f19c545fce8a4b80e3c1ebb169a6e48b5813694b3f0
|
||||
generated: "2022-03-22T19:23:34.023751553Z"
|
||||
36
incubator/outline/0.0.1/Chart.yaml
Normal file
36
incubator/outline/0.0.1/Chart.yaml
Normal file
@@ -0,0 +1,36 @@
|
||||
apiVersion: v2
|
||||
appVersion: "0.62.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 9.1.8
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://truecharts.org/
|
||||
version: 7.0.6
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://truecharts.org
|
||||
version: 2.0.5
|
||||
deprecated: false
|
||||
description: A fast, collaborative, knowledge base for your team built using React and Node.js.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/outline
|
||||
icon: https://truecharts.org/_static/img/appicons/outline.png
|
||||
keywords:
|
||||
- outline
|
||||
- knowledge
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: outline
|
||||
sources:
|
||||
- https://github.com/outline/outline
|
||||
type: application
|
||||
version: 0.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
39
incubator/outline/0.0.1/README.md
Normal file
39
incubator/outline/0.0.1/README.md
Normal file
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
A fast, collaborative, knowledge base for your team built using React and Node.js.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/outline/outline>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 7.0.6 |
|
||||
| https://truecharts.org | common | 9.1.8 |
|
||||
| https://truecharts.org | redis | 2.0.5 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
|
||||
## Upgrading, Rolling Back and Uninstalling the Chart
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
---
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
3
incubator/outline/0.0.1/app-readme.md
Normal file
3
incubator/outline/0.0.1/app-readme.md
Normal file
@@ -0,0 +1,3 @@
|
||||
A fast, collaborative, knowledge base for your team built using React and Node.js.
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
||||
BIN
incubator/outline/0.0.1/charts/common-9.1.8.tgz
Normal file
BIN
incubator/outline/0.0.1/charts/common-9.1.8.tgz
Normal file
Binary file not shown.
BIN
incubator/outline/0.0.1/charts/postgresql-7.0.6.tgz
Normal file
BIN
incubator/outline/0.0.1/charts/postgresql-7.0.6.tgz
Normal file
Binary file not shown.
BIN
incubator/outline/0.0.1/charts/redis-2.0.5.tgz
Normal file
BIN
incubator/outline/0.0.1/charts/redis-2.0.5.tgz
Normal file
Binary file not shown.
107
incubator/outline/0.0.1/helm-values.md
Normal file
107
incubator/outline/0.0.1/helm-values.md
Normal file
@@ -0,0 +1,107 @@
|
||||
# Default Helm-Values
|
||||
|
||||
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
|
||||
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
|
||||
|
||||
Most of our Apps also consume our "common" Helm Chart.
|
||||
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
|
||||
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.ALLOWED_DOMAINS | string | `""` | |
|
||||
| env.AWS_ACCESS_KEY_ID | string | `""` | |
|
||||
| env.AWS_REGION | string | `""` | |
|
||||
| env.AWS_S3_ACCELERATE_URL | string | `""` | |
|
||||
| env.AWS_S3_ACL | string | `""` | |
|
||||
| env.AWS_S3_FORCE_PATH_STYLE | bool | `true` | |
|
||||
| env.AWS_S3_UPLOAD_BUCKET_NAME | string | `""` | |
|
||||
| env.AWS_S3_UPLOAD_BUCKET_URL | string | `""` | |
|
||||
| env.AWS_S3_UPLOAD_MAX_SIZE | int | `26214400` | |
|
||||
| env.AWS_SECRET_ACCESS_KEY | string | `""` | |
|
||||
| env.AZURE_CLIENT_ID | string | `""` | |
|
||||
| env.AZURE_CLIENT_SECRET | string | `""` | |
|
||||
| env.AZURE_RESOURCE_APP_ID | string | `""` | |
|
||||
| env.COLLABORATION_URL | string | `""` | |
|
||||
| env.DEFAULT_LANGUAGE | string | `"en_US"` | |
|
||||
| env.ENABLE_UPDATES | bool | `true` | |
|
||||
| env.FORCE_HTTPS | bool | `false` | |
|
||||
| env.GOOGLE_ANALYTICS_ID | string | `""` | |
|
||||
| env.GOOGLE_CLIENT_ID | string | `""` | |
|
||||
| env.GOOGLE_CLIENT_SECRET | string | `""` | |
|
||||
| env.MAXIMUM_IMPORT_SIZE | int | `5120000` | |
|
||||
| env.OIDC_AUTH_URI | string | `""` | |
|
||||
| env.OIDC_CLIENT_ID | string | `""` | |
|
||||
| env.OIDC_CLIENT_SECRET | string | `""` | |
|
||||
| env.OIDC_DISPLAY_NAME | string | `""` | |
|
||||
| env.OIDC_SCOPES | string | `""` | |
|
||||
| env.OIDC_TOKEN_URI | string | `""` | |
|
||||
| env.OIDC_USERINFO_URI | string | `""` | |
|
||||
| env.OIDC_USERNAME_CLAIM | string | `""` | |
|
||||
| env.PGSSLMODE | string | `"disable"` | |
|
||||
| env.PORT | string | `"{{ .Values.service.main.ports.main.port }}"` | |
|
||||
| env.SENTRY_DSN | string | `""` | |
|
||||
| env.SLACK_APP_ID | string | `""` | |
|
||||
| env.SLACK_KEY | string | `""` | |
|
||||
| env.SLACK_MESSAGE_ACTIONS | bool | `true` | |
|
||||
| env.SLACK_SECRET | string | `""` | |
|
||||
| env.SLACK_VERIFICATION_TOKEN | string | `""` | |
|
||||
| env.TEAM_LOGO | string | `""` | |
|
||||
| env.URL | string | `"http://localhost:{{ .Values.service.main.ports.main.port }}"` | |
|
||||
| env.WEB_CONCURRENCY | int | `1` | |
|
||||
| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"url-noql"` | |
|
||||
| envValueFrom.DATABASE_URL.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.REDIS_URL.secretKeyRef.key | string | `"url"` | |
|
||||
| envValueFrom.REDIS_URL.secretKeyRef.name | string | `"rediscreds"` | |
|
||||
| envValueFrom.SECRET_KEY.secretKeyRef.key | string | `"SECRET_KEY"` | |
|
||||
| envValueFrom.SECRET_KEY.secretKeyRef.name | string | `"outline-secrets"` | |
|
||||
| envValueFrom.UTILS_SECRET.secretKeyRef.key | string | `"UTILS_SECRET"` | |
|
||||
| envValueFrom.UTILS_SECRET.secretKeyRef.name | string | `"outline-secrets"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"tccr.io/truecharts/outline"` | |
|
||||
| image.tag | string | `"v0.62.0@sha256:9350ace6f88ae314620ab32e9990481d0e89895409b171fa0545b8ef9f7ede65"` | |
|
||||
| installContainers.initdb.command[0] | string | `"sh"` | |
|
||||
| installContainers.initdb.command[1] | string | `"-c"` | |
|
||||
| installContainers.initdb.command[2] | string | `"yarn sequelize db:migrate --env=production-ssl-disabled"` | |
|
||||
| installContainers.initdb.env[0].name | string | `"DATABASE_URL"` | |
|
||||
| installContainers.initdb.env[0].valueFrom.secretKeyRef.key | string | `"url-noql"` | |
|
||||
| installContainers.initdb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| installContainers.initdb.env[1].name | string | `"REDIS_URL"` | |
|
||||
| installContainers.initdb.env[1].valueFrom.secretKeyRef.key | string | `"url"` | |
|
||||
| installContainers.initdb.env[1].valueFrom.secretKeyRef.name | string | `"rediscreds"` | |
|
||||
| installContainers.initdb.env[2].name | string | `"SECRET_KEY"` | |
|
||||
| installContainers.initdb.env[2].valueFrom.secretKeyRef.key | string | `"SECRET_KEY"` | |
|
||||
| installContainers.initdb.env[2].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
|
||||
| installContainers.initdb.env[3].name | string | `"UTILS_SECRET"` | |
|
||||
| installContainers.initdb.env[3].valueFrom.secretKeyRef.key | string | `"UTILS_SECRET"` | |
|
||||
| installContainers.initdb.env[3].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
|
||||
| installContainers.initdb.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
|
||||
| minioImage.repository | string | `"tccr.io/truecharts/minio"` | |
|
||||
| minioImage.tag | string | `"latest@sha256:bd004ba41b2456f115c7f1360d7c49f4478f5d9ce20ad042c8ce2cf5aff46d24"` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"outline"` | |
|
||||
| postgresql.postgresqlUsername | string | `"outline"` | |
|
||||
| redis.enabled | bool | `true` | |
|
||||
| redis.existingSecret | string | `"rediscreds"` | |
|
||||
| service.main.ports.main.port | int | `10196` | |
|
||||
| upgradeContainers.upgradedb.command[0] | string | `"sh"` | |
|
||||
| upgradeContainers.upgradedb.command[1] | string | `"-c"` | |
|
||||
| upgradeContainers.upgradedb.command[2] | string | `"yarn sequelize db:migrate --env=production-ssl-disabled"` | |
|
||||
| upgradeContainers.upgradedb.env[0].name | string | `"DATABASE_URL"` | |
|
||||
| upgradeContainers.upgradedb.env[0].valueFrom.secretKeyRef.key | string | `"url-noql"` | |
|
||||
| upgradeContainers.upgradedb.env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| upgradeContainers.upgradedb.env[1].name | string | `"REDIS_URL"` | |
|
||||
| upgradeContainers.upgradedb.env[1].valueFrom.secretKeyRef.key | string | `"url"` | |
|
||||
| upgradeContainers.upgradedb.env[1].valueFrom.secretKeyRef.name | string | `"rediscreds"` | |
|
||||
| upgradeContainers.upgradedb.env[2].name | string | `"SECRET_KEY"` | |
|
||||
| upgradeContainers.upgradedb.env[2].valueFrom.secretKeyRef.key | string | `"SECRET_KEY"` | |
|
||||
| upgradeContainers.upgradedb.env[2].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
|
||||
| upgradeContainers.upgradedb.env[3].name | string | `"UTILS_SECRET"` | |
|
||||
| upgradeContainers.upgradedb.env[3].valueFrom.secretKeyRef.key | string | `"UTILS_SECRET"` | |
|
||||
| upgradeContainers.upgradedb.env[3].valueFrom.secretKeyRef.name | string | `"outline-secrets"` | |
|
||||
| upgradeContainers.upgradedb.image | string | `"{{ .Values.image.repository }}:{{ .Values.image.tag }}"` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
148
incubator/outline/0.0.1/ix_values.yaml
Normal file
148
incubator/outline/0.0.1/ix_values.yaml
Normal file
@@ -0,0 +1,148 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/outline
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.62.0@sha256:9350ace6f88ae314620ab32e9990481d0e89895409b171fa0545b8ef9f7ede65
|
||||
|
||||
minioImage:
|
||||
repository: tccr.io/truecharts/minio
|
||||
tag: latest@sha256:bd004ba41b2456f115c7f1360d7c49f4478f5d9ce20ad042c8ce2cf5aff46d24
|
||||
|
||||
# # Needs check
|
||||
# securityContext:
|
||||
# readOnlyRootFilesystem: false
|
||||
# runAsNonRoot: false
|
||||
# # Needs check
|
||||
# podSecurityContext:
|
||||
# runAsUser: 0
|
||||
# runAsGroup: 0
|
||||
|
||||
env:
|
||||
FORCE_HTTPS: false
|
||||
PGSSLMODE: "disable"
|
||||
PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
# User defined
|
||||
SLACK_MESSAGE_ACTIONS: true
|
||||
ENABLE_UPDATES: true
|
||||
WEB_CONCURRENCY: 1
|
||||
DEFAULT_LANGUAGE: "en_US"
|
||||
TEAM_LOGO: ""
|
||||
MAXIMUM_IMPORT_SIZE: 5120000
|
||||
ALLOWED_DOMAINS: ""
|
||||
URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
|
||||
COLLABORATION_URL: ""
|
||||
SLACK_KEY: ""
|
||||
SLACK_SECRET: ""
|
||||
SLACK_VERIFICATION_TOKEN: ""
|
||||
SLACK_APP_ID: ""
|
||||
GOOGLE_CLIENT_ID: ""
|
||||
GOOGLE_CLIENT_SECRET: ""
|
||||
GOOGLE_ANALYTICS_ID: ""
|
||||
AZURE_CLIENT_ID: ""
|
||||
AZURE_CLIENT_SECRET: ""
|
||||
AZURE_RESOURCE_APP_ID: ""
|
||||
OIDC_CLIENT_ID: ""
|
||||
OIDC_CLIENT_SECRET: ""
|
||||
OIDC_AUTH_URI: ""
|
||||
OIDC_TOKEN_URI: ""
|
||||
OIDC_USERINFO_URI: ""
|
||||
OIDC_USERNAME_CLAIM: ""
|
||||
OIDC_DISPLAY_NAME: ""
|
||||
OIDC_SCOPES: ""
|
||||
SENTRY_DSN: ""
|
||||
AWS_ACCESS_KEY_ID: ""
|
||||
AWS_SECRET_ACCESS_KEY: ""
|
||||
AWS_REGION: ""
|
||||
AWS_S3_ACCELERATE_URL: ""
|
||||
AWS_S3_UPLOAD_BUCKET_URL: ""
|
||||
AWS_S3_UPLOAD_BUCKET_NAME: ""
|
||||
AWS_S3_UPLOAD_MAX_SIZE: 26214400
|
||||
AWS_S3_FORCE_PATH_STYLE: true
|
||||
AWS_S3_ACL: ""
|
||||
|
||||
envValueFrom:
|
||||
DATABASE_URL:
|
||||
secretKeyRef:
|
||||
name: dbcreds
|
||||
key: url-noql
|
||||
REDIS_URL:
|
||||
secretKeyRef:
|
||||
name: rediscreds
|
||||
key: url
|
||||
SECRET_KEY:
|
||||
secretKeyRef:
|
||||
name: outline-secrets
|
||||
key: SECRET_KEY
|
||||
UTILS_SECRET:
|
||||
secretKeyRef:
|
||||
name: outline-secrets
|
||||
key: UTILS_SECRET
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10196
|
||||
|
||||
# Enabled redis
|
||||
redis:
|
||||
enabled: true
|
||||
existingSecret: "rediscreds"
|
||||
|
||||
# Enabled postgres
|
||||
postgresql:
|
||||
enabled: true
|
||||
existingSecret: "dbcreds"
|
||||
postgresqlUsername: outline
|
||||
postgresqlDatabase: outline
|
||||
|
||||
installContainers:
|
||||
initdb:
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
env:
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dbcreds
|
||||
key: url-noql
|
||||
- name: REDIS_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: rediscreds
|
||||
key: url
|
||||
- name: SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: outline-secrets
|
||||
key: SECRET_KEY
|
||||
- name: UTILS_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: outline-secrets
|
||||
key: UTILS_SECRET
|
||||
command: ["sh", "-c", "yarn sequelize db:migrate --env=production-ssl-disabled"]
|
||||
|
||||
upgradeContainers:
|
||||
upgradedb:
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
env:
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: dbcreds
|
||||
key: url-noql
|
||||
- name: REDIS_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: rediscreds
|
||||
key: url
|
||||
- name: SECRET_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: outline-secrets
|
||||
key: SECRET_KEY
|
||||
- name: UTILS_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: outline-secrets
|
||||
key: UTILS_SECRET
|
||||
command: ["sh", "-c", "yarn sequelize db:migrate --env=production-ssl-disabled"]
|
||||
2481
incubator/outline/0.0.1/questions.yaml
Normal file
2481
incubator/outline/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1038
incubator/outline/0.0.1/security.md
Normal file
1038
incubator/outline/0.0.1/security.md
Normal file
File diff suppressed because one or more lines are too long
24
incubator/outline/0.0.1/templates/_secrets.tpl
Normal file
24
incubator/outline/0.0.1/templates/_secrets.tpl
Normal file
@@ -0,0 +1,24 @@
|
||||
{{/* Define the secrets */}}
|
||||
{{- define "outline.secrets" -}}
|
||||
---
|
||||
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
type: Opaque
|
||||
metadata:
|
||||
name: outline-secrets
|
||||
{{- $outlineprevious := lookup "v1" "Secret" .Release.Namespace "outline-secrets" }}
|
||||
{{- $secret_key := "" }}
|
||||
{{- $utils_secret := "" }}
|
||||
data:
|
||||
{{- if $outlineprevious}}
|
||||
SECRET_KEY: {{ index $outlineprevious.data "SECRET_KEY" }}
|
||||
UTILS_SECRET: {{ index $outlineprevious.data "UTILS_SECRET" }}
|
||||
{{- else }}
|
||||
{{- $secret_key := randAlphaNum 32 }}
|
||||
{{- $utils_secret := randAlphaNum 32 }}
|
||||
SECRET_KEY: {{ $secret_key | b64enc }}
|
||||
UTILS_SECRET: {{ $utils_secret | b64enc }}
|
||||
{{- end }}
|
||||
|
||||
{{- end -}}
|
||||
8
incubator/outline/0.0.1/templates/common.yaml
Normal file
8
incubator/outline/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "common.setup" . }}
|
||||
|
||||
{{/* Render secrets for fireflyiii */}}
|
||||
{{- include "outline.secrets" . }}
|
||||
|
||||
{{/* Render the templates */}}
|
||||
{{ include "common.postSetup" . }}
|
||||
0
incubator/outline/0.0.1/values.yaml
Normal file
0
incubator/outline/0.0.1/values.yaml
Normal file
4
incubator/outline/item.yaml
Normal file
4
incubator/outline/item.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
icon_url: https://truecharts.org/_static/img/appicons/outline.png
|
||||
categories:
|
||||
- productivity
|
||||
|
||||
Reference in New Issue
Block a user