fix(kimai): add secrets (#2286)

This commit is contained in:
Stavros Kois
2022-03-26 03:20:40 +02:00
committed by GitHub
parent cdc3bd588d
commit b2375ae1d6
13 changed files with 90 additions and 10 deletions
+18
View File
@@ -0,0 +1,18 @@
# Changelog<br>
<a name="doplarr-0.0.4"></a>
### [doplarr-0.0.4](https://github.com/truecharts/apps/compare/doplarr-0.0.3...doplarr-0.0.4) (2022-03-25)
#### Fix
* small fixes ([#2282](https://github.com/truecharts/apps/issues/2282))
<a name="doplarr-0.0.1"></a>
### doplarr-0.0.1 (2022-03-20)
#### Feat
* Add doplarr ([#2229](https://github.com/truecharts/apps/issues/2229))
+7
View 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.
+25
View File
@@ -0,0 +1,25 @@
apiVersion: v2
appVersion: "3.3.0"
dependencies:
- name: common
repository: https://truecharts.org
version: 9.1.8
description: An *arr Request Bot for Discord
home: https://github.com/truecharts/apps/tree/master/charts/stable/doplarr
icon: https://truecharts.org/_static/img/appicons/doplarr.png
keywords:
- doplarr
kubeVersion: '>=1.16.0-0'
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: doplarr
sources:
- https://github.com/kiranshila/Doplarr
version: 1.0.0
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
+37
View File
@@ -0,0 +1,37 @@
# Introduction
An *arr Request Bot for Discord
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/kiranshila/Doplarr>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org | common | 9.1.8 |
## 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
+39
View File
@@ -0,0 +1,39 @@
# 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.DISCORD__MAX_RESULTS | int | `25` | |
| env.DISCORD__REQUESTED_MSG_STYLE | string | `":plain"` | |
| env.LOG_LEVEL | string | `":info"` | |
| env.OVERSEERR__URL | string | `""` | |
| env.PARTIAL_SEASONS | bool | `true` | |
| env.RADARR__QUALITY_PROFILE | string | `""` | |
| env.RADARR__URL | string | `""` | |
| env.SONARR__LANGUAGE_PROFILE | string | `""` | |
| env.SONARR__QUALITY_PROFILE | string | `""` | |
| env.SONARR__URL | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"tccr.io/truecharts/doplarr"` | |
| image.tag | string | `"v3.3.0@sha256:d08ec284876852d664fc6565c9a7fc823eceb78dc583d0323b280717732d13cc"` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
| secret.DISCORD__ROLE_ID | string | `""` | |
| secret.DISCORD__TOKEN | string | `""` | |
| secret.OVERSEERR__API | string | `""` | |
| secret.OVERSEERR__DEFAULT_ID | string | `""` | |
| secret.RADARR__API | string | `""` | |
| secret.SONARR__API | string | `""` | |
| service.main.enabled | bool | `false` | |
| service.main.ports.main.enabled | bool | `false` | |
All Rights Reserved - The TrueCharts Project
+284
View File
@@ -0,0 +1,284 @@
# Include{groups}
portals: {}
questions:
# Include{global}
- variable: controller
group: "Controller"
label: ""
schema:
additional_attrs: true
type: dict
attrs:
- variable: advanced
label: "Show Advanced Controller Settings"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: type
description: "Please specify type of workload to deploy"
label: "(Advanced) Controller Type"
schema:
type: string
default: "deployment"
required: true
enum:
- value: "deployment"
description: "Deployment"
- value: "statefulset"
description: "Statefulset"
- value: "daemonset"
description: "Daemonset"
- variable: replicas
description: "Number of desired pod replicas"
label: "Desired Replicas"
schema:
type: int
default: 1
required: true
- variable: strategy
description: "Please specify type of workload to deploy"
label: "(Advanced) Update Strategy"
schema:
type: string
default: "RollingUpdate"
required: true
enum:
- value: "Recreate"
description: "Recreate: Kill existing pods before creating new ones"
- value: "RollingUpdate"
description: "RollingUpdate: Create new pods and then kill old ones"
- value: "OnDelete"
description: "(Legacy) OnDelete: ignore .spec.template changes"
# Include{controllerExpert}
- variable: secret
group: "Container Configuration"
label: "Image Secrets"
schema:
additional_attrs: true
type: dict
attrs:
- variable: OVERSEERR__API
label: "OVERSEERR__API"
schema:
type: string
private: true
default: ""
- variable: OVERSEERR__DEFAULT_ID
label: "OVERSEERR__DEFAULT_ID"
description: "The Overseerr user id to use by default if there is no associated discord account for the requester"
schema:
type: string
private: true
default: ""
- variable: SONARR__API
label: "SONARR__API"
schema:
type: string
private: true
default: ""
- variable: RADARR__API
label: "RADARR__API"
schema:
type: string
private: true
default: ""
- variable: DISCORD__TOKEN
label: "DISCORD__TOKEN"
schema:
type: string
private: true
required: true
default: ""
- variable: DISCORD__ROLE_ID
label: "DISCORD__ROLE_ID"
description: "The discord role id for users of the bot (omitting this lets everyone on the server use the bot)"
schema:
type: string
private: true
default: ""
- variable: env
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: OVERSEERR__URL
label: "OVERSEERR__URL"
schema:
type: string
default: ""
- variable: SONARR__URL
label: "SONARR__URL"
schema:
type: string
default: ""
- variable: SONARR__QUALITY_PROFILE
label: "SONARR__QUALITY_PROFILE"
description: "The name of the quality profile to use by default for Sonarr"
schema:
type: string
default: ""
- variable: SONARR__LANGUAGE_PROFILE
label: "SONARR__LANGUAGE_PROFILE"
description: "The name of the language profile to use by default for Sonarr"
schema:
type: string
default: ""
- variable: RADARR__URL
label: "RADARR__URL"
schema:
type: string
default: ""
- variable: RADARR__QUALITY_PROFILE
label: "RADARR__QUALITY_PROFILE"
description: "The name of the quality profile to use by default for Radarr"
schema:
type: string
default: ""
- variable: DISCORD__MAX_RESULTS
label: "DISCORD__MAX_RESULTS"
description: "Sets the maximum size of the search results selection"
schema:
type: int
default: 25
- variable: DISCORD__REQUESTED_MSG_STYLE
label: "DISCORD__REQUESTED_MSG_STYLE"
description: "Sets the style of the request alert message."
schema:
type: string
default: ":plain"
enum:
- value: ":plain"
description: ":plain"
- value: ":embed"
description: ":embed"
- value: ":none"
description: ":none"
- variable: PARTIAL_SEASONS
label: "PARTIAL_SEASONS"
description: "Sets whether users can request partial seasons."
schema:
type: boolean
default: true
- variable: LOG_LEVEL
label: "LOG_LEVEL"
description: "The log level for the logging backend. This can be changed for debugging purposes."
schema:
type: string
default: ":info"
enum:
- value: ":trace"
description: ":trace"
- value: ":debug"
description: ":debug"
- value: ":info"
description: ":info"
- value: ":warn"
description: ":warn"
- value: ":error"
description: ":error"
- value: ":fatal"
description: ":fatal"
- value: ":repor"
description: ":repor"
# Include{containerConfig}
- variable: serviceexpert
group: "Networking and Services"
label: "Show Expert Config"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
group: "Networking and Services"
label: "Host-Networking (Complicated)"
schema:
type: boolean
default: false
# Include{serviceExpert}
# Include{serviceList}
# Include{persistenceList}
# Include{ingressList}
# Include{security}
- variable: advancedSecurity
label: "Show Advanced Security Settings"
group: "Security and Permissions"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: securityContext
label: "Security Context"
schema:
additional_attrs: true
type: dict
attrs:
- variable: privileged
label: "Privileged mode"
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
schema:
type: boolean
default: true
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
schema:
type: boolean
default: true
# Include{securityContextAdvanced}
- variable: podSecurityContext
group: "Security and Permissions"
label: "Pod Security Context"
schema:
additional_attrs: true
type: dict
attrs:
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
schema:
type: int
default: 568
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
schema:
type: int
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{podSecurityContextAdvanced}
# Include{resources}
# Include{advanced}
# Include{addons}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{{ include "common.all" . }}
+39
View File
@@ -0,0 +1,39 @@
image:
repository: tccr.io/truecharts/doplarr
tag: v3.3.0@sha256:d08ec284876852d664fc6565c9a7fc823eceb78dc583d0323b280717732d13cc
pullPolicy: IfNotPresent
secret:
OVERSEERR__API: ""
OVERSEERR__DEFAULT_ID: ""
SONARR__API: ""
RADARR__API: ""
DISCORD__ROLE_ID: ""
DISCORD__TOKEN: ""
env:
OVERSEERR__URL: ""
DISCORD__MAX_RESULTS: 25
DISCORD__REQUESTED_MSG_STYLE: ":plain"
SONARR__URL: ""
SONARR__QUALITY_PROFILE: ""
SONARR__LANGUAGE_PROFILE: ""
RADARR__URL: ""
RADARR__QUALITY_PROFILE: ""
PARTIAL_SEASONS: true
LOG_LEVEL: ":info"
service:
main:
enabled: false
ports:
main:
enabled: false
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false