Skip to content

Commit

Permalink
Commit released Helm Chart and docs for TrueCharts
Browse files Browse the repository at this point in the history
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
  • Loading branch information
truecharts-admin committed Jan 10, 2022
1 parent 293c9aa commit 1551082
Show file tree
Hide file tree
Showing 31 changed files with 3,505 additions and 756 deletions.
9 changes: 9 additions & 0 deletions charts/incubator/airsonic-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog<br>


<a name="airsonic-advanced-1.0.0"></a>
### airsonic-advanced-1.0.0 (2022-01-10)

#### Feat

* Add airsonic-advanced ([#1671](https://github.com/truecharts/apps/issues/1671))



<a name="airsonic-4.0.30"></a>
### [airsonic-4.0.30](https://github.com/truecharts/apps/compare/airsonic-4.0.29...airsonic-4.0.30) (2022-01-04)

Expand Down
2 changes: 1 addition & 1 deletion charts/incubator/airsonic-advanced/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "10.6.2"
appVersion: "edge-11.0"
dependencies:
- name: common
repository: https://truecharts.org
Expand Down
6 changes: 3 additions & 3 deletions charts/incubator/airsonic-advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not gu

## Source Code

* <https://github.com/airsonic/airsonic>
* <https://github.com/linuxserver/docker-airsonic>
* <https://github.com/k8s-at-home/charts/tree/master/charts/airsonic>
* <https://github.com/airsonic/airsonic-advanced>
* <https://hub.docker.com/r/airsonicadvanced/airsonic-advanced>

## Requirements

Expand All @@ -19,6 +18,7 @@ Kubernetes: `>=1.16.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | postgresql | 6.0.43 |
| https://truecharts.org | common | 8.10.2 |

## Installing the Chart
Expand Down
37 changes: 27 additions & 10 deletions charts/incubator/airsonic-advanced/helm-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,37 @@ You will, however, be able to use all values referenced in the common chart here

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env | object | See below | environment variables. See [image docs](https://docs.linuxserver.io/images/docker-airsonic#environment-variables-e) for more details. |
| env.CONTEXT_PATH | string | `nil` | Used to set the base path for reverse proxies eg. /booksonic, /books, etc. |
| env.AIRSONIC_DIR | string | `"/"` | |
| env.CONTEXT_PATH | string | `"/"` | |
| env.JAVA_OPTS | string | `nil` | For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes. |
| env.PUID | int | `568` | Specify the user ID the application will run as |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"tccr.io/truecharts/airsonic"` | image repository |
| image.tag | string | `"version-v10.6.2@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| env.PUID | int | `568` | |
| env.TZ | string | `"UTC"` | |
| env.spring_datasource_username | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.spring_liquibase_parameters_userTableQuote | string | `"\""` | |
| envValueFrom.spring_datasource_password.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.spring_datasource_password.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.spring_datasource_url.secretKeyRef.key | string | `"jdbc"` | |
| envValueFrom.spring_datasource_url.secretKeyRef.name | string | `"dbcreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"airsonicadvanced/airsonic-advanced"` | |
| image.tag | string | `"edge-11.0.0-SNAPSHOT.20220109073049"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/airsonic"` | |
| persistence.music.enabled | bool | `true` | |
| persistence.music.moutPath | string | `"/music"` | |
| persistence.playlists.enabled | bool | `true` | |
| persistence.playlists.moutPath | string | `"/playlists"` | |
| persistence.podcasts.enabled | bool | `true` | |
| persistence.podcasts.moutPath | string | `"/podcasts"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"airsonic-advanced"` | |
| postgresql.postgresqlUsername | string | `"airsonic-advanced"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
| service.main.ports.main.port | int | `10122` | |
| service.main.ports.main.targetPort | int | `4040` | |

All Rights Reserved - The TrueCharts Project
1,814 changes: 1,151 additions & 663 deletions charts/incubator/airsonic-advanced/security.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions charts/incubator/shlink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog<br>


<a name="shlink-0.0.5"></a>
### [shlink-0.0.5](https://github.com/truecharts/apps/compare/shlink-0.0.4...shlink-0.0.5) (2022-01-10)

#### Feat

* add some gui options ([#1682](https://github.com/truecharts/apps/issues/1682))
* add probes on health endpoint ([#1672](https://github.com/truecharts/apps/issues/1672))



<a name="shlink-0.0.4"></a>
### [shlink-0.0.4](https://github.com/truecharts/apps/compare/shlink-web-client-0.0.2...shlink-0.0.4) (2022-01-04)

Expand Down
5 changes: 5 additions & 0 deletions charts/incubator/shlink/helm-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ You will, however, be able to use all values referenced in the common chart here

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.ANONYMIZE_REMOTE_ADDR | bool | `true` | |
| env.DB_DRIVER | string | `"postgres"` | |
| env.DB_NAME | string | `"{{ .Values.postgresql.postgresqlDatabase }}"` | |
| env.DB_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.DEFAULT_DOMAIN | string | `""` | |
| env.ENABLE_PERIODIC_VISIT_LOCATE | bool | `true` | |
| env.GEOLITE_LICENSE_KEY | string | `""` | |
| env.IS_HTTPS_ENABLED | bool | `true` | |
| env.PORT | int | `10153` | |
Expand All @@ -33,6 +35,9 @@ You will, however, be able to use all values referenced in the common chart here
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"shlink"` | |
| postgresql.postgresqlUsername | string | `"shlink"` | |
| probes.liveness.path | string | `"/rest/health"` | |
| probes.readiness.path | string | `"/rest/health"` | |
| probes.startup.path | string | `"/rest/health"` | |
| redis.enabled | bool | `true` | |
| redis.existingSecret | string | `"rediscreds"` | |
| redis.redisUsername | string | `"default"` | |
Expand Down
9 changes: 9 additions & 0 deletions charts/stable/esphome/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog<br>


<a name="esphome-9.0.36"></a>
### [esphome-9.0.36](https://github.com/truecharts/apps/compare/esphome-9.0.35...esphome-9.0.36) (2022-01-10)

#### Fix

* compensate for upstream bug ([#1674](https://github.com/truecharts/apps/issues/1674))



<a name="esphome-9.0.35"></a>
### [esphome-9.0.35](https://github.com/truecharts/apps/compare/esphome-9.0.34...esphome-9.0.35) (2022-01-04)

Expand Down
6 changes: 6 additions & 0 deletions charts/stable/esphome/helm-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.config.mountPath | string | `"/config"` | |
| persistence.platformio.enabled | bool | `true` | |
| persistence.platformio.mountPath | string | `"/.platformio"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.allowPrivilegeEscalation | bool | `true` | |
| securityContext.privileged | bool | `true` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `6052` | |
| service.main.ports.main.targetPort | int | `6052` | |

Expand Down

0 comments on commit 1551082

Please sign in to comment.