@@ -38,4 +38,4 @@ sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/authelia/authelia
|
||||
type: application
|
||||
version: 1.4.2
|
||||
version: 1.4.3
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Introduction
|
||||
|
||||
  
|
||||
|
||||
Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
@@ -22,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | redis | 15.0.4 |
|
||||
| https://truecharts.org/ | common | 6.12.1 |
|
||||
| https://truecharts.org/ | postgresql | 1.5.1 |
|
||||
| https://truecharts.org/ | postgresql | 1.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
@@ -38,7 +36,6 @@ To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://true
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
- Ask a [question](https://github.com/truecharts/apps/discussions)
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
|
||||
@@ -0,0 +1,185 @@
|
||||
# authelia
|
||||
|
||||
  
|
||||
|
||||
Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||
|
||||
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/authelia>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/authelia/chartrepo>
|
||||
* <https://github.com/authelia/authelia>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | redis | 15.0.4 |
|
||||
| https://truecharts.org/ | common | 6.12.1 |
|
||||
| https://truecharts.org/ | postgresql | 1.5.2 |
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| access_control.default_policy | string | `"deny"` | |
|
||||
| access_control.networks | list | `[]` | |
|
||||
| access_control.rules | list | `[]` | |
|
||||
| args[0] | string | `"--config=/configuration.yaml"` | |
|
||||
| authentication_backend.disable_reset_password | bool | `false` | |
|
||||
| authentication_backend.file.enabled | bool | `true` | |
|
||||
| authentication_backend.file.password.algorithm | string | `"argon2id"` | |
|
||||
| authentication_backend.file.password.iterations | int | `1` | |
|
||||
| authentication_backend.file.password.key_length | int | `32` | |
|
||||
| authentication_backend.file.password.memory | int | `1024` | |
|
||||
| authentication_backend.file.password.parallelism | int | `8` | |
|
||||
| authentication_backend.file.password.salt_length | int | `16` | |
|
||||
| authentication_backend.file.path | string | `"/config/users_database.yml"` | |
|
||||
| authentication_backend.ldap.additional_groups_dn | string | `"OU=Groups"` | |
|
||||
| authentication_backend.ldap.additional_users_dn | string | `"OU=Users"` | |
|
||||
| authentication_backend.ldap.base_dn | string | `"DC=example,DC=com"` | |
|
||||
| authentication_backend.ldap.display_name_attribute | string | `""` | |
|
||||
| authentication_backend.ldap.enabled | bool | `false` | |
|
||||
| authentication_backend.ldap.group_name_attribute | string | `""` | |
|
||||
| authentication_backend.ldap.groups_filter | string | `""` | |
|
||||
| authentication_backend.ldap.implementation | string | `"activedirectory"` | |
|
||||
| authentication_backend.ldap.mail_attribute | string | `""` | |
|
||||
| authentication_backend.ldap.plain_password | string | `""` | |
|
||||
| authentication_backend.ldap.start_tls | bool | `false` | |
|
||||
| authentication_backend.ldap.timeout | string | `"5s"` | |
|
||||
| authentication_backend.ldap.tls.minimum_version | string | `"TLS1.2"` | |
|
||||
| authentication_backend.ldap.tls.server_name | string | `""` | |
|
||||
| authentication_backend.ldap.tls.skip_verify | bool | `false` | |
|
||||
| authentication_backend.ldap.url | string | `"ldap://openldap.default.svc.cluster.local"` | |
|
||||
| authentication_backend.ldap.user | string | `"CN=Authelia,DC=example,DC=com"` | |
|
||||
| authentication_backend.ldap.username_attribute | string | `""` | |
|
||||
| authentication_backend.ldap.users_filter | string | `""` | |
|
||||
| authentication_backend.refresh_interval | string | `"5m"` | |
|
||||
| command[0] | string | `"authelia"` | |
|
||||
| default_redirection_url | string | `""` | |
|
||||
| domain | string | `"example.com"` | |
|
||||
| duo_api.enabled | bool | `false` | |
|
||||
| duo_api.hostname | string | `"api-123456789.example.com"` | |
|
||||
| duo_api.integration_key | string | `"ABCDEF"` | |
|
||||
| duo_api.plain_api_key | string | `""` | |
|
||||
| envFrom[0].configMapRef.name | string | `"{{ include \"common.names.fullname\" . }}-paths"` | |
|
||||
| identity_providers.oidc.access_token_lifespan | string | `"1h"` | |
|
||||
| identity_providers.oidc.authorize_code_lifespan | string | `"1m"` | |
|
||||
| identity_providers.oidc.clients | list | `[]` | |
|
||||
| identity_providers.oidc.enable_client_debug_messages | bool | `false` | |
|
||||
| identity_providers.oidc.enabled | bool | `false` | |
|
||||
| identity_providers.oidc.id_token_lifespan | string | `"1h"` | |
|
||||
| identity_providers.oidc.minimum_parameter_entropy | int | `8` | |
|
||||
| identity_providers.oidc.refresh_token_lifespan | string | `"90m"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/authelia/authelia"` | |
|
||||
| image.tag | string | `"4.30.4"` | |
|
||||
| log.format | string | `"text"` | |
|
||||
| log.level | string | `"trace"` | |
|
||||
| notifier.disable_startup_check | bool | `false` | |
|
||||
| notifier.filesystem.enabled | bool | `true` | |
|
||||
| notifier.filesystem.filename | string | `"/config/notification.txt"` | |
|
||||
| notifier.smtp.disable_html_emails | bool | `false` | |
|
||||
| notifier.smtp.disable_require_tls | bool | `false` | |
|
||||
| notifier.smtp.enabled | bool | `false` | |
|
||||
| notifier.smtp.enabledSecret | bool | `false` | |
|
||||
| notifier.smtp.host | string | `"smtp.mail.svc.cluster.local"` | |
|
||||
| notifier.smtp.identifier | string | `"localhost"` | |
|
||||
| notifier.smtp.plain_password | string | `"test"` | |
|
||||
| notifier.smtp.port | int | `25` | |
|
||||
| notifier.smtp.sender | string | `"admin@example.com"` | |
|
||||
| notifier.smtp.startup_check_address | string | `"test@authelia.com"` | |
|
||||
| notifier.smtp.subject | string | `"[Authelia] {title}"` | |
|
||||
| notifier.smtp.timeout | string | `"5s"` | |
|
||||
| notifier.smtp.tls.minimum_version | string | `"TLS1.2"` | |
|
||||
| notifier.smtp.tls.server_name | string | `""` | |
|
||||
| notifier.smtp.tls.skip_verify | bool | `false` | |
|
||||
| notifier.smtp.username | string | `"test"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| persistence.redismaster.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.redismaster.enabled | bool | `true` | |
|
||||
| persistence.redismaster.forceName | string | `"redismaster"` | |
|
||||
| persistence.redismaster.noMount | bool | `true` | |
|
||||
| persistence.redismaster.size | string | `"100Gi"` | |
|
||||
| persistence.redismaster.type | string | `"pvc"` | |
|
||||
| podSecurityContext.fsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsGroup | int | `568` | |
|
||||
| podSecurityContext.runAsUser | int | `568` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"{{ .Release.Name }}-dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"authelia"` | |
|
||||
| postgresql.postgresqlUsername | string | `"authelia"` | |
|
||||
| probes.liveness.path | string | `"/api/health\""` | |
|
||||
| probes.liveness.type | string | `"HTTP"` | |
|
||||
| probes.readiness.path | string | `"/api/health"` | |
|
||||
| probes.readiness.type | string | `"HTTP"` | |
|
||||
| probes.startup.path | string | `"/api/health"` | |
|
||||
| probes.startup.type | string | `"HTTP"` | |
|
||||
| redis.architecture | string | `"standalone"` | |
|
||||
| redis.auth.existingSecret | string | `"rediscreds"` | |
|
||||
| redis.auth.existingSecretPasswordKey | string | `"redis-password"` | |
|
||||
| redis.enabled | bool | `true` | |
|
||||
| redis.master.persistence.enabled | bool | `false` | |
|
||||
| redis.master.persistence.existingClaim | string | `"redismaster"` | |
|
||||
| redis.replica.persistence.enabled | bool | `false` | |
|
||||
| redis.replica.replicaCount | int | `0` | |
|
||||
| redis.volumePermissions.enabled | bool | `true` | |
|
||||
| redisProvider.database_index | int | `0` | |
|
||||
| redisProvider.high_availability.enabled | bool | `false` | |
|
||||
| redisProvider.high_availability.enabledSecret | bool | `false` | |
|
||||
| redisProvider.high_availability.nodes | list | `[]` | |
|
||||
| redisProvider.high_availability.route_by_latency | bool | `false` | |
|
||||
| redisProvider.high_availability.route_randomly | bool | `false` | |
|
||||
| redisProvider.high_availability.sentinel_name | string | `"mysentinel"` | |
|
||||
| redisProvider.maximum_active_connections | int | `8` | |
|
||||
| redisProvider.minimum_idle_connections | int | `0` | |
|
||||
| redisProvider.port | int | `6379` | |
|
||||
| redisProvider.tls.enabled | bool | `false` | |
|
||||
| redisProvider.tls.minimum_version | string | `"TLS1.2"` | |
|
||||
| redisProvider.tls.server_name | string | `""` | |
|
||||
| redisProvider.tls.skip_verify | bool | `false` | |
|
||||
| redisProvider.username | string | `""` | |
|
||||
| regulation.ban_time | string | `"5m"` | |
|
||||
| regulation.find_time | string | `"2m"` | |
|
||||
| regulation.max_retries | int | `3` | |
|
||||
| resources.limits | object | `{}` | |
|
||||
| resources.requests | object | `{}` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `false` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `true` | |
|
||||
| server.path | string | `""` | |
|
||||
| server.port | int | `9091` | |
|
||||
| server.read_buffer_size | int | `4096` | |
|
||||
| server.write_buffer_size | int | `4096` | |
|
||||
| service.main.ports.main.port | int | `9091` | |
|
||||
| session.expiration | string | `"1h"` | |
|
||||
| session.inactivity | string | `"5m"` | |
|
||||
| session.name | string | `"authelia_session"` | |
|
||||
| session.remember_me_duration | string | `"1M"` | |
|
||||
| session.same_site | string | `"lax"` | |
|
||||
| storage.postgres.database | string | `"authelia"` | |
|
||||
| storage.postgres.port | int | `5432` | |
|
||||
| storage.postgres.sslmode | string | `"disable"` | |
|
||||
| storage.postgres.timeout | string | `"5s"` | |
|
||||
| storage.postgres.username | string | `"authelia"` | |
|
||||
| strategy.type | string | `"Recreate"` | |
|
||||
| theme | string | `"light"` | |
|
||||
| totp.issuer | string | `""` | |
|
||||
| totp.period | int | `30` | |
|
||||
| totp.skew | int | `1` | |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
@@ -19,4 +19,4 @@ name: custom-app
|
||||
sources:
|
||||
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
|
||||
type: application
|
||||
version: 0.2.4
|
||||
version: 0.2.5
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Introduction
|
||||
|
||||
  
|
||||
|
||||
Advanced tool to create your own TrueCharts-based App
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
@@ -35,7 +33,6 @@ To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://true
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
- Ask a [question](https://github.com/truecharts/apps/discussions)
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
|
||||
@@ -0,0 +1,53 @@
|
||||
# custom-app
|
||||
|
||||
  
|
||||
|
||||
Advanced tool to create your own TrueCharts-based App
|
||||
|
||||
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/custom-app>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/truecharts/apps/tree/master/charts/stable/custom-app>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 6.12.1 |
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env | object | `{}` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
|
||||
| image.tag | string | `"v0.18.632"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `9117` | |
|
||||
| service.main.portsList[0].enabled | bool | `true` | |
|
||||
| service.main.portsList[0].name | string | `"extraport"` | |
|
||||
| service.main.portsList[0].port | int | `9118` | |
|
||||
| serviceList[0].enabled | bool | `true` | |
|
||||
| serviceList[0].name | string | `"extraservice"` | |
|
||||
| serviceList[0].portsList[0].enabled | bool | `true` | |
|
||||
| serviceList[0].portsList[0].name | string | `"extrasvcport"` | |
|
||||
| serviceList[0].portsList[0].port | int | `9119` | |
|
||||
| strategy.type | string | `"Recreate"` | |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://hub.docker.com/r/jlesage/jdownloader-2
|
||||
- https://jdownloader.org/
|
||||
type: application
|
||||
version: 0.3.2
|
||||
version: 0.3.3
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Introduction
|
||||
|
||||
  
|
||||
|
||||
JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
@@ -37,7 +35,6 @@ To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://true
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
- Ask a [question](https://github.com/truecharts/apps/discussions)
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
# jdownloader2
|
||||
|
||||
  
|
||||
|
||||
JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be.
|
||||
|
||||
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/stable/jackett>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||
| Simoneu01 | Simoneu01@users.noreply.github.com | truecharts.org |
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/jlesage/docker-jdownloader-2>
|
||||
* <https://hub.docker.com/r/jlesage/jdownloader-2>
|
||||
* <https://jdownloader.org/>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | common | 6.12.1 |
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.CLEAN_TMP_DIR | string | `"1"` | |
|
||||
| env.DISPLAY_HEIGHT | string | `"768"` | |
|
||||
| env.DISPLAY_WIDTH | string | `"1280"` | |
|
||||
| env.KEEP_APP_RUNNING | string | `"0"` | |
|
||||
| env.PGID | string | `"568"` | |
|
||||
| env.PUID | string | `"568"` | |
|
||||
| env.SECURE_CONNECTION | string | `"0"` | |
|
||||
| env.VNC_PASSWORD | string | `nil` | |
|
||||
| envTpl.GROUP_ID | string | `"{{ .Values.env.PGID }}"` | |
|
||||
| envTpl.USER_ID | string | `"{{ .Values.env.PUID }}"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"jlesage/jdownloader-2"` | |
|
||||
| image.tag | string | `"v1.7.1"` | |
|
||||
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.config.size | string | `"100Gi"` | |
|
||||
| persistence.config.type | string | `"pvc"` | |
|
||||
| service.main.ports.main.port | int | `5800` | |
|
||||
| service.vnc.enabled | bool | `true` | |
|
||||
| service.vnc.ports.vnc.enabled | bool | `true` | |
|
||||
| service.vnc.ports.vnc.port | int | `5900` | |
|
||||
| service.vnc.ports.vnc.protocol | string | `"TCP"` | |
|
||||
| service.vnc.type | string | `"ClusterIP"` | |
|
||||
| strategy.type | string | `"Recreate"` | |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/nextcloud/docker
|
||||
- https://github.com/nextcloud/helm
|
||||
type: application
|
||||
version: 3.5.2
|
||||
version: 3.5.3
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
# Introduction
|
||||
|
||||
  
|
||||
|
||||
A private cloud server that puts the control and security of your own data back into your hands.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
@@ -22,7 +20,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | redis | 15.0.4 |
|
||||
| https://truecharts.org/ | common | 6.12.1 |
|
||||
| https://truecharts.org/ | postgresql | 1.5.1 |
|
||||
| https://truecharts.org/ | postgresql | 1.5.2 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
@@ -38,7 +36,6 @@ To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://true
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
- Ask a [question](https://github.com/truecharts/apps/discussions)
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
|
||||
@@ -0,0 +1,119 @@
|
||||
# nextcloud
|
||||
|
||||
  
|
||||
|
||||
A private cloud server that puts the control and security of your own data back into your hands.
|
||||
|
||||
**Homepage:** <https://nextcloud.com/>
|
||||
|
||||
## Maintainers
|
||||
|
||||
| Name | Email | Url |
|
||||
| ---- | ------ | --- |
|
||||
| TrueCharts | info@truecharts.org | truecharts.org |
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/nextcloud/docker>
|
||||
* <https://github.com/nextcloud/helm>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.bitnami.com/bitnami | redis | 15.0.4 |
|
||||
| https://truecharts.org/ | common | 6.12.1 |
|
||||
| https://truecharts.org/ | postgresql | 1.5.2 |
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| additionalContainers[0].args[0] | string | `"while [ ! -f \"/var/www/html/custom_apps/notify_push/bin/x86_64/notify_push\" ]; do sleep 30; echo \"notify_push not found, waiting\"; done && /var/www/html/custom_apps/notify_push/bin/x86_64/notify_push /var/www/html/config/config.php"` | |
|
||||
| additionalContainers[0].command[0] | string | `"/bin/bash"` | |
|
||||
| additionalContainers[0].command[1] | string | `"-c"` | |
|
||||
| additionalContainers[0].command[2] | string | `"--"` | |
|
||||
| additionalContainers[0].envFrom[0].configMapRef.name | string | `"hpbconfig"` | |
|
||||
| additionalContainers[0].env[0].name | string | `"PORT"` | |
|
||||
| additionalContainers[0].env[0].value | string | `"7867"` | |
|
||||
| additionalContainers[0].image | string | `"nextcloud:21.0.2"` | |
|
||||
| additionalContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| additionalContainers[0].name | string | `"hpb"` | |
|
||||
| additionalContainers[0].ports[0].containerPort | int | `7867` | |
|
||||
| additionalContainers[0].ports[0].name | string | `"hpb"` | |
|
||||
| additionalContainers[0].securityContext.runAsGroup | int | `33` | |
|
||||
| additionalContainers[0].securityContext.runAsUser | int | `33` | |
|
||||
| additionalContainers[0].volumeMounts[0].mountPath | string | `"/var/www/html"` | |
|
||||
| additionalContainers[0].volumeMounts[0].name | string | `"data"` | |
|
||||
| cronjob.annotations | object | `{}` | |
|
||||
| cronjob.failedJobsHistoryLimit | int | `5` | |
|
||||
| cronjob.schedule | string | `"*/5 * * * *"` | |
|
||||
| cronjob.successfulJobsHistoryLimit | int | `2` | |
|
||||
| env.NEXTCLOUD_ADMIN_PASSWORD | string | `"adminpass"` | |
|
||||
| env.NEXTCLOUD_ADMIN_USER | string | `"admin"` | |
|
||||
| env.TRUSTED_PROXIES | string | `"172.16.0.0/16"` | |
|
||||
| envFrom[0].configMapRef.name | string | `"nextcloudconfig"` | |
|
||||
| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
|
||||
| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
|
||||
| envValueFrom.POSTGRES_HOST.secretKeyRef.key | string | `"host"` | |
|
||||
| envValueFrom.POSTGRES_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
|
||||
| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| envValueFrom.REDIS_HOST.secretKeyRef.key | string | `"masterhost"` | |
|
||||
| envValueFrom.REDIS_HOST.secretKeyRef.name | string | `"rediscreds"` | |
|
||||
| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.key | string | `"redis-password"` | |
|
||||
| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"nextcloud"` | |
|
||||
| image.tag | string | `"22.1.1"` | |
|
||||
| initContainers[0].command[0] | string | `"sh"` | |
|
||||
| initContainers[0].command[1] | string | `"-c"` | |
|
||||
| initContainers[0].command[2] | string | `"until pg_isready -U nextcloud -h ${pghost} ; do sleep 2 ; done"` | |
|
||||
| initContainers[0].env[0].name | string | `"pghost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.key | string | `"plainhost"` | |
|
||||
| initContainers[0].env[0].valueFrom.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| initContainers[0].image | string | `"postgres:13.1"` | |
|
||||
| initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
|
||||
| initContainers[0].name | string | `"init-postgresdb"` | |
|
||||
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.data.enabled | bool | `true` | |
|
||||
| persistence.data.mountPath | string | `"/var/www/html"` | |
|
||||
| persistence.data.size | string | `"100Gi"` | |
|
||||
| persistence.data.type | string | `"pvc"` | |
|
||||
| persistence.redismaster.accessMode | string | `"ReadWriteOnce"` | |
|
||||
| persistence.redismaster.enabled | bool | `true` | |
|
||||
| persistence.redismaster.forceName | string | `"redismaster"` | |
|
||||
| persistence.redismaster.noMount | bool | `true` | |
|
||||
| persistence.redismaster.size | string | `"100Gi"` | |
|
||||
| persistence.redismaster.type | string | `"pvc"` | |
|
||||
| podSecurityContext.fsGroup | int | `33` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"nextcloud"` | |
|
||||
| postgresql.postgresqlUsername | string | `"nextcloud"` | |
|
||||
| probes | object | See below | Probe configuration -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) |
|
||||
| probes.liveness | object | See below | Liveness probe configuration |
|
||||
| probes.liveness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
||||
| probes.readiness | object | See below | Redainess probe configuration |
|
||||
| probes.readiness.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
||||
| probes.startup | object | See below | Startup probe configuration |
|
||||
| probes.startup.spec | object | "/" | If a HTTP probe is used (default for HTTP/HTTPS services) this path is used |
|
||||
| redis.architecture | string | `"standalone"` | |
|
||||
| redis.auth.existingSecret | string | `"rediscreds"` | |
|
||||
| redis.auth.existingSecretPasswordKey | string | `"redis-password"` | |
|
||||
| redis.enabled | bool | `true` | |
|
||||
| redis.master.persistence.enabled | bool | `false` | |
|
||||
| redis.master.persistence.existingClaim | string | `"redismaster"` | |
|
||||
| redis.replica.persistence.enabled | bool | `false` | |
|
||||
| redis.replica.replicaCount | int | `0` | |
|
||||
| redis.volumePermissions.enabled | bool | `true` | |
|
||||
| service.hpb.enabled | bool | `true` | |
|
||||
| service.hpb.ports.hpb.enabled | bool | `true` | |
|
||||
| service.hpb.ports.hpb.port | int | `7867` | |
|
||||
| service.main.ports.main.port | int | `80` | |
|
||||
| strategy.type | string | `"Recreate"` | |
|
||||
|
||||
----------------------------------------------
|
||||
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
|
||||
Reference in New Issue
Block a user