diff --git a/charts/incubator/amcrest2mqtt/CHANGELOG.md b/charts/incubator/amcrest2mqtt/CHANGELOG.md
index cb2337add86..6f03173f304 100644
--- a/charts/incubator/amcrest2mqtt/CHANGELOG.md
+++ b/charts/incubator/amcrest2mqtt/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [amcrest2mqtt-0.0.2](https://github.com/truecharts/apps/compare/amcrest2mqtt-0.0.1...amcrest2mqtt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### amcrest2mqtt-0.0.1 (2021-10-04)
diff --git a/charts/incubator/amcrest2mqtt/Chart.yaml b/charts/incubator/amcrest2mqtt/Chart.yaml
index dd7c1cf598e..914f2c70d5b 100644
--- a/charts/incubator/amcrest2mqtt/Chart.yaml
+++ b/charts/incubator/amcrest2mqtt/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.0.9
+appVersion: "1.0.9"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/amcrest2mqtt/README.md b/charts/incubator/amcrest2mqtt/README.md
index e486c830e62..3477d7be4ef 100644
--- a/charts/incubator/amcrest2mqtt/README.md
+++ b/charts/incubator/amcrest2mqtt/README.md
@@ -2,8 +2,6 @@
Expose all events from an Amcrest device to an MQTT broker
-
-
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)**
diff --git a/charts/incubator/amcrest2mqtt/app-changelog.md b/charts/incubator/amcrest2mqtt/app-changelog.md
index 6577179b714..c1aacdfddf7 100644
--- a/charts/incubator/amcrest2mqtt/app-changelog.md
+++ b/charts/incubator/amcrest2mqtt/app-changelog.md
@@ -1,3 +1,7 @@
-
-### amcrest2mqtt-0.0.1 (2021-10-04)
+
+### [amcrest2mqtt-0.0.2](https://github.com/truecharts/apps/compare/amcrest2mqtt-0.0.1...amcrest2mqtt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/amcrest2mqtt/helm-values.md b/charts/incubator/amcrest2mqtt/helm-values.md
index 6f3637b4e22..0091c83fd96 100644
--- a/charts/incubator/amcrest2mqtt/helm-values.md
+++ b/charts/incubator/amcrest2mqtt/helm-values.md
@@ -12,23 +12,23 @@ 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 more environment variables in the [amcrest2mqtt repo](https://github.com/dchesterton/amcrest2mqtt). |
-| env.AMCREST_HOST | string | `nil` | Host name used to connect to the Amcrest device |
-| env.AMCREST_PASSWORD | string | `nil` | Password used to connect to the Amcrest device |
+| env.AMCREST_HOST | string | `""` | Host name used to connect to the Amcrest device |
| env.AMCREST_PORT | int | `80` | Port used to connect to the Amcrest device |
-| env.AMCREST_USERNAME | string | `nil` | User name used to connect to the Amcrest device |
| env.HOME_ASSISTANT | string | `"false"` | Enable Home Assistant autodiscovery |
| env.HOME_ASSISTANT_PREFIX | string | `"homeassistant"` | Home Assistant autodiscovery prefix |
-| env.MQTT_HOST | int | `1883` | Host name used to connect to the MQTT broker |
-| env.MQTT_PASSWORD | string | `nil` | Password used to connect to the MQTT broker |
-| env.MQTT_PORT | string | `nil` | Port used to connect to the MQTT broker |
-| env.MQTT_USERNAME | string | `nil` | User name used to connect to the MQTT broker |
+| env.MQTT_HOST | string | `"localhost"` | Host name used to connect to the MQTT broker |
+| env.MQTT_PORT | int | `1883` | Port used to connect to the MQTT broker |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"dchesterton/amcrest2mqtt"` | image repository |
-| image.tag | string | `"1.0.9"` | image tag |
+| image.tag | string | `"1.0.9@sha256:cc70f2238aa9fdc77185eced6131190d4b159e7b88591ca238aee3ab863cca65"` | image tag |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
+| secret.AMCREST_PASSWORD | string | `"changeme"` | Password used to connect to the Amcrest device |
+| secret.AMCREST_USERNAME | string | `"admin"` | User name used to connect to the Amcrest device |
+| secret.MQTT_PASSWORD | string | `"changeme"` | Password used to connect to the MQTT broker |
+| secret.MQTT_USERNAME | string | `"mqttuser"` | User name used to connect to the MQTT broker |
| service.main.enabled | bool | `false` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/apache-musicindex/CHANGELOG.md b/charts/incubator/apache-musicindex/CHANGELOG.md
index fdb76ae0ad6..4acbef5f077 100644
--- a/charts/incubator/apache-musicindex/CHANGELOG.md
+++ b/charts/incubator/apache-musicindex/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [apache-musicindex-0.0.2](https://github.com/truecharts/apps/compare/apache-musicindex-0.0.1...apache-musicindex-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### apache-musicindex-0.0.1 (2021-10-04)
diff --git a/charts/incubator/apache-musicindex/Chart.yaml b/charts/incubator/apache-musicindex/Chart.yaml
index f5930a48e2f..16e9903a1ee 100644
--- a/charts/incubator/apache-musicindex/Chart.yaml
+++ b/charts/incubator/apache-musicindex/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.4.1
+appVersion: "1.4.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/apache-musicindex/README.md b/charts/incubator/apache-musicindex/README.md
index 8d8cef7e95b..b9624eea712 100644
--- a/charts/incubator/apache-musicindex/README.md
+++ b/charts/incubator/apache-musicindex/README.md
@@ -2,8 +2,6 @@
Index and stream music using apache-musicindex and m3u playlists
-
-
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)**
diff --git a/charts/incubator/apache-musicindex/app-changelog.md b/charts/incubator/apache-musicindex/app-changelog.md
index 920d725dc24..74c0334b581 100644
--- a/charts/incubator/apache-musicindex/app-changelog.md
+++ b/charts/incubator/apache-musicindex/app-changelog.md
@@ -1,3 +1,7 @@
-
-### apache-musicindex-0.0.1 (2021-10-04)
+
+### [apache-musicindex-0.0.2](https://github.com/truecharts/apps/compare/apache-musicindex-0.0.1...apache-musicindex-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/apache-musicindex/helm-values.md b/charts/incubator/apache-musicindex/helm-values.md
index daf4ad0af56..dac3ae06835 100644
--- a/charts/incubator/apache-musicindex/helm-values.md
+++ b/charts/incubator/apache-musicindex/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/apache-musicindex"` | image repository |
-| image.tag | string | `"v1.4.1-2"` | image tag |
+| image.tag | string | `"v1.4.1-2@sha256:c8b5cf5fbf4bbf097fb516f82bfc3ecb1ad971e8059dc9722b4d10bb7d7faee7"` | image tag |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext | object | See values.yaml | Allows to start web server on ports 80 and 443 |
diff --git a/charts/incubator/aria2/CHANGELOG.md b/charts/incubator/aria2/CHANGELOG.md
index f02a5f26604..17dd95fc45a 100644
--- a/charts/incubator/aria2/CHANGELOG.md
+++ b/charts/incubator/aria2/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [aria2-0.0.2](https://github.com/truecharts/apps/compare/aria2-0.0.1...aria2-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### aria2-0.0.1 (2021-10-04)
diff --git a/charts/incubator/aria2/Chart.yaml b/charts/incubator/aria2/Chart.yaml
index 923a198aab3..a77abfc013a 100644
--- a/charts/incubator/aria2/Chart.yaml
+++ b/charts/incubator/aria2/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: latest
+appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/aria2/README.md b/charts/incubator/aria2/README.md
index 42529e2b9c6..aa9f4cc5cca 100644
--- a/charts/incubator/aria2/README.md
+++ b/charts/incubator/aria2/README.md
@@ -2,8 +2,6 @@
aria server for downloading web content
-
-
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)**
diff --git a/charts/incubator/aria2/app-changelog.md b/charts/incubator/aria2/app-changelog.md
index fb7459875b5..36cf8baa142 100644
--- a/charts/incubator/aria2/app-changelog.md
+++ b/charts/incubator/aria2/app-changelog.md
@@ -1,3 +1,7 @@
-
-### aria2-0.0.1 (2021-10-04)
+
+### [aria2-0.0.2](https://github.com/truecharts/apps/compare/aria2-0.0.1...aria2-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/aria2/helm-values.md b/charts/incubator/aria2/helm-values.md
index 55e78f8bdf7..65e9b83568d 100644
--- a/charts/incubator/aria2/helm-values.md
+++ b/charts/incubator/aria2/helm-values.md
@@ -18,7 +18,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.UMASK_SET | int | `18` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"p3terx/aria2-pro"` | image repository |
-| image.tag | string | `"latest"` | image tag |
+| image.tag | string | `"latest@sha256:2589527dfef6351d459f3a6781e4efef41d694878765b107413a6eb4bb6bbca7"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountpath | string | `"/config"` | |
| persistence.data.enabled | bool | `true` | |
diff --git a/charts/incubator/audacity/CHANGELOG.md b/charts/incubator/audacity/CHANGELOG.md
index d342eeb2ffc..1d13aaa4fdf 100644
--- a/charts/incubator/audacity/CHANGELOG.md
+++ b/charts/incubator/audacity/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [audacity-0.0.2](https://github.com/truecharts/apps/compare/audacity-0.0.1...audacity-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### audacity-0.0.1 (2021-10-04)
diff --git a/charts/incubator/audacity/Chart.yaml b/charts/incubator/audacity/Chart.yaml
index 882fd34366e..bed42f269b5 100644
--- a/charts/incubator/audacity/Chart.yaml
+++ b/charts/incubator/audacity/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.0.2
+appVersion: "3.0.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/audacity/README.md b/charts/incubator/audacity/README.md
index 52b614dedcc..7dd0bbc8256 100644
--- a/charts/incubator/audacity/README.md
+++ b/charts/incubator/audacity/README.md
@@ -2,8 +2,6 @@
An easy-to-use, multi-track audio editor and recorder
-
-
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)**
diff --git a/charts/incubator/audacity/app-changelog.md b/charts/incubator/audacity/app-changelog.md
index b73c14e7083..aabebeae628 100644
--- a/charts/incubator/audacity/app-changelog.md
+++ b/charts/incubator/audacity/app-changelog.md
@@ -1,3 +1,7 @@
-
-### audacity-0.0.1 (2021-10-04)
+
+### [audacity-0.0.2](https://github.com/truecharts/apps/compare/audacity-0.0.1...audacity-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/audacity/helm-values.md b/charts/incubator/audacity/helm-values.md
index 90fc5adf7b6..ffc3cf4ea64 100644
--- a/charts/incubator/audacity/helm-values.md
+++ b/charts/incubator/audacity/helm-values.md
@@ -14,13 +14,12 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/audacity"` | |
-| image.tag | string | `"version-3.0.2"` | |
+| image.tag | string | `"version-3.0.2@sha256:cdf203db1e50e18349f16c5958f7061b18625501f5e2f7a15cd69262185e3e84"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `3000` | |
diff --git a/charts/incubator/beets/CHANGELOG.md b/charts/incubator/beets/CHANGELOG.md
index 8bb52640123..028f6c29e5b 100644
--- a/charts/incubator/beets/CHANGELOG.md
+++ b/charts/incubator/beets/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [beets-0.0.2](https://github.com/truecharts/apps/compare/beets-0.0.1...beets-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### beets-0.0.1 (2021-10-04)
diff --git a/charts/incubator/beets/Chart.yaml b/charts/incubator/beets/Chart.yaml
index c59244194a0..7911ea133c2 100644
--- a/charts/incubator/beets/Chart.yaml
+++ b/charts/incubator/beets/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.5.0
+appVersion: "1.5.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/beets/README.md b/charts/incubator/beets/README.md
index 927b6473135..3299f5ee631 100644
--- a/charts/incubator/beets/README.md
+++ b/charts/incubator/beets/README.md
@@ -2,8 +2,6 @@
A music library manager and not, for the most part, a music player.
-
-
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)**
diff --git a/charts/incubator/beets/app-changelog.md b/charts/incubator/beets/app-changelog.md
index 254d313a860..e8e6468c398 100644
--- a/charts/incubator/beets/app-changelog.md
+++ b/charts/incubator/beets/app-changelog.md
@@ -1,3 +1,7 @@
-
-### beets-0.0.1 (2021-10-04)
+
+### [beets-0.0.2](https://github.com/truecharts/apps/compare/beets-0.0.1...beets-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/beets/helm-values.md b/charts/incubator/beets/helm-values.md
index 7e088e8586e..f3d1d445e25 100644
--- a/charts/incubator/beets/helm-values.md
+++ b/charts/incubator/beets/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/beets"` | |
-| image.tag | string | `"version-1.5.0"` | |
+| image.tag | string | `"version-1.5.0@sha256:ebb8cf9f7182758427c3acda19d6077457090335685986440078fd436345d417"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/charts/incubator/cloud9/CHANGELOG.md b/charts/incubator/cloud9/CHANGELOG.md
index 96b213d6dc5..06d6e6cc49a 100644
--- a/charts/incubator/cloud9/CHANGELOG.md
+++ b/charts/incubator/cloud9/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [cloud9-0.0.2](https://github.com/truecharts/apps/compare/cloud9-0.0.1...cloud9-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### cloud9-0.0.1 (2021-10-04)
diff --git a/charts/incubator/cloud9/Chart.yaml b/charts/incubator/cloud9/Chart.yaml
index 4d0f3b32d56..18b967f5326 100644
--- a/charts/incubator/cloud9/Chart.yaml
+++ b/charts/incubator/cloud9/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.29.2
+appVersion: "1.29.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/cloud9/README.md b/charts/incubator/cloud9/README.md
index 57c99b0671f..57021a105be 100644
--- a/charts/incubator/cloud9/README.md
+++ b/charts/incubator/cloud9/README.md
@@ -2,8 +2,6 @@
A complete web based IDE with terminal access
-
-
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)**
diff --git a/charts/incubator/cloud9/app-changelog.md b/charts/incubator/cloud9/app-changelog.md
index 9c4197cc339..a11f9aab56c 100644
--- a/charts/incubator/cloud9/app-changelog.md
+++ b/charts/incubator/cloud9/app-changelog.md
@@ -1,3 +1,7 @@
-
-### cloud9-0.0.1 (2021-10-04)
+
+### [cloud9-0.0.2](https://github.com/truecharts/apps/compare/cloud9-0.0.1...cloud9-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/cloud9/helm-values.md b/charts/incubator/cloud9/helm-values.md
index 177095fe252..8ce960a01d4 100644
--- a/charts/incubator/cloud9/helm-values.md
+++ b/charts/incubator/cloud9/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/cloud9"` | |
-| image.tag | string | `"version-1.29.2"` | |
+| image.tag | string | `"version-1.29.2@sha256:f35f53e0b9084d7da25242f46cc02d66ee3f4764b17930ef61b11eabc0c5b1c8"` | |
| persistence.code.accessMode | string | `"ReadWriteOnce"` | |
| persistence.code.enabled | bool | `true` | |
| persistence.code.mountPath | string | `"/code"` | |
@@ -26,7 +26,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8000` | |
diff --git a/charts/incubator/code-server/CHANGELOG.md b/charts/incubator/code-server/CHANGELOG.md
index 29792ec820c..0f4e13bc07c 100644
--- a/charts/incubator/code-server/CHANGELOG.md
+++ b/charts/incubator/code-server/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [code-server-0.0.2](https://github.com/truecharts/apps/compare/code-server-0.0.1...code-server-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### code-server-0.0.1 (2021-10-04)
diff --git a/charts/incubator/code-server/Chart.yaml b/charts/incubator/code-server/Chart.yaml
index 554f63c17dc..98eafd552bf 100644
--- a/charts/incubator/code-server/Chart.yaml
+++ b/charts/incubator/code-server/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.11.1
+appVersion: "3.11.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/code-server/README.md b/charts/incubator/code-server/README.md
index 0afe41f8aae..93fa69cdc9c 100644
--- a/charts/incubator/code-server/README.md
+++ b/charts/incubator/code-server/README.md
@@ -2,8 +2,6 @@
Run VS Code on any machine anywhere and access it in the browser.
-
-
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)**
diff --git a/charts/incubator/code-server/app-changelog.md b/charts/incubator/code-server/app-changelog.md
index 1b1a49a3530..13fcabd0f99 100644
--- a/charts/incubator/code-server/app-changelog.md
+++ b/charts/incubator/code-server/app-changelog.md
@@ -1,3 +1,7 @@
-
-### code-server-0.0.1 (2021-10-04)
+
+### [code-server-0.0.2](https://github.com/truecharts/apps/compare/code-server-0.0.1...code-server-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/code-server/helm-values.md b/charts/incubator/code-server/helm-values.md
index a0e8c5d0a9e..eebdeccb4a4 100644
--- a/charts/incubator/code-server/helm-values.md
+++ b/charts/incubator/code-server/helm-values.md
@@ -14,13 +14,12 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/code-server"` | |
-| image.tag | string | `"version-v3.11.1"` | |
+| image.tag | string | `"version-v3.11.1@sha256:a385ba5cb16136b14ae4cd99ca95c20ac77f9831ac3fb63937a1998e1d31be2a"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8443` | |
diff --git a/charts/incubator/cryptofolio/CHANGELOG.md b/charts/incubator/cryptofolio/CHANGELOG.md
index 803a2d065af..c4e9dab2d19 100644
--- a/charts/incubator/cryptofolio/CHANGELOG.md
+++ b/charts/incubator/cryptofolio/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [cryptofolio-0.0.2](https://github.com/truecharts/apps/compare/cryptofolio-0.0.1...cryptofolio-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### cryptofolio-0.0.1 (2021-10-04)
diff --git a/charts/incubator/cryptofolio/Chart.yaml b/charts/incubator/cryptofolio/Chart.yaml
index 8a45844462b..cb2dc054e97 100644
--- a/charts/incubator/cryptofolio/Chart.yaml
+++ b/charts/incubator/cryptofolio/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.2.0
+appVersion: "2.2.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/cryptofolio/README.md b/charts/incubator/cryptofolio/README.md
index 2dc2a0ceade..75a7129ac63 100644
--- a/charts/incubator/cryptofolio/README.md
+++ b/charts/incubator/cryptofolio/README.md
@@ -2,8 +2,6 @@
Track your cryptocurrency holdings/portfolio
-
-
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)**
diff --git a/charts/incubator/cryptofolio/app-changelog.md b/charts/incubator/cryptofolio/app-changelog.md
index 061f29efd1f..ce038dea579 100644
--- a/charts/incubator/cryptofolio/app-changelog.md
+++ b/charts/incubator/cryptofolio/app-changelog.md
@@ -1,3 +1,7 @@
-
-### cryptofolio-0.0.1 (2021-10-04)
+
+### [cryptofolio-0.0.2](https://github.com/truecharts/apps/compare/cryptofolio-0.0.1...cryptofolio-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/cryptofolio/helm-values.md b/charts/incubator/cryptofolio/helm-values.md
index a69084cdf54..38a85b861d5 100644
--- a/charts/incubator/cryptofolio/helm-values.md
+++ b/charts/incubator/cryptofolio/helm-values.md
@@ -15,11 +15,10 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"xtrendence/cryptofolio"` | image repository |
-| image.tag | string | `"V.2.2.0"` | image tag |
+| image.tag | string | `"V.2.2.0@sha256:e6e6612bb94c877b5e31853c639761d09076180fe0a6c4fdb0fb91f73d9f480e"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| securityContext.capabilities.add | list | `[]` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/incubator/davos/CHANGELOG.md b/charts/incubator/davos/CHANGELOG.md
index 627a09d4d1e..a062db8152f 100644
--- a/charts/incubator/davos/CHANGELOG.md
+++ b/charts/incubator/davos/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [davos-0.0.2](https://github.com/truecharts/apps/compare/davos-0.0.1...davos-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### davos-0.0.1 (2021-10-04)
diff --git a/charts/incubator/davos/Chart.yaml b/charts/incubator/davos/Chart.yaml
index f6417897531..bcda55f7ade 100644
--- a/charts/incubator/davos/Chart.yaml
+++ b/charts/incubator/davos/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.2.1
+appVersion: "2.2.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/davos/README.md b/charts/incubator/davos/README.md
index 69ff59471a1..2078729c299 100644
--- a/charts/incubator/davos/README.md
+++ b/charts/incubator/davos/README.md
@@ -2,8 +2,6 @@
An FTP automation tool that periodically scans given host locations for new files.
-
-
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)**
diff --git a/charts/incubator/davos/app-changelog.md b/charts/incubator/davos/app-changelog.md
index 4a49752c747..10491db64d8 100644
--- a/charts/incubator/davos/app-changelog.md
+++ b/charts/incubator/davos/app-changelog.md
@@ -1,3 +1,7 @@
-
-### davos-0.0.1 (2021-10-04)
+
+### [davos-0.0.2](https://github.com/truecharts/apps/compare/davos-0.0.1...davos-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/davos/helm-values.md b/charts/incubator/davos/helm-values.md
index 3033253e9ae..1f0420961d7 100644
--- a/charts/incubator/davos/helm-values.md
+++ b/charts/incubator/davos/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/davos"` | |
-| image.tag | string | `"2.2.1-ls76"` | |
+| image.tag | string | `"2.2.1-ls76@sha256:24ba55aeaa4f86a76dc2664e1bb090f315279ec84e1e603e24713cfe0538d890"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.download.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/charts/incubator/digikam/CHANGELOG.md b/charts/incubator/digikam/CHANGELOG.md
index 146a0767269..546ee4fbe59 100644
--- a/charts/incubator/digikam/CHANGELOG.md
+++ b/charts/incubator/digikam/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [digikam-0.0.2](https://github.com/truecharts/apps/compare/digikam-0.0.1...digikam-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### digikam-0.0.1 (2021-10-04)
diff --git a/charts/incubator/digikam/Chart.yaml b/charts/incubator/digikam/Chart.yaml
index 72e6f50f607..e63271ba4d9 100644
--- a/charts/incubator/digikam/Chart.yaml
+++ b/charts/incubator/digikam/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 7.3.0
+appVersion: "7.3.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/digikam/README.md b/charts/incubator/digikam/README.md
index 4670356dbd1..8bd649de4ac 100644
--- a/charts/incubator/digikam/README.md
+++ b/charts/incubator/digikam/README.md
@@ -2,8 +2,6 @@
Professional Photo Management with the Power of Open Source
-
-
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)**
diff --git a/charts/incubator/digikam/app-changelog.md b/charts/incubator/digikam/app-changelog.md
index 621a9cc57ff..1bae201d924 100644
--- a/charts/incubator/digikam/app-changelog.md
+++ b/charts/incubator/digikam/app-changelog.md
@@ -1,3 +1,7 @@
-
-### digikam-0.0.1 (2021-10-04)
+
+### [digikam-0.0.2](https://github.com/truecharts/apps/compare/digikam-0.0.1...digikam-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/digikam/helm-values.md b/charts/incubator/digikam/helm-values.md
index 7a5524f6505..0c2b56b75c2 100644
--- a/charts/incubator/digikam/helm-values.md
+++ b/charts/incubator/digikam/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/digikam"` | |
-| image.tag | string | `"version-7.3.0"` | |
+| image.tag | string | `"version-7.3.0@sha256:e45af284c7334852596092d9310418e8143d0c29e6bc935265295d8dabfc27a0"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
diff --git a/charts/incubator/doublecommander/CHANGELOG.md b/charts/incubator/doublecommander/CHANGELOG.md
index 9c82f76d41f..b9a25eb1a25 100644
--- a/charts/incubator/doublecommander/CHANGELOG.md
+++ b/charts/incubator/doublecommander/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [doublecommander-0.0.2](https://github.com/truecharts/apps/compare/doublecommander-0.0.1...doublecommander-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### doublecommander-0.0.1 (2021-10-04)
diff --git a/charts/incubator/doublecommander/Chart.yaml b/charts/incubator/doublecommander/Chart.yaml
index 8cf173b2ca6..3e35b251602 100644
--- a/charts/incubator/doublecommander/Chart.yaml
+++ b/charts/incubator/doublecommander/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.8.2
+appVersion: "0.8.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/doublecommander/README.md b/charts/incubator/doublecommander/README.md
index 53b74ef23d6..5be6e615c02 100644
--- a/charts/incubator/doublecommander/README.md
+++ b/charts/incubator/doublecommander/README.md
@@ -2,8 +2,6 @@
A free cross platform open source file manager with two panels side by side.
-
-
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)**
diff --git a/charts/incubator/doublecommander/app-changelog.md b/charts/incubator/doublecommander/app-changelog.md
index 49239a0c2bd..23906025f07 100644
--- a/charts/incubator/doublecommander/app-changelog.md
+++ b/charts/incubator/doublecommander/app-changelog.md
@@ -1,3 +1,7 @@
-
-### doublecommander-0.0.1 (2021-10-04)
+
+### [doublecommander-0.0.2](https://github.com/truecharts/apps/compare/doublecommander-0.0.1...doublecommander-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/doublecommander/helm-values.md b/charts/incubator/doublecommander/helm-values.md
index df3af58051c..25d8df19700 100644
--- a/charts/incubator/doublecommander/helm-values.md
+++ b/charts/incubator/doublecommander/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/doublecommander"` | |
-| image.tag | string | `"version-0.8.2-1"` | |
+| image.tag | string | `"version-0.8.2-1@sha256:2124ec844d92aa001a7ecbc776fd0639e879ec0b08cfdd0fd8af207edc6a828b"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/charts/incubator/filezilla/CHANGELOG.md b/charts/incubator/filezilla/CHANGELOG.md
index 0c76f35d45f..b1fab76d6c9 100644
--- a/charts/incubator/filezilla/CHANGELOG.md
+++ b/charts/incubator/filezilla/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [filezilla-0.0.2](https://github.com/truecharts/apps/compare/filezilla-0.0.1...filezilla-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### filezilla-0.0.1 (2021-10-04)
diff --git a/charts/incubator/filezilla/Chart.yaml b/charts/incubator/filezilla/Chart.yaml
index 38d9c29c851..a48db94d0d2 100644
--- a/charts/incubator/filezilla/Chart.yaml
+++ b/charts/incubator/filezilla/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.51.0
+appVersion: "3.51.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/filezilla/README.md b/charts/incubator/filezilla/README.md
index acd739b2b66..c7f1acdfecb 100644
--- a/charts/incubator/filezilla/README.md
+++ b/charts/incubator/filezilla/README.md
@@ -2,8 +2,6 @@
A Helm chart for Kubernetes
-
-
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)**
diff --git a/charts/incubator/filezilla/app-changelog.md b/charts/incubator/filezilla/app-changelog.md
index 4c229632861..8c39373fe48 100644
--- a/charts/incubator/filezilla/app-changelog.md
+++ b/charts/incubator/filezilla/app-changelog.md
@@ -1,3 +1,7 @@
-
-### filezilla-0.0.1 (2021-10-04)
+
+### [filezilla-0.0.2](https://github.com/truecharts/apps/compare/filezilla-0.0.1...filezilla-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/filezilla/helm-values.md b/charts/incubator/filezilla/helm-values.md
index 4be2d29646b..ac0d316e5e9 100644
--- a/charts/incubator/filezilla/helm-values.md
+++ b/charts/incubator/filezilla/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/filezilla"` | |
-| image.tag | string | `"version-3.51.0-r1"` | |
+| image.tag | string | `"version-3.51.0-r1@sha256:5103cdd266ceb61cebabae6629e418570a5094e3f61ef2f405f6e24d4fc7f6a4"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
diff --git a/charts/incubator/fossil/CHANGELOG.md b/charts/incubator/fossil/CHANGELOG.md
index 4755039a52c..be41c8455ae 100644
--- a/charts/incubator/fossil/CHANGELOG.md
+++ b/charts/incubator/fossil/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [fossil-0.0.2](https://github.com/truecharts/apps/compare/fossil-0.0.1...fossil-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### fossil-0.0.1 (2021-10-04)
diff --git a/charts/incubator/fossil/Chart.yaml b/charts/incubator/fossil/Chart.yaml
index bb0c8b94be7..dc18df3e5df 100644
--- a/charts/incubator/fossil/Chart.yaml
+++ b/charts/incubator/fossil/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.15.1
+appVersion: "2.15.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/fossil/README.md b/charts/incubator/fossil/README.md
index 2982fbeabef..866def08592 100644
--- a/charts/incubator/fossil/README.md
+++ b/charts/incubator/fossil/README.md
@@ -2,8 +2,6 @@
A simple, high-reliability, distributed software configuration management system
-
-
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)**
diff --git a/charts/incubator/fossil/app-changelog.md b/charts/incubator/fossil/app-changelog.md
index 448e4b8f4b3..dd9fa6b84b6 100644
--- a/charts/incubator/fossil/app-changelog.md
+++ b/charts/incubator/fossil/app-changelog.md
@@ -1,3 +1,7 @@
-
-### fossil-0.0.1 (2021-10-04)
+
+### [fossil-0.0.2](https://github.com/truecharts/apps/compare/fossil-0.0.1...fossil-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/fossil/helm-values.md b/charts/incubator/fossil/helm-values.md
index 29b9fa392cc..df8ea303101 100644
--- a/charts/incubator/fossil/helm-values.md
+++ b/charts/incubator/fossil/helm-values.md
@@ -13,11 +13,10 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/fossil"` | |
-| image.tag | string | `"2.15.1-ls4"` | |
+| image.tag | string | `"2.15.1-ls4@sha256:a0a819ed2707e8e829dec371de0e166fbcf0499d3d12005880f603b2b95bf64d"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8080` | |
diff --git a/charts/incubator/golinks/CHANGELOG.md b/charts/incubator/golinks/CHANGELOG.md
index d2235027a23..de1477a9528 100644
--- a/charts/incubator/golinks/CHANGELOG.md
+++ b/charts/incubator/golinks/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [golinks-0.0.2](https://github.com/truecharts/apps/compare/golinks-0.0.1...golinks-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### golinks-0.0.1 (2021-10-04)
diff --git a/charts/incubator/golinks/Chart.yaml b/charts/incubator/golinks/Chart.yaml
index a73e5f63cb4..38f948be340 100644
--- a/charts/incubator/golinks/Chart.yaml
+++ b/charts/incubator/golinks/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 154c581
+appVersion: "154c581"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/golinks/README.md b/charts/incubator/golinks/README.md
index b46f6a38b2e..5ca05491d5e 100644
--- a/charts/incubator/golinks/README.md
+++ b/charts/incubator/golinks/README.md
@@ -2,8 +2,6 @@
A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance.
-
-
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)**
diff --git a/charts/incubator/golinks/app-changelog.md b/charts/incubator/golinks/app-changelog.md
index 5dab1f4458e..3db9a8fdc9a 100644
--- a/charts/incubator/golinks/app-changelog.md
+++ b/charts/incubator/golinks/app-changelog.md
@@ -1,3 +1,7 @@
-
-### golinks-0.0.1 (2021-10-04)
+
+### [golinks-0.0.2](https://github.com/truecharts/apps/compare/golinks-0.0.1...golinks-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/golinks/helm-values.md b/charts/incubator/golinks/helm-values.md
index 7314d4cb551..efbe26d60ef 100644
--- a/charts/incubator/golinks/helm-values.md
+++ b/charts/incubator/golinks/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/golinks"` | |
-| image.tag | string | `"version-154c581"` | |
+| image.tag | string | `"version-154c581@sha256:8e67b26324c5dc433210df8f2fb64317db3cbbe7db0b9e10c6e5bc3f3f7860e4"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
@@ -22,7 +22,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8000` | |
diff --git a/charts/incubator/grav/CHANGELOG.md b/charts/incubator/grav/CHANGELOG.md
index a10411975fa..f8a81408a36 100644
--- a/charts/incubator/grav/CHANGELOG.md
+++ b/charts/incubator/grav/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [grav-0.0.2](https://github.com/truecharts/apps/compare/grav-0.0.1...grav-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### grav-0.0.1 (2021-10-04)
diff --git a/charts/incubator/grav/Chart.yaml b/charts/incubator/grav/Chart.yaml
index e9cba31d20b..908a7083034 100644
--- a/charts/incubator/grav/Chart.yaml
+++ b/charts/incubator/grav/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.7.18
+appVersion: "1.7.18"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/grav/README.md b/charts/incubator/grav/README.md
index 5ec5e8f1210..dcfde8ea2f6 100644
--- a/charts/incubator/grav/README.md
+++ b/charts/incubator/grav/README.md
@@ -2,8 +2,6 @@
A Fast, Simple, and Flexible, file-based Web-platform.
-
-
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)**
diff --git a/charts/incubator/grav/app-changelog.md b/charts/incubator/grav/app-changelog.md
index e549b29c172..e5fe9e52e7f 100644
--- a/charts/incubator/grav/app-changelog.md
+++ b/charts/incubator/grav/app-changelog.md
@@ -1,3 +1,7 @@
-
-### grav-0.0.1 (2021-10-04)
+
+### [grav-0.0.2](https://github.com/truecharts/apps/compare/grav-0.0.1...grav-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/grav/helm-values.md b/charts/incubator/grav/helm-values.md
index 0ad2127ea04..4ff4ba3bc84 100644
--- a/charts/incubator/grav/helm-values.md
+++ b/charts/incubator/grav/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/grav"` | |
-| image.tag | string | `"version-1.7.18"` | |
+| image.tag | string | `"version-1.7.18@sha256:e4fc1032fd78c0a6772cf141669449fdd4d0f5e6ad4646d6ebaf0b6015631738"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
diff --git a/charts/incubator/headphones/CHANGELOG.md b/charts/incubator/headphones/CHANGELOG.md
index 030aae8bc29..3af14d6a891 100644
--- a/charts/incubator/headphones/CHANGELOG.md
+++ b/charts/incubator/headphones/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [headphones-0.0.2](https://github.com/truecharts/apps/compare/headphones-0.0.1...headphones-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### headphones-0.0.1 (2021-10-04)
diff --git a/charts/incubator/headphones/Chart.yaml b/charts/incubator/headphones/Chart.yaml
index 5ba5e77329f..f7146c420a0 100644
--- a/charts/incubator/headphones/Chart.yaml
+++ b/charts/incubator/headphones/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 58edc604
+appVersion: "58edc604"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/headphones/README.md b/charts/incubator/headphones/README.md
index aba35f60a11..620164738a1 100644
--- a/charts/incubator/headphones/README.md
+++ b/charts/incubator/headphones/README.md
@@ -2,8 +2,6 @@
An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
-
-
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)**
diff --git a/charts/incubator/headphones/app-changelog.md b/charts/incubator/headphones/app-changelog.md
index dd5ca211eeb..e3db5d2ea9e 100644
--- a/charts/incubator/headphones/app-changelog.md
+++ b/charts/incubator/headphones/app-changelog.md
@@ -1,3 +1,7 @@
-
-### headphones-0.0.1 (2021-10-04)
+
+### [headphones-0.0.2](https://github.com/truecharts/apps/compare/headphones-0.0.1...headphones-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/headphones/helm-values.md b/charts/incubator/headphones/helm-values.md
index 9ac4b6ca4a8..5cdd1c8e6b3 100644
--- a/charts/incubator/headphones/helm-values.md
+++ b/charts/incubator/headphones/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/headphones"` | |
-| image.tag | string | `"version-58edc604"` | |
+| image.tag | string | `"version-58edc604@sha256:43f2d40be460ac59c6b80d6ea1307f14dad11379ac607b6752f84a758da6b118"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/charts/incubator/icantbelieveitsnotvaletudo/CHANGELOG.md b/charts/incubator/icantbelieveitsnotvaletudo/CHANGELOG.md
index 087cbd24af1..465cd7dc1fe 100644
--- a/charts/incubator/icantbelieveitsnotvaletudo/CHANGELOG.md
+++ b/charts/incubator/icantbelieveitsnotvaletudo/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [icantbelieveitsnotvaletudo-0.0.2](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-0.0.1...icantbelieveitsnotvaletudo-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### icantbelieveitsnotvaletudo-0.0.1 (2021-10-04)
diff --git a/charts/incubator/icantbelieveitsnotvaletudo/Chart.yaml b/charts/incubator/icantbelieveitsnotvaletudo/Chart.yaml
index 217ff322111..5d6b0c5aa61 100644
--- a/charts/incubator/icantbelieveitsnotvaletudo/Chart.yaml
+++ b/charts/incubator/icantbelieveitsnotvaletudo/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2021.2.1
+appVersion: "2021.2.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/icantbelieveitsnotvaletudo/README.md b/charts/incubator/icantbelieveitsnotvaletudo/README.md
index 698ee7b56d5..2c1c42e5460 100644
--- a/charts/incubator/icantbelieveitsnotvaletudo/README.md
+++ b/charts/incubator/icantbelieveitsnotvaletudo/README.md
@@ -2,8 +2,6 @@
Create live map data from Valetudo powered robots
-
-
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)**
diff --git a/charts/incubator/icantbelieveitsnotvaletudo/app-changelog.md b/charts/incubator/icantbelieveitsnotvaletudo/app-changelog.md
index 52b9368fa9b..b64a5f43cae 100644
--- a/charts/incubator/icantbelieveitsnotvaletudo/app-changelog.md
+++ b/charts/incubator/icantbelieveitsnotvaletudo/app-changelog.md
@@ -1,3 +1,7 @@
-
-### icantbelieveitsnotvaletudo-0.0.1 (2021-10-04)
+
+### [icantbelieveitsnotvaletudo-0.0.2](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-0.0.1...icantbelieveitsnotvaletudo-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/icantbelieveitsnotvaletudo/helm-values.md b/charts/incubator/icantbelieveitsnotvaletudo/helm-values.md
index 045d80ba7a8..aa83d132e85 100644
--- a/charts/incubator/icantbelieveitsnotvaletudo/helm-values.md
+++ b/charts/incubator/icantbelieveitsnotvaletudo/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"pmaksymiuk/icantbelieveitsnotvaletudo"` | image repository |
-| image.tag | string | `"2021.2.1"` | image tag |
+| image.tag | string | `"2021.2.1@sha256:cfb6ca812b7bec09ef61d60c8ab71945b6594525673f2edd9ddcd88004d8b150"` | image tag |
| service.main.ports.main.port | int | `3000` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/leaf2mqtt/CHANGELOG.md b/charts/incubator/leaf2mqtt/CHANGELOG.md
index 32520399ec1..a01ffed7f71 100644
--- a/charts/incubator/leaf2mqtt/CHANGELOG.md
+++ b/charts/incubator/leaf2mqtt/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [leaf2mqtt-0.0.2](https://github.com/truecharts/apps/compare/leaf2mqtt-0.0.1...leaf2mqtt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### leaf2mqtt-0.0.1 (2021-10-04)
diff --git a/charts/incubator/leaf2mqtt/Chart.yaml b/charts/incubator/leaf2mqtt/Chart.yaml
index 75d55944000..5002dd938d7 100644
--- a/charts/incubator/leaf2mqtt/Chart.yaml
+++ b/charts/incubator/leaf2mqtt/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '0.1'
+appVersion: "0.5"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/leaf2mqtt/README.md b/charts/incubator/leaf2mqtt/README.md
index ccf89f9b0f1..17e5d725f0a 100644
--- a/charts/incubator/leaf2mqtt/README.md
+++ b/charts/incubator/leaf2mqtt/README.md
@@ -2,8 +2,6 @@
Nissan Leaf connected services to MQTT adapter
-
-
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)**
diff --git a/charts/incubator/leaf2mqtt/app-changelog.md b/charts/incubator/leaf2mqtt/app-changelog.md
index 94c1aa5a9f0..06a8dbb832e 100644
--- a/charts/incubator/leaf2mqtt/app-changelog.md
+++ b/charts/incubator/leaf2mqtt/app-changelog.md
@@ -1,3 +1,7 @@
-
-### leaf2mqtt-0.0.1 (2021-10-04)
+
+### [leaf2mqtt-0.0.2](https://github.com/truecharts/apps/compare/leaf2mqtt-0.0.1...leaf2mqtt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/leaf2mqtt/helm-values.md b/charts/incubator/leaf2mqtt/helm-values.md
index 8f4ee32a1e2..e05833f7431 100644
--- a/charts/incubator/leaf2mqtt/helm-values.md
+++ b/charts/incubator/leaf2mqtt/helm-values.md
@@ -14,11 +14,18 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | See below | environment variables. See [image docs](https://github.com/mitsumaui/leaf2mqtt) for more details. |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/leaf2mqtt"` | Image repository |
-| image.tag | string | `"v0.1"` | Image tag |
+| image.tag | string | `"v0.5@sha256:38af096ee01683a958ff457dea40325bf841d87cb9e95ec2c41ae8fb20ab575a"` | Image tag |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
-| service.enabled | bool | `false` | |
-| service.main | string | `nil` | |
+| secret.LEAF_PASSWORD | string | `"changeme"` | |
+| secret.LEAF_USERNAME | string | `"leafuser"` | |
+| secret.MQTT_PASSWORD | string | `"changeme"` | |
+| secret.MQTT_USERNAME | string | `"mqttuser"` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.main.enabled | bool | `false` | |
All Rights Reserved - The TrueCharts Project
diff --git a/charts/incubator/medusa/CHANGELOG.md b/charts/incubator/medusa/CHANGELOG.md
index 87029227104..63f244ca575 100644
--- a/charts/incubator/medusa/CHANGELOG.md
+++ b/charts/incubator/medusa/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [medusa-0.0.2](https://github.com/truecharts/apps/compare/medusa-0.0.1...medusa-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### medusa-0.0.1 (2021-10-04)
diff --git a/charts/incubator/medusa/Chart.yaml b/charts/incubator/medusa/Chart.yaml
index 9d6f3bc92f0..32719dcf8df 100644
--- a/charts/incubator/medusa/Chart.yaml
+++ b/charts/incubator/medusa/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.5.17
+appVersion: "0.5.17"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/medusa/README.md b/charts/incubator/medusa/README.md
index d4609d91313..4e01519081e 100644
--- a/charts/incubator/medusa/README.md
+++ b/charts/incubator/medusa/README.md
@@ -2,8 +2,6 @@
An automatic Video Library Manager for TV Shows
-
-
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)**
diff --git a/charts/incubator/medusa/app-changelog.md b/charts/incubator/medusa/app-changelog.md
index a3fb9558d1a..859a4f10564 100644
--- a/charts/incubator/medusa/app-changelog.md
+++ b/charts/incubator/medusa/app-changelog.md
@@ -1,3 +1,7 @@
-
-### medusa-0.0.1 (2021-10-04)
+
+### [medusa-0.0.2](https://github.com/truecharts/apps/compare/medusa-0.0.1...medusa-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/medusa/helm-values.md b/charts/incubator/medusa/helm-values.md
index 9c14ec225f9..eaecc3fd8ed 100644
--- a/charts/incubator/medusa/helm-values.md
+++ b/charts/incubator/medusa/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/medusa"` | |
-| image.tag | string | `"version-v0.5.17"` | |
+| image.tag | string | `"version-v0.5.17@sha256:9c8848a252bfc6bd2513f841139abbad07766e3b58acfb59e4f652d32ab12ed8"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
@@ -28,7 +28,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8081` | |
diff --git a/charts/incubator/minio-console/CHANGELOG.md b/charts/incubator/minio-console/CHANGELOG.md
index a085886d312..416c1b24e8e 100644
--- a/charts/incubator/minio-console/CHANGELOG.md
+++ b/charts/incubator/minio-console/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [minio-console-0.0.2](https://github.com/truecharts/apps/compare/minio-console-0.0.1...minio-console-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### minio-console-0.0.1 (2021-10-04)
diff --git a/charts/incubator/minio-console/Chart.yaml b/charts/incubator/minio-console/Chart.yaml
index 5da2ed3b52b..06b8acd9113 100644
--- a/charts/incubator/minio-console/Chart.yaml
+++ b/charts/incubator/minio-console/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.7.4
+appVersion: "0.10.4"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/minio-console/README.md b/charts/incubator/minio-console/README.md
index 79961d6e693..6e6dc2bca20 100644
--- a/charts/incubator/minio-console/README.md
+++ b/charts/incubator/minio-console/README.md
@@ -2,8 +2,6 @@
A management console for minio server and operator
-
-
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)**
diff --git a/charts/incubator/minio-console/app-changelog.md b/charts/incubator/minio-console/app-changelog.md
index 97e168a57bc..6498c6cab85 100644
--- a/charts/incubator/minio-console/app-changelog.md
+++ b/charts/incubator/minio-console/app-changelog.md
@@ -1,3 +1,7 @@
-
-### minio-console-0.0.1 (2021-10-04)
+
+### [minio-console-0.0.2](https://github.com/truecharts/apps/compare/minio-console-0.0.1...minio-console-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/minio-console/helm-values.md b/charts/incubator/minio-console/helm-values.md
index 221dfd9d057..44fb3e52126 100644
--- a/charts/incubator/minio-console/helm-values.md
+++ b/charts/incubator/minio-console/helm-values.md
@@ -13,14 +13,14 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| args | list | `["server"]` | Override the args for the default container. |
| env | object | See below | environment variables. See more environment variables in the [minio-console documentation](https://minio-console.org/docs). |
-| env.CONSOLE_MINIO_SERVER | string | `nil` | Required: Minio server URL Example: https://minio.server:9000 |
-| env.CONSOLE_PBKDF_PASSPHRASE | string | `nil` | Required: Passphrase to derive keys (generate own) Example: D6vpras1xpUgrcFpOIGA4crHvzUDQb48 |
-| env.CONSOLE_PBKDF_SALT | string | `nil` | Required: Salt for derived keys (generate own) Example: ILy2FWzwjjYi1TeTEpBjEsPrwLfKZxgi |
+| env.CONSOLE_MINIO_SERVER | string | `""` | Required: Minio server URL Example: https://minio.server:9000 |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"minio/console"` | image repository |
-| image.tag | string | `"v0.7.4"` | image tag |
+| image.tag | string | `"v0.10.4@sha256:3aa27c8325a30b8f188d646bb1c7a8ad0a81b41a1099d1d9e4b29b2c76c731dd"` | image tag |
| persistence.varrun.enabled | bool | `true` | |
+| secret.CONSOLE_PBKDF_PASSPHRASE | string | `"changeme"` | Required: Passphrase to derive keys (generate own) Example: D6vpras1xpUgrcFpOIGA4crHvzUDQb48 |
+| secret.CONSOLE_PBKDF_SALT | string | `"changeme"` | Required: Salt for derived keys (generate own) Example: ILy2FWzwjjYi1TeTEpBjEsPrwLfKZxgi |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/incubator/mstream/CHANGELOG.md b/charts/incubator/mstream/CHANGELOG.md
index 48d2dfe24b4..e211cc1c471 100644
--- a/charts/incubator/mstream/CHANGELOG.md
+++ b/charts/incubator/mstream/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [mstream-0.0.2](https://github.com/truecharts/apps/compare/mstream-0.0.1...mstream-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### mstream-0.0.1 (2021-10-04)
diff --git a/charts/incubator/mstream/Chart.yaml b/charts/incubator/mstream/Chart.yaml
index b65fe6baece..c985e5c7920 100644
--- a/charts/incubator/mstream/Chart.yaml
+++ b/charts/incubator/mstream/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 5.2.5
+appVersion: "5.2.5"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/mstream/README.md b/charts/incubator/mstream/README.md
index aa60f45e6fc..7d91a3ecf96 100644
--- a/charts/incubator/mstream/README.md
+++ b/charts/incubator/mstream/README.md
@@ -2,8 +2,6 @@
A personal music streaming server
-
-
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)**
diff --git a/charts/incubator/mstream/app-changelog.md b/charts/incubator/mstream/app-changelog.md
index a6c10b2079a..d0f83d0278d 100644
--- a/charts/incubator/mstream/app-changelog.md
+++ b/charts/incubator/mstream/app-changelog.md
@@ -1,3 +1,7 @@
-
-### mstream-0.0.1 (2021-10-04)
+
+### [mstream-0.0.2](https://github.com/truecharts/apps/compare/mstream-0.0.1...mstream-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/mstream/helm-values.md b/charts/incubator/mstream/helm-values.md
index a11157657a0..7c73a7605f1 100644
--- a/charts/incubator/mstream/helm-values.md
+++ b/charts/incubator/mstream/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/mstream"` | |
-| image.tag | string | `"version-v5.2.5"` | |
+| image.tag | string | `"version-v5.2.5@sha256:22c012bcc43cde544532e7797da678ffd0dab76d3afeec0a2906adfae6767256"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.music.accessMode | string | `"ReadWriteOnce"` | |
@@ -24,7 +24,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `3000` | |
diff --git a/charts/incubator/muximux/CHANGELOG.md b/charts/incubator/muximux/CHANGELOG.md
index e870bd5c1db..02e3a0f43eb 100644
--- a/charts/incubator/muximux/CHANGELOG.md
+++ b/charts/incubator/muximux/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [muximux-0.0.2](https://github.com/truecharts/apps/compare/muximux-0.0.1...muximux-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### muximux-0.0.1 (2021-10-04)
diff --git a/charts/incubator/muximux/Chart.yaml b/charts/incubator/muximux/Chart.yaml
index 301ac6a3483..98c009335aa 100644
--- a/charts/incubator/muximux/Chart.yaml
+++ b/charts/incubator/muximux/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 057352e8
+appVersion: "057352e8"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/muximux/README.md b/charts/incubator/muximux/README.md
index 663839da92b..6b364540fbe 100644
--- a/charts/incubator/muximux/README.md
+++ b/charts/incubator/muximux/README.md
@@ -2,8 +2,6 @@
A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver
-
-
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)**
diff --git a/charts/incubator/muximux/app-changelog.md b/charts/incubator/muximux/app-changelog.md
index 66a7002b22d..9d1a6705c85 100644
--- a/charts/incubator/muximux/app-changelog.md
+++ b/charts/incubator/muximux/app-changelog.md
@@ -1,3 +1,7 @@
-
-### muximux-0.0.1 (2021-10-04)
+
+### [muximux-0.0.2](https://github.com/truecharts/apps/compare/muximux-0.0.1...muximux-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/muximux/helm-values.md b/charts/incubator/muximux/helm-values.md
index f56dfa36855..b74ceb53bea 100644
--- a/charts/incubator/muximux/helm-values.md
+++ b/charts/incubator/muximux/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/muximux"` | |
-| image.tag | string | `"version-057352e8"` | |
+| image.tag | string | `"version-057352e8@sha256:6bfa1fba5f2db524483fb31b9631899555cfec8f978930d49f9b8ef3ff5e2d99"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
diff --git a/charts/incubator/notes/CHANGELOG.md b/charts/incubator/notes/CHANGELOG.md
index 8dc84c5bd24..9358d0243c8 100644
--- a/charts/incubator/notes/CHANGELOG.md
+++ b/charts/incubator/notes/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [notes-0.0.2](https://github.com/truecharts/apps/compare/notes-0.0.1...notes-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### notes-0.0.1 (2021-10-04)
diff --git a/charts/incubator/notes/Chart.yaml b/charts/incubator/notes/Chart.yaml
index f4836f1079b..e61d9b12e48 100644
--- a/charts/incubator/notes/Chart.yaml
+++ b/charts/incubator/notes/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: ee287b9
+appVersion: "ee287b9"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/notes/README.md b/charts/incubator/notes/README.md
index e87dc2ed7e2..bba570b3cc6 100644
--- a/charts/incubator/notes/README.md
+++ b/charts/incubator/notes/README.md
@@ -2,8 +2,6 @@
A self-hosted note taking web app that lets you keep track of your notes and search them in a easy and minimal way.
-
-
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)**
diff --git a/charts/incubator/notes/app-changelog.md b/charts/incubator/notes/app-changelog.md
index bce081926ae..9c399b13958 100644
--- a/charts/incubator/notes/app-changelog.md
+++ b/charts/incubator/notes/app-changelog.md
@@ -1,3 +1,7 @@
-
-### notes-0.0.1 (2021-10-04)
+
+### [notes-0.0.2](https://github.com/truecharts/apps/compare/notes-0.0.1...notes-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/notes/helm-values.md b/charts/incubator/notes/helm-values.md
index 4a8bb7a3dd4..14e524b67b5 100644
--- a/charts/incubator/notes/helm-values.md
+++ b/charts/incubator/notes/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/notes"` | |
-| image.tag | string | `"version-ee287b9"` | |
+| image.tag | string | `"version-ee287b9@sha256:ab9bc16465bc722068a34898b0090490e660dc5a126c9acf651ad229693b44c1"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
diff --git a/charts/incubator/novnc/CHANGELOG.md b/charts/incubator/novnc/CHANGELOG.md
index a7c66bf7f60..013727477e8 100644
--- a/charts/incubator/novnc/CHANGELOG.md
+++ b/charts/incubator/novnc/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [novnc-0.0.2](https://github.com/truecharts/apps/compare/novnc-0.0.1...novnc-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### novnc-0.0.1 (2021-10-04)
diff --git a/charts/incubator/novnc/Chart.yaml b/charts/incubator/novnc/Chart.yaml
index 1528bd2131d..919409c1cde 100644
--- a/charts/incubator/novnc/Chart.yaml
+++ b/charts/incubator/novnc/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.2.0
+appVersion: "1.2.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/novnc/README.md b/charts/incubator/novnc/README.md
index b23f24583bc..501bcc38e96 100644
--- a/charts/incubator/novnc/README.md
+++ b/charts/incubator/novnc/README.md
@@ -2,8 +2,6 @@
The open source VNC client
-
-
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)**
diff --git a/charts/incubator/novnc/app-changelog.md b/charts/incubator/novnc/app-changelog.md
index 92db0e8e9ae..cb09401b283 100644
--- a/charts/incubator/novnc/app-changelog.md
+++ b/charts/incubator/novnc/app-changelog.md
@@ -1,3 +1,7 @@
-
-### novnc-0.0.1 (2021-10-04)
+
+### [novnc-0.0.2](https://github.com/truecharts/apps/compare/novnc-0.0.1...novnc-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/novnc/helm-values.md b/charts/incubator/novnc/helm-values.md
index ed98fbc8a58..8cd5ac99cee 100644
--- a/charts/incubator/novnc/helm-values.md
+++ b/charts/incubator/novnc/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.REMOTE_PORT | string | `"5900"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/novnc"` | |
-| image.tag | string | `"version-1.2.0"` | |
+| image.tag | string | `"version-1.2.0@sha256:5d0d02fa11dabb607ddf293b3b3794ef15f2a9b32e41078de5ed24ad3cfad095"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/charts/incubator/photoshow/CHANGELOG.md b/charts/incubator/photoshow/CHANGELOG.md
index e73c607b12f..8342c5e7a3c 100644
--- a/charts/incubator/photoshow/CHANGELOG.md
+++ b/charts/incubator/photoshow/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [photoshow-0.0.2](https://github.com/truecharts/apps/compare/photoshow-0.0.1...photoshow-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### photoshow-0.0.1 (2021-10-04)
diff --git a/charts/incubator/photoshow/Chart.yaml b/charts/incubator/photoshow/Chart.yaml
index 12f9c0f2199..9ef6c802eff 100644
--- a/charts/incubator/photoshow/Chart.yaml
+++ b/charts/incubator/photoshow/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 48aabb98
+appVersion: "48aabb98"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/photoshow/README.md b/charts/incubator/photoshow/README.md
index 64ead00bc54..76031fa7f82 100644
--- a/charts/incubator/photoshow/README.md
+++ b/charts/incubator/photoshow/README.md
@@ -2,8 +2,6 @@
A gallery software at its easiest, it doesn't even require a database.
-
-
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)**
diff --git a/charts/incubator/photoshow/app-changelog.md b/charts/incubator/photoshow/app-changelog.md
index 431980d594e..68c43614674 100644
--- a/charts/incubator/photoshow/app-changelog.md
+++ b/charts/incubator/photoshow/app-changelog.md
@@ -1,3 +1,7 @@
-
-### photoshow-0.0.1 (2021-10-04)
+
+### [photoshow-0.0.2](https://github.com/truecharts/apps/compare/photoshow-0.0.1...photoshow-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/photoshow/helm-values.md b/charts/incubator/photoshow/helm-values.md
index c15824dbe94..9b9e9e835ea 100644
--- a/charts/incubator/photoshow/helm-values.md
+++ b/charts/incubator/photoshow/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/photoshow"` | |
-| image.tag | string | `"version-48aabb98"` | |
+| image.tag | string | `"version-48aabb98@sha256:2ff8323e869f68102db4750268d90461f09358e312189cbd92ba6576c31f8ae7"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.pictures.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/charts/incubator/piwigo/CHANGELOG.md b/charts/incubator/piwigo/CHANGELOG.md
index 9f212c708ed..2cc1236335c 100644
--- a/charts/incubator/piwigo/CHANGELOG.md
+++ b/charts/incubator/piwigo/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [piwigo-0.0.2](https://github.com/truecharts/apps/compare/piwigo-0.0.1...piwigo-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### piwigo-0.0.1 (2021-10-04)
diff --git a/charts/incubator/piwigo/Chart.yaml b/charts/incubator/piwigo/Chart.yaml
index 1f28e9f897f..051e31f848f 100644
--- a/charts/incubator/piwigo/Chart.yaml
+++ b/charts/incubator/piwigo/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 11.5.0
+appVersion: "11.5.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/piwigo/README.md b/charts/incubator/piwigo/README.md
index 678f71ba7ed..1e21933b225 100644
--- a/charts/incubator/piwigo/README.md
+++ b/charts/incubator/piwigo/README.md
@@ -2,8 +2,6 @@
A is photo gallery software for the web, built by an active community of users and developers.
-
-
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)**
diff --git a/charts/incubator/piwigo/app-changelog.md b/charts/incubator/piwigo/app-changelog.md
index a0c46c66648..10cd5dafe42 100644
--- a/charts/incubator/piwigo/app-changelog.md
+++ b/charts/incubator/piwigo/app-changelog.md
@@ -1,3 +1,7 @@
-
-### piwigo-0.0.1 (2021-10-04)
+
+### [piwigo-0.0.2](https://github.com/truecharts/apps/compare/piwigo-0.0.1...piwigo-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/piwigo/helm-values.md b/charts/incubator/piwigo/helm-values.md
index d8be22223c8..252f13ebb50 100644
--- a/charts/incubator/piwigo/helm-values.md
+++ b/charts/incubator/piwigo/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/piwigo"` | |
-| image.tag | string | `"version-11.5.0"` | |
+| image.tag | string | `"version-11.5.0@sha256:03e1535d5b3aa7af602ae424502273212f7634c08ab519ab4bdf09ede91111de"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.gallery.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/charts/incubator/pixapop/CHANGELOG.md b/charts/incubator/pixapop/CHANGELOG.md
index bf76265fe6b..13457c34211 100644
--- a/charts/incubator/pixapop/CHANGELOG.md
+++ b/charts/incubator/pixapop/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [pixapop-0.0.2](https://github.com/truecharts/apps/compare/pixapop-0.0.1...pixapop-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### pixapop-0.0.1 (2021-10-04)
diff --git a/charts/incubator/pixapop/Chart.yaml b/charts/incubator/pixapop/Chart.yaml
index 7e5e500c66a..1140a741a0a 100644
--- a/charts/incubator/pixapop/Chart.yaml
+++ b/charts/incubator/pixapop/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '1.2'
+appVersion: "1.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/pixapop/README.md b/charts/incubator/pixapop/README.md
index affc898c48e..7c2d5325459 100644
--- a/charts/incubator/pixapop/README.md
+++ b/charts/incubator/pixapop/README.md
@@ -2,8 +2,6 @@
An open-source single page application to view your photos in the easiest way possible.
-
-
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)**
diff --git a/charts/incubator/pixapop/app-changelog.md b/charts/incubator/pixapop/app-changelog.md
index e87b69f662b..9e882c3dbda 100644
--- a/charts/incubator/pixapop/app-changelog.md
+++ b/charts/incubator/pixapop/app-changelog.md
@@ -1,3 +1,7 @@
-
-### pixapop-0.0.1 (2021-10-04)
+
+### [pixapop-0.0.2](https://github.com/truecharts/apps/compare/pixapop-0.0.1...pixapop-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/pixapop/helm-values.md b/charts/incubator/pixapop/helm-values.md
index 787884b1c81..43ccae5150b 100644
--- a/charts/incubator/pixapop/helm-values.md
+++ b/charts/incubator/pixapop/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/pixapop"` | |
-| image.tag | string | `"v1.2-ls15"` | |
+| image.tag | string | `"v1.2-ls15@sha256:605ebc091fa14b4ba82ceadda7f35c186d514e649c97913605384027c2750f4f"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.photos.accessMode | string | `"ReadWriteOnce"` | |
@@ -24,7 +24,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
diff --git a/charts/incubator/remmina/CHANGELOG.md b/charts/incubator/remmina/CHANGELOG.md
index d6a5747c324..3c198385f29 100644
--- a/charts/incubator/remmina/CHANGELOG.md
+++ b/charts/incubator/remmina/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [remmina-0.0.2](https://github.com/truecharts/apps/compare/remmina-0.0.1...remmina-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### remmina-0.0.1 (2021-10-04)
diff --git a/charts/incubator/remmina/Chart.yaml b/charts/incubator/remmina/Chart.yaml
index 07cf688e7a9..b870dfb2218 100644
--- a/charts/incubator/remmina/Chart.yaml
+++ b/charts/incubator/remmina/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.2.0-rcgi
+appVersion: "1.2.0-rcgi"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/remmina/README.md b/charts/incubator/remmina/README.md
index c1dc87d6860..530949172ba 100644
--- a/charts/incubator/remmina/README.md
+++ b/charts/incubator/remmina/README.md
@@ -2,8 +2,6 @@
A remote desktop client written in GTK
-
-
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)**
diff --git a/charts/incubator/remmina/app-changelog.md b/charts/incubator/remmina/app-changelog.md
index b5a9c779ffa..1ff808bf4a9 100644
--- a/charts/incubator/remmina/app-changelog.md
+++ b/charts/incubator/remmina/app-changelog.md
@@ -1,3 +1,7 @@
-
-### remmina-0.0.1 (2021-10-04)
+
+### [remmina-0.0.2](https://github.com/truecharts/apps/compare/remmina-0.0.1...remmina-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/remmina/helm-values.md b/charts/incubator/remmina/helm-values.md
index 0e5f7f89ce6..409029dce02 100644
--- a/charts/incubator/remmina/helm-values.md
+++ b/charts/incubator/remmina/helm-values.md
@@ -14,13 +14,12 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/remmina"` | |
-| image.tag | string | `"version-1.2.0-rcgit.29dfsg-1ubuntu1"` | |
+| image.tag | string | `"version-1.2.0-rcgit.29dfsg-1ubuntu1@sha256:db94a727927b15ea49ba7292c793e0adbf1a20b8c30603f178e2450f97233def"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `3000` | |
diff --git a/charts/incubator/shorturl/CHANGELOG.md b/charts/incubator/shorturl/CHANGELOG.md
index 30dce0d8830..ce88bc1f4da 100644
--- a/charts/incubator/shorturl/CHANGELOG.md
+++ b/charts/incubator/shorturl/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [shorturl-0.0.2](https://github.com/truecharts/apps/compare/shorturl-0.0.1...shorturl-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### shorturl-0.0.1 (2021-10-04)
diff --git a/charts/incubator/shorturl/Chart.yaml b/charts/incubator/shorturl/Chart.yaml
index 12bfc5e8cd8..dde8d9592a5 100644
--- a/charts/incubator/shorturl/Chart.yaml
+++ b/charts/incubator/shorturl/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.1.0
+appVersion: "0.1.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/shorturl/README.md b/charts/incubator/shorturl/README.md
index 142271760ad..cebda2c4ede 100644
--- a/charts/incubator/shorturl/README.md
+++ b/charts/incubator/shorturl/README.md
@@ -2,8 +2,6 @@
Self hosted web app for shortening urls (URL shortener)
-
-
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)**
diff --git a/charts/incubator/shorturl/app-changelog.md b/charts/incubator/shorturl/app-changelog.md
index 18b8d9c2c28..a2ba971a7e1 100644
--- a/charts/incubator/shorturl/app-changelog.md
+++ b/charts/incubator/shorturl/app-changelog.md
@@ -1,3 +1,7 @@
-
-### shorturl-0.0.1 (2021-10-04)
+
+### [shorturl-0.0.2](https://github.com/truecharts/apps/compare/shorturl-0.0.1...shorturl-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/shorturl/helm-values.md b/charts/incubator/shorturl/helm-values.md
index 9dd2feab160..5fe7823c855 100644
--- a/charts/incubator/shorturl/helm-values.md
+++ b/charts/incubator/shorturl/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/shorturl"` | |
-| image.tag | string | `"version-v0.1.0"` | |
+| image.tag | string | `"version-v0.1.0@sha256:75fc450af5d2d07e5caebc6a01863a0aacdc15c1fbe57b3db46e3bd548226420"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
diff --git a/charts/incubator/sickchill/CHANGELOG.md b/charts/incubator/sickchill/CHANGELOG.md
index 8ba4bac087e..076ba67d58a 100644
--- a/charts/incubator/sickchill/CHANGELOG.md
+++ b/charts/incubator/sickchill/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [sickchill-0.0.2](https://github.com/truecharts/apps/compare/sickchill-0.0.1...sickchill-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### sickchill-0.0.1 (2021-10-04)
diff --git a/charts/incubator/sickchill/Chart.yaml b/charts/incubator/sickchill/Chart.yaml
index fbfe64f8965..02a8919002c 100644
--- a/charts/incubator/sickchill/Chart.yaml
+++ b/charts/incubator/sickchill/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2021.5.10
+appVersion: "2021.5.10"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/sickchill/README.md b/charts/incubator/sickchill/README.md
index 2ab13eb4410..a1577f4b664 100644
--- a/charts/incubator/sickchill/README.md
+++ b/charts/incubator/sickchill/README.md
@@ -2,8 +2,6 @@
An Automatic Video Library Manager for TV Shows
-
-
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)**
diff --git a/charts/incubator/sickchill/app-changelog.md b/charts/incubator/sickchill/app-changelog.md
index 2b020471a27..68c03f10e20 100644
--- a/charts/incubator/sickchill/app-changelog.md
+++ b/charts/incubator/sickchill/app-changelog.md
@@ -1,3 +1,7 @@
-
-### sickchill-0.0.1 (2021-10-04)
+
+### [sickchill-0.0.2](https://github.com/truecharts/apps/compare/sickchill-0.0.1...sickchill-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/sickchill/helm-values.md b/charts/incubator/sickchill/helm-values.md
index e1f353876e8..d06a9525528 100644
--- a/charts/incubator/sickchill/helm-values.md
+++ b/charts/incubator/sickchill/helm-values.md
@@ -14,26 +14,22 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/sickchill"` | |
-| image.tag | string | `"2021.5.10-1-ls63"` | |
+| image.tag | string | `"2021.5.10-1-ls63@sha256:a607452a692a008eb397051c90603eb618c616855553dbde9a98675ca5043bd7"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"1Gi"` | |
-| persistence.config.skipuninstall | bool | `false` | |
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
| persistence.downloads.enabled | bool | `true` | |
| persistence.downloads.mountPath | string | `"/downloads"` | |
| persistence.downloads.size | string | `"1Gi"` | |
-| persistence.downloads.skipuninstall | bool | `false` | |
| persistence.tv.accessMode | string | `"ReadWriteOnce"` | |
| persistence.tv.enabled | bool | `true` | |
| persistence.tv.mountPath | string | `"/tv"` | |
| persistence.tv.size | string | `"1Gi"` | |
-| persistence.tv.skipuninstall | bool | `false` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8081` | |
diff --git a/charts/incubator/sickgear/CHANGELOG.md b/charts/incubator/sickgear/CHANGELOG.md
index 5693201646d..57f3317ee05 100644
--- a/charts/incubator/sickgear/CHANGELOG.md
+++ b/charts/incubator/sickgear/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [sickgear-0.0.2](https://github.com/truecharts/apps/compare/sickgear-0.0.1...sickgear-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### sickgear-0.0.1 (2021-10-04)
diff --git a/charts/incubator/sickgear/Chart.yaml b/charts/incubator/sickgear/Chart.yaml
index c1865cf886f..039abafbc5d 100644
--- a/charts/incubator/sickgear/Chart.yaml
+++ b/charts/incubator/sickgear/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.25.4
+appVersion: "0.25.4"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/sickgear/README.md b/charts/incubator/sickgear/README.md
index c55eb02c541..ab6944b45dc 100644
--- a/charts/incubator/sickgear/README.md
+++ b/charts/incubator/sickgear/README.md
@@ -2,8 +2,6 @@
Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more
-
-
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)**
diff --git a/charts/incubator/sickgear/app-changelog.md b/charts/incubator/sickgear/app-changelog.md
index 3ffc46eb0f3..3b9e57f4f00 100644
--- a/charts/incubator/sickgear/app-changelog.md
+++ b/charts/incubator/sickgear/app-changelog.md
@@ -1,3 +1,7 @@
-
-### sickgear-0.0.1 (2021-10-04)
+
+### [sickgear-0.0.2](https://github.com/truecharts/apps/compare/sickgear-0.0.1...sickgear-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/sickgear/helm-values.md b/charts/incubator/sickgear/helm-values.md
index 9859a09565b..327654f4bb9 100644
--- a/charts/incubator/sickgear/helm-values.md
+++ b/charts/incubator/sickgear/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/sickgear"` | |
-| image.tag | string | `"version-release_0.25.4"` | |
+| image.tag | string | `"version-release_0.25.4@sha256:ad0e59d0590906f7c303926a316a357c8541986205c40cae5848a1ea5e552399"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/charts/incubator/smokeping/CHANGELOG.md b/charts/incubator/smokeping/CHANGELOG.md
index f4a40219bc8..a65aa1663e7 100644
--- a/charts/incubator/smokeping/CHANGELOG.md
+++ b/charts/incubator/smokeping/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [smokeping-0.0.2](https://github.com/truecharts/apps/compare/smokeping-0.0.1...smokeping-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### smokeping-0.0.1 (2021-10-04)
diff --git a/charts/incubator/smokeping/Chart.yaml b/charts/incubator/smokeping/Chart.yaml
index 4ae6dcec06f..68d411b03c3 100644
--- a/charts/incubator/smokeping/Chart.yaml
+++ b/charts/incubator/smokeping/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.7.3
+appVersion: "2.7.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/smokeping/README.md b/charts/incubator/smokeping/README.md
index 6329e1f4df1..0f822d934e6 100644
--- a/charts/incubator/smokeping/README.md
+++ b/charts/incubator/smokeping/README.md
@@ -2,8 +2,6 @@
Keep track of your network latency.
-
-
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)**
diff --git a/charts/incubator/smokeping/app-changelog.md b/charts/incubator/smokeping/app-changelog.md
index b2b444803e8..f2b4a8e23cc 100644
--- a/charts/incubator/smokeping/app-changelog.md
+++ b/charts/incubator/smokeping/app-changelog.md
@@ -1,3 +1,7 @@
-
-### smokeping-0.0.1 (2021-10-04)
+
+### [smokeping-0.0.2](https://github.com/truecharts/apps/compare/smokeping-0.0.1...smokeping-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/smokeping/helm-values.md b/charts/incubator/smokeping/helm-values.md
index 612ce7a4449..846acb27627 100644
--- a/charts/incubator/smokeping/helm-values.md
+++ b/charts/incubator/smokeping/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/smokeping"` | |
-| image.tag | string | `"version-2.7.3-r5"` | |
+| image.tag | string | `"version-2.7.3-r5@sha256:bdb817109b80a24cba5512ec5ffab2cbc9492bd0d17eae41aa0e1c7f883b7e01"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/charts/incubator/sqlitebrowser/CHANGELOG.md b/charts/incubator/sqlitebrowser/CHANGELOG.md
index 78b768ae187..8cc83f95c7c 100644
--- a/charts/incubator/sqlitebrowser/CHANGELOG.md
+++ b/charts/incubator/sqlitebrowser/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [sqlitebrowser-0.0.2](https://github.com/truecharts/apps/compare/sqlitebrowser-0.0.1...sqlitebrowser-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### sqlitebrowser-0.0.1 (2021-10-04)
diff --git a/charts/incubator/sqlitebrowser/Chart.yaml b/charts/incubator/sqlitebrowser/Chart.yaml
index 20a8fb19937..e6f78089fc0 100644
--- a/charts/incubator/sqlitebrowser/Chart.yaml
+++ b/charts/incubator/sqlitebrowser/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 3.12.2
+appVersion: "3.12.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/sqlitebrowser/README.md b/charts/incubator/sqlitebrowser/README.md
index 8b67186d539..4ccedc4b253 100644
--- a/charts/incubator/sqlitebrowser/README.md
+++ b/charts/incubator/sqlitebrowser/README.md
@@ -2,8 +2,6 @@
A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite
-
-
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)**
diff --git a/charts/incubator/sqlitebrowser/app-changelog.md b/charts/incubator/sqlitebrowser/app-changelog.md
index dd281b37008..58476bbad05 100644
--- a/charts/incubator/sqlitebrowser/app-changelog.md
+++ b/charts/incubator/sqlitebrowser/app-changelog.md
@@ -1,3 +1,7 @@
-
-### sqlitebrowser-0.0.1 (2021-10-04)
+
+### [sqlitebrowser-0.0.2](https://github.com/truecharts/apps/compare/sqlitebrowser-0.0.1...sqlitebrowser-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/sqlitebrowser/helm-values.md b/charts/incubator/sqlitebrowser/helm-values.md
index 29fa5643980..92d8e779498 100644
--- a/charts/incubator/sqlitebrowser/helm-values.md
+++ b/charts/incubator/sqlitebrowser/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/sqlitebrowser"` | |
-| image.tag | string | `"version-3.12.2-02876202105241947ubuntu18.04.1"` | |
+| image.tag | string | `"version-3.12.2-02876202105241947ubuntu18.04.1@sha256:eaa8080260178409088a98eb4ccde3af8885468958861223d052d257624504c5"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
diff --git a/charts/incubator/static/CHANGELOG.md b/charts/incubator/static/CHANGELOG.md
index ac07d1b2fb3..883aca36748 100644
--- a/charts/incubator/static/CHANGELOG.md
+++ b/charts/incubator/static/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [static-0.0.2](https://github.com/truecharts/apps/compare/static-0.0.1...static-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### static-0.0.1 (2021-10-04)
diff --git a/charts/incubator/static/Chart.yaml b/charts/incubator/static/Chart.yaml
index d013aa5a659..de097a4c036 100644
--- a/charts/incubator/static/Chart.yaml
+++ b/charts/incubator/static/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: ee8a20c
+appVersion: "ee8a20c"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/static/README.md b/charts/incubator/static/README.md
index 343306c8a2c..7e46c1f371f 100644
--- a/charts/incubator/static/README.md
+++ b/charts/incubator/static/README.md
@@ -2,8 +2,6 @@
A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume.
-
-
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)**
diff --git a/charts/incubator/static/app-changelog.md b/charts/incubator/static/app-changelog.md
index 437f5aa4920..8c827501d3b 100644
--- a/charts/incubator/static/app-changelog.md
+++ b/charts/incubator/static/app-changelog.md
@@ -1,3 +1,7 @@
-
-### static-0.0.1 (2021-10-04)
+
+### [static-0.0.2](https://github.com/truecharts/apps/compare/static-0.0.1...static-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/static/helm-values.md b/charts/incubator/static/helm-values.md
index eaafb0832ef..4821472e6ad 100644
--- a/charts/incubator/static/helm-values.md
+++ b/charts/incubator/static/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/static"` | |
-| image.tag | string | `"version-ee8a20c"` | |
+| image.tag | string | `"version-ee8a20c@sha256:d1d47c730bc41c4ae46de8df0c9c76bb803927fcbe3446b6ff4f7cd152972940"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
diff --git a/charts/incubator/twtxt/CHANGELOG.md b/charts/incubator/twtxt/CHANGELOG.md
index 8c06f53114e..35ce877b2b4 100644
--- a/charts/incubator/twtxt/CHANGELOG.md
+++ b/charts/incubator/twtxt/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [twtxt-0.0.2](https://github.com/truecharts/apps/compare/twtxt-0.0.1...twtxt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### twtxt-0.0.1 (2021-10-04)
diff --git a/charts/incubator/twtxt/Chart.yaml b/charts/incubator/twtxt/Chart.yaml
index 4bf354425c1..4bdfe952de0 100644
--- a/charts/incubator/twtxt/Chart.yaml
+++ b/charts/incubator/twtxt/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.1.1
+appVersion: "0.1.1"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/twtxt/README.md b/charts/incubator/twtxt/README.md
index 5e0aeca6119..8b6dff0a650 100644
--- a/charts/incubator/twtxt/README.md
+++ b/charts/incubator/twtxt/README.md
@@ -2,8 +2,6 @@
A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!
-
-
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)**
diff --git a/charts/incubator/twtxt/app-changelog.md b/charts/incubator/twtxt/app-changelog.md
index 55bbc71bfbd..f372177ddb8 100644
--- a/charts/incubator/twtxt/app-changelog.md
+++ b/charts/incubator/twtxt/app-changelog.md
@@ -1,3 +1,7 @@
-
-### twtxt-0.0.1 (2021-10-04)
+
+### [twtxt-0.0.2](https://github.com/truecharts/apps/compare/twtxt-0.0.1...twtxt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/twtxt/helm-values.md b/charts/incubator/twtxt/helm-values.md
index fc0301b55a2..ec79d317215 100644
--- a/charts/incubator/twtxt/helm-values.md
+++ b/charts/incubator/twtxt/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.OPEN_REGISTRATIONS | string | `"true"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/twtxt"` | |
-| image.tag | string | `"version-0.1.1"` | |
+| image.tag | string | `"version-0.1.1@sha256:58736a73ca1000cc93258efe0cd91270c6b8480a84b98b05a056234d271f92e3"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/charts/incubator/valheim/CHANGELOG.md b/charts/incubator/valheim/CHANGELOG.md
index 9849b2b583e..701d60d8f07 100644
--- a/charts/incubator/valheim/CHANGELOG.md
+++ b/charts/incubator/valheim/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [valheim-0.0.2](https://github.com/truecharts/apps/compare/valheim-0.0.1...valheim-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### valheim-0.0.1 (2021-10-04)
diff --git a/charts/incubator/valheim/Chart.yaml b/charts/incubator/valheim/Chart.yaml
index 14ea6554b77..b9cde99b0f4 100644
--- a/charts/incubator/valheim/Chart.yaml
+++ b/charts/incubator/valheim/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: latest
+appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/valheim/README.md b/charts/incubator/valheim/README.md
index 8d1c7fe843e..8fef2dff93e 100644
--- a/charts/incubator/valheim/README.md
+++ b/charts/incubator/valheim/README.md
@@ -2,8 +2,6 @@
Valheim dedicated gameserver with automatic update and world backup support
-
-
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)**
diff --git a/charts/incubator/valheim/app-changelog.md b/charts/incubator/valheim/app-changelog.md
index f2bd59a0aeb..989d1f1e0ea 100644
--- a/charts/incubator/valheim/app-changelog.md
+++ b/charts/incubator/valheim/app-changelog.md
@@ -1,3 +1,7 @@
-
-### valheim-0.0.1 (2021-10-04)
+
+### [valheim-0.0.2](https://github.com/truecharts/apps/compare/valheim-0.0.1...valheim-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/valheim/helm-values.md b/charts/incubator/valheim/helm-values.md
index d91c0a4aac5..e575938cf84 100644
--- a/charts/incubator/valheim/helm-values.md
+++ b/charts/incubator/valheim/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/lloesche/valheim-server"` | image repository |
-| image.tag | string | `"latest"` | image tag |
+| image.tag | string | `"latest@sha256:0224c94befe2ddea0aad596ad4320e8de82d892e193268fa6f7a654fad65a62f"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/charts/incubator/whoogle/CHANGELOG.md b/charts/incubator/whoogle/CHANGELOG.md
index 5c828ca976d..e3e856393b9 100644
--- a/charts/incubator/whoogle/CHANGELOG.md
+++ b/charts/incubator/whoogle/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [whoogle-0.0.2](https://github.com/truecharts/apps/compare/whoogle-0.0.1...whoogle-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### whoogle-0.0.1 (2021-10-04)
diff --git a/charts/incubator/whoogle/Chart.yaml b/charts/incubator/whoogle/Chart.yaml
index 4871e6976da..40336ab7560 100644
--- a/charts/incubator/whoogle/Chart.yaml
+++ b/charts/incubator/whoogle/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.5.4
+appVersion: "0.6.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/whoogle/README.md b/charts/incubator/whoogle/README.md
index 3681a1f882e..b5128468166 100644
--- a/charts/incubator/whoogle/README.md
+++ b/charts/incubator/whoogle/README.md
@@ -2,8 +2,6 @@
A self-hosted, ad-free, privacy-respecting metasearch engine
-
-
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)**
diff --git a/charts/incubator/whoogle/app-changelog.md b/charts/incubator/whoogle/app-changelog.md
index 912065b9825..186d12bf3dc 100644
--- a/charts/incubator/whoogle/app-changelog.md
+++ b/charts/incubator/whoogle/app-changelog.md
@@ -1,3 +1,7 @@
-
-### whoogle-0.0.1 (2021-10-04)
+
+### [whoogle-0.0.2](https://github.com/truecharts/apps/compare/whoogle-0.0.1...whoogle-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/whoogle/helm-values.md b/charts/incubator/whoogle/helm-values.md
index e4f5b498fee..82a4f48ce50 100644
--- a/charts/incubator/whoogle/helm-values.md
+++ b/charts/incubator/whoogle/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"benbusby/whoogle-search"` | image repository |
-| image.tag | string | `"0.5.4"` | image tag |
+| image.tag | string | `"0.6.0@sha256:6a3e25c63ec09645cb3ee91f4a12b551882e694609c842ee49aa8fcd218fcad8"` | image tag |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/charts/incubator/wiki/CHANGELOG.md b/charts/incubator/wiki/CHANGELOG.md
index fcbde363033..ccfe4e5edb1 100644
--- a/charts/incubator/wiki/CHANGELOG.md
+++ b/charts/incubator/wiki/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [wiki-0.0.2](https://github.com/truecharts/apps/compare/wiki-0.0.1...wiki-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### wiki-0.0.1 (2021-10-04)
diff --git a/charts/incubator/wiki/Chart.yaml b/charts/incubator/wiki/Chart.yaml
index 89aef85e257..2bb3bf4965b 100644
--- a/charts/incubator/wiki/Chart.yaml
+++ b/charts/incubator/wiki/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 900b76a
+appVersion: "900b76a"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/wiki/README.md b/charts/incubator/wiki/README.md
index ff9892e796f..733fb98bd66 100644
--- a/charts/incubator/wiki/README.md
+++ b/charts/incubator/wiki/README.md
@@ -2,8 +2,6 @@
A self-hosted well uh wiki engine or content management system.
-
-
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)**
diff --git a/charts/incubator/wiki/app-changelog.md b/charts/incubator/wiki/app-changelog.md
index 1e9ee2daec1..a49739fee5a 100644
--- a/charts/incubator/wiki/app-changelog.md
+++ b/charts/incubator/wiki/app-changelog.md
@@ -1,3 +1,7 @@
-
-### wiki-0.0.1 (2021-10-04)
+
+### [wiki-0.0.2](https://github.com/truecharts/apps/compare/wiki-0.0.1...wiki-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/wiki/helm-values.md b/charts/incubator/wiki/helm-values.md
index fafcf13e598..b15f6190864 100644
--- a/charts/incubator/wiki/helm-values.md
+++ b/charts/incubator/wiki/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/wiki"` | |
-| image.tag | string | `"version-900b76a"` | |
+| image.tag | string | `"version-900b76a@sha256:6c4f261d8f5e5dadd5ec97465465d434dc6730a85ccf9af415c03d1c0e8d1afd"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
diff --git a/charts/incubator/zigbee2mqtt/CHANGELOG.md b/charts/incubator/zigbee2mqtt/CHANGELOG.md
index 3a2e3fbd4e4..4cc17381114 100644
--- a/charts/incubator/zigbee2mqtt/CHANGELOG.md
+++ b/charts/incubator/zigbee2mqtt/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [zigbee2mqtt-0.0.2](https://github.com/truecharts/apps/compare/zigbee2mqtt-0.0.1...zigbee2mqtt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### zigbee2mqtt-0.0.1 (2021-10-04)
diff --git a/charts/incubator/zigbee2mqtt/Chart.yaml b/charts/incubator/zigbee2mqtt/Chart.yaml
index 4a12752b303..d5f8c8c2dd6 100644
--- a/charts/incubator/zigbee2mqtt/Chart.yaml
+++ b/charts/incubator/zigbee2mqtt/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.19.1
+appVersion: "1.21.2"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/incubator/zigbee2mqtt/README.md b/charts/incubator/zigbee2mqtt/README.md
index 60925360299..d85995a0a77 100644
--- a/charts/incubator/zigbee2mqtt/README.md
+++ b/charts/incubator/zigbee2mqtt/README.md
@@ -2,8 +2,6 @@
Bridges events and allows you to control your Zigbee devices via MQTT
-
-
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)**
diff --git a/charts/incubator/zigbee2mqtt/app-changelog.md b/charts/incubator/zigbee2mqtt/app-changelog.md
index 39dadc0573e..5acdac45263 100644
--- a/charts/incubator/zigbee2mqtt/app-changelog.md
+++ b/charts/incubator/zigbee2mqtt/app-changelog.md
@@ -1,3 +1,7 @@
-
-### zigbee2mqtt-0.0.1 (2021-10-04)
+
+### [zigbee2mqtt-0.0.2](https://github.com/truecharts/apps/compare/zigbee2mqtt-0.0.1...zigbee2mqtt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/incubator/zigbee2mqtt/helm-values.md b/charts/incubator/zigbee2mqtt/helm-values.md
index 3a8f3f929be..dfc2eb710fe 100644
--- a/charts/incubator/zigbee2mqtt/helm-values.md
+++ b/charts/incubator/zigbee2mqtt/helm-values.md
@@ -11,12 +11,12 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| config | object | See values.yaml | zigbee2mqtt configuration settings. This will be copied into the container's persistent storage at first run only. Further configuration should be done in the application itself! See [project documentation](https://www.zigbee2mqtt.io/information/configuration.html) for more information. |
+| config | object | See values.yaml | zigbee2mqtt configuration settings. This will be copied into the container's persistent storage at first run only. Further configuration should be done in the application itself! See [project documentation](https://www.zigbee2mqtt.io/information/configuration.html) for more information. these are mostly just defaults and any further tweaking should be done using env-vars |
| env | object | See below | environment variables. See [image docs](https://www.zigbee2mqtt.io/information/configuration.html#override-via-environment-variables) for more details. |
| env.ZIGBEE2MQTT_DATA | string | `"/data"` | Set the data folder for Zigbee2MQTT. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"koenkk/zigbee2mqtt"` | image repository |
-| image.tag | string | `"1.19.1"` | image tag |
+| image.tag | string | `"1.21.2@sha256:22390a4ceb1c2849e6717aa8521fa50eaaa39e38abc103387076045161ebd351"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
diff --git a/charts/library/common/CHANGELOG.md b/charts/library/common/CHANGELOG.md
index e0b88be1569..f5e2ae851ca 100644
--- a/charts/library/common/CHANGELOG.md
+++ b/charts/library/common/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [common-8.3.6](https://github.com/truecharts/apps/compare/common-8.3.5...common-8.3.6) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [common-8.3.5](https://github.com/truecharts/apps/compare/common-8.3.4...common-8.3.5) (2021-10-12)
diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml
index 043f5099cde..a95901739fc 100644
--- a/charts/library/common/Chart.yaml
+++ b/charts/library/common/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: latest
+appVersion: "latest"
description: Function library for TrueCharts
home: https://github.com/truecharts/apps/tree/master/charts/common
icon: https://avatars.githubusercontent.com/u/76400755
diff --git a/charts/library/common/app-changelog.md b/charts/library/common/app-changelog.md
index 38a5e462d40..d2646e9836a 100644
--- a/charts/library/common/app-changelog.md
+++ b/charts/library/common/app-changelog.md
@@ -1,7 +1,7 @@
-
-### [common-8.3.5](https://github.com/truecharts/apps/compare/common-8.3.4...common-8.3.5) (2021-10-12)
+
+### [common-8.3.6](https://github.com/truecharts/apps/compare/common-8.3.5...common-8.3.6) (2021-10-13)
#### Chore
-* update non-major ([#1122](https://github.com/truecharts/apps/issues/1122))
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/library/common/helm-values.md b/charts/library/common/helm-values.md
index 42bf22ad259..c50a5b8f321 100644
--- a/charts/library/common/helm-values.md
+++ b/charts/library/common/helm-values.md
@@ -45,13 +45,13 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| alpineImage | object | See below | alpine specific configuration |
| alpineImage.pullPolicy | string | `"IfNotPresent"` | Specify the Alpine image pull policy |
| alpineImage.repository | string | `"ghcr.io/truecharts/alpine"` | Specify the Alpine image |
-| alpineImage.tag | string | `"v3.14.2@sha256:cfc1d8be3d2d397ec18af71caab3e96581fc4d43417400ef744d87201642ddad"` | Specify the Alpine image tag |
+| alpineImage.tag | string | `"v3.14.2@sha256:a537d87e3d22c5b3f695218ca1fb5a031fb0ccafa0e3e256ef45188ab0575be6"` | Specify the Alpine image tag |
| args | list | `[]` | Override the args for the default container |
| autoscaling | object | | Add a Horizontal Pod Autoscaler |
| codeserverImage | object | See below | codeserver specific configuration |
| codeserverImage.pullPolicy | string | `"IfNotPresent"` | Specify the code-server image pull policy |
| codeserverImage.repository | string | `"ghcr.io/truecharts/code-server"` | Specify the code-server image |
-| codeserverImage.tag | string | `"v3.11.1@sha256:b23b9ba33c9c648c27427b4243585c1a3c6cc4d5408ab3b3e18bdc97302c4862"` | Specify the code-server image tag |
+| codeserverImage.tag | string | `"v3.12.0@sha256:2853a8bdd8eed9c09bcd4b100b9d4be20c42a307b9d1cbae1a204276e948f9ce"` | Specify the code-server image tag |
| command | list | `[]` | Override the command(s) for the default container |
| controller.annotations | object | `{}` | |
| controller.annotationsList | list | `[]` | Set additional annotations on the deployment/statefulset/daemonset |
diff --git a/charts/stable/custom-app/CHANGELOG.md b/charts/stable/custom-app/CHANGELOG.md
index b4c5160baaf..93d4ea2305d 100644
--- a/charts/stable/custom-app/CHANGELOG.md
+++ b/charts/stable/custom-app/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [custom-app-2.0.11](https://github.com/truecharts/apps/compare/custom-app-2.0.10...custom-app-2.0.11) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [custom-app-2.0.10](https://github.com/truecharts/apps/compare/custom-app-2.0.9...custom-app-2.0.10) (2021-10-12)
diff --git a/charts/stable/custom-app/Chart.yaml b/charts/stable/custom-app/Chart.yaml
index 86aef01ca69..8122b8a268e 100644
--- a/charts/stable/custom-app/Chart.yaml
+++ b/charts/stable/custom-app/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.18.940
+appVersion: "0.18.984"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/custom-app/app-changelog.md b/charts/stable/custom-app/app-changelog.md
index e2de5316cc8..013665e525d 100644
--- a/charts/stable/custom-app/app-changelog.md
+++ b/charts/stable/custom-app/app-changelog.md
@@ -1,7 +1,7 @@
-
-### [custom-app-2.0.10](https://github.com/truecharts/apps/compare/custom-app-2.0.9...custom-app-2.0.10) (2021-10-12)
+
+### [custom-app-2.0.11](https://github.com/truecharts/apps/compare/custom-app-2.0.10...custom-app-2.0.11) (2021-10-13)
#### Chore
-* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/stable/custom-app/helm-values.md b/charts/stable/custom-app/helm-values.md
index 1bc8d984d47..4f116efa96c 100644
--- a/charts/stable/custom-app/helm-values.md
+++ b/charts/stable/custom-app/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
-| image.tag | string | `"v0.18.940@sha256:59cd2a21d13165ce5c7d5d64105591a204e864943f6acc2bbdd80577883bd14f"` | |
+| image.tag | string | `"v0.18.984@sha256:81800e3307f2face690f13f2281597fc06f9765f7995e9b6b568e587eb9bbe1b"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/deluge/CHANGELOG.md b/charts/stable/deluge/CHANGELOG.md
index 762fe27dc13..9b95fc3fdd1 100644
--- a/charts/stable/deluge/CHANGELOG.md
+++ b/charts/stable/deluge/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [deluge-8.0.10](https://github.com/truecharts/apps/compare/deluge-8.0.9...deluge-8.0.10) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [deluge-8.0.9](https://github.com/truecharts/apps/compare/deluge-8.0.8...deluge-8.0.9) (2021-10-12)
diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml
index db0b80d9470..e108f2e6e62 100644
--- a/charts/stable/deluge/Chart.yaml
+++ b/charts/stable/deluge/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 2.0.3
+appVersion: "2.0.3"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/deluge/app-changelog.md b/charts/stable/deluge/app-changelog.md
index b97dd34a60a..8875d8ec370 100644
--- a/charts/stable/deluge/app-changelog.md
+++ b/charts/stable/deluge/app-changelog.md
@@ -1,7 +1,7 @@
-
-### [deluge-8.0.9](https://github.com/truecharts/apps/compare/deluge-8.0.8...deluge-8.0.9) (2021-10-12)
+
+### [deluge-8.0.10](https://github.com/truecharts/apps/compare/deluge-8.0.9...deluge-8.0.10) (2021-10-13)
#### Chore
-* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/stable/deluge/helm-values.md b/charts/stable/deluge/helm-values.md
index 9e51f375bec..f2919f6a6a6 100644
--- a/charts/stable/deluge/helm-values.md
+++ b/charts/stable/deluge/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/deluge"` | |
-| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:dd7d2faafda2e764b5fe23ddf3ef75828e0a146199016877ede3e3b08dc957f1"` | |
+| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:f94c291e6e56d337e2a460a58b022a49f5ce56f17d60a74e2431e3ff85040b19"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/jackett/CHANGELOG.md b/charts/stable/jackett/CHANGELOG.md
index aaf78bc2f87..41e69bb5e68 100644
--- a/charts/stable/jackett/CHANGELOG.md
+++ b/charts/stable/jackett/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [jackett-8.0.11](https://github.com/truecharts/apps/compare/jackett-8.0.10...jackett-8.0.11) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [jackett-8.0.10](https://github.com/truecharts/apps/compare/jackett-8.0.9...jackett-8.0.10) (2021-10-12)
diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml
index 2572c2947f5..5e9cb7da01a 100644
--- a/charts/stable/jackett/Chart.yaml
+++ b/charts/stable/jackett/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 0.18.940
+appVersion: "0.18.984"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/jackett/app-changelog.md b/charts/stable/jackett/app-changelog.md
index 30610d02912..fc2ba6a0c17 100644
--- a/charts/stable/jackett/app-changelog.md
+++ b/charts/stable/jackett/app-changelog.md
@@ -1,7 +1,7 @@
-
-### [jackett-8.0.10](https://github.com/truecharts/apps/compare/jackett-8.0.9...jackett-8.0.10) (2021-10-12)
+
+### [jackett-8.0.11](https://github.com/truecharts/apps/compare/jackett-8.0.10...jackett-8.0.11) (2021-10-13)
#### Chore
-* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/stable/jackett/helm-values.md b/charts/stable/jackett/helm-values.md
index 1052bed9517..ece2fab6735 100644
--- a/charts/stable/jackett/helm-values.md
+++ b/charts/stable/jackett/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
-| image.tag | string | `"v0.18.940@sha256:59cd2a21d13165ce5c7d5d64105591a204e864943f6acc2bbdd80577883bd14f"` | |
+| image.tag | string | `"v0.18.984@sha256:81800e3307f2face690f13f2281597fc06f9765f7995e9b6b568e587eb9bbe1b"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/charts/stable/kms/CHANGELOG.md b/charts/stable/kms/CHANGELOG.md
index a5571f5b16d..e72ae4d101b 100644
--- a/charts/stable/kms/CHANGELOG.md
+++ b/charts/stable/kms/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [kms-8.0.8](https://github.com/truecharts/apps/compare/kms-8.0.7...kms-8.0.8) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [kms-8.0.7](https://github.com/truecharts/apps/compare/kms-8.0.6...kms-8.0.7) (2021-10-12)
diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml
index ef1cb3d3295..b9436fc60e0 100644
--- a/charts/stable/kms/Chart.yaml
+++ b/charts/stable/kms/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: minimal
+appVersion: "minimal"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/kms/app-changelog.md b/charts/stable/kms/app-changelog.md
index 02aaad6b201..91d32820cc0 100644
--- a/charts/stable/kms/app-changelog.md
+++ b/charts/stable/kms/app-changelog.md
@@ -1,7 +1,7 @@
-
-### [kms-8.0.7](https://github.com/truecharts/apps/compare/kms-8.0.6...kms-8.0.7) (2021-10-12)
+
+### [kms-8.0.8](https://github.com/truecharts/apps/compare/kms-8.0.7...kms-8.0.8) (2021-10-13)
#### Chore
-* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/stable/kms/helm-values.md b/charts/stable/kms/helm-values.md
index f772aff9cdf..09a94a50117 100644
--- a/charts/stable/kms/helm-values.md
+++ b/charts/stable/kms/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"pykmsorg/py-kms"` | |
-| image.tag | string | `"minimal@sha256:35e46676a48f8f39076ce876cb91a095673e4201c42002e2c80cba06001099eb"` | |
+| image.tag | string | `"minimal@sha256:a1d310b97ccbd6509111f980fef6d17a3ff3cfb89ccaeb8e5a02212f2a1f9f9e"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
diff --git a/charts/stable/nextcloud/CHANGELOG.md b/charts/stable/nextcloud/CHANGELOG.md
index d7ffd8a6a45..e12f75e4bb0 100644
--- a/charts/stable/nextcloud/CHANGELOG.md
+++ b/charts/stable/nextcloud/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nextcloud-6.0.19](https://github.com/truecharts/apps/compare/nextcloud-6.0.18...nextcloud-6.0.19) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [nextcloud-6.0.18](https://github.com/truecharts/apps/compare/nextcloud-6.0.17...nextcloud-6.0.18) (2021-10-12)
diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml
index 7d5fa3af675..db49a50a04d 100644
--- a/charts/stable/nextcloud/Chart.yaml
+++ b/charts/stable/nextcloud/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 22.2.0
+appVersion: "22.2.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/nextcloud/app-changelog.md b/charts/stable/nextcloud/app-changelog.md
index 50671c946cd..cd86096c230 100644
--- a/charts/stable/nextcloud/app-changelog.md
+++ b/charts/stable/nextcloud/app-changelog.md
@@ -1,7 +1,7 @@
-
-### [nextcloud-6.0.18](https://github.com/truecharts/apps/compare/nextcloud-6.0.17...nextcloud-6.0.18) (2021-10-12)
+
+### [nextcloud-6.0.19](https://github.com/truecharts/apps/compare/nextcloud-6.0.18...nextcloud-6.0.19) (2021-10-13)
#### Chore
-* update helm chart postgresql to v3.0.15 ([#1127](https://github.com/truecharts/apps/issues/1127))
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/stable/nextcloud/helm-values.md b/charts/stable/nextcloud/helm-values.md
index 1d5b6ef404a..ffbed5daf8c 100644
--- a/charts/stable/nextcloud/helm-values.md
+++ b/charts/stable/nextcloud/helm-values.md
@@ -31,7 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/nextcloud"` | |
-| image.tag | string | `"22.2.0@sha256:d0bc6d11da1c91b0bf235ecec05c418b0a2219998676a236c892fd59cb515015"` | |
+| image.tag | string | `"22.2.0@sha256:842b3bfd60633639be8d631cba82b3e0fab06bd98259c6ee1bce03ec1e84390d"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/var/www/html"` | |
diff --git a/charts/stable/omada-controller/CHANGELOG.md b/charts/stable/omada-controller/CHANGELOG.md
index 8cebae6cdc5..c6f09f3b265 100644
--- a/charts/stable/omada-controller/CHANGELOG.md
+++ b/charts/stable/omada-controller/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [omada-controller-3.0.10](https://github.com/truecharts/apps/compare/omada-controller-3.0.9...omada-controller-3.0.10) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [omada-controller-3.0.9](https://github.com/truecharts/apps/compare/omada-controller-3.0.8...omada-controller-3.0.9) (2021-10-12)
diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml
index f5b91280bf4..dab78772855 100644
--- a/charts/stable/omada-controller/Chart.yaml
+++ b/charts/stable/omada-controller/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: '4.4'
+appVersion: "4.4"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/omada-controller/app-changelog.md b/charts/stable/omada-controller/app-changelog.md
index cfff5f6f09d..6c457bde4d3 100644
--- a/charts/stable/omada-controller/app-changelog.md
+++ b/charts/stable/omada-controller/app-changelog.md
@@ -1,7 +1,7 @@
-
-### [omada-controller-3.0.9](https://github.com/truecharts/apps/compare/omada-controller-3.0.8...omada-controller-3.0.9) (2021-10-12)
+
+### [omada-controller-3.0.10](https://github.com/truecharts/apps/compare/omada-controller-3.0.9...omada-controller-3.0.10) (2021-10-13)
#### Chore
-* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/stable/omada-controller/helm-values.md b/charts/stable/omada-controller/helm-values.md
index 03899f9fc28..b2f945d0635 100644
--- a/charts/stable/omada-controller/helm-values.md
+++ b/charts/stable/omada-controller/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"docker.io/mbentley/omada-controller"` | image repository |
-| image.tag | string | `"4.4@sha256:b9105b9aa045865c35bb1da5deeb3187688188098344b251bcf37c18c149f12f"` | image tag |
+| image.tag | string | `"4.4@sha256:e349c2a1c03e04843fdc0ce59a927298fac6c2e8a16ff33a0b3772ebad2c5dcc"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/charts/stable/owncloud-ocis/CHANGELOG.md b/charts/stable/owncloud-ocis/CHANGELOG.md
index ad7096a938c..4d28f6fe395 100644
--- a/charts/stable/owncloud-ocis/CHANGELOG.md
+++ b/charts/stable/owncloud-ocis/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [owncloud-ocis-3.0.7](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.6...owncloud-ocis-3.0.7) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [owncloud-ocis-3.0.6](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.5...owncloud-ocis-3.0.6) (2021-10-12)
diff --git a/charts/stable/owncloud-ocis/Chart.yaml b/charts/stable/owncloud-ocis/Chart.yaml
index 055e6c14675..c334f2af78b 100644
--- a/charts/stable/owncloud-ocis/Chart.yaml
+++ b/charts/stable/owncloud-ocis/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.12.0
+appVersion: "1.13.0"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/owncloud-ocis/app-changelog.md b/charts/stable/owncloud-ocis/app-changelog.md
index 1193a4d009f..bd35439bc62 100644
--- a/charts/stable/owncloud-ocis/app-changelog.md
+++ b/charts/stable/owncloud-ocis/app-changelog.md
@@ -1,7 +1,7 @@
-
-### [owncloud-ocis-3.0.6](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.5...owncloud-ocis-3.0.6) (2021-10-12)
+
+### [owncloud-ocis-3.0.7](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.6...owncloud-ocis-3.0.7) (2021-10-13)
#### Chore
-* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/stable/owncloud-ocis/helm-values.md b/charts/stable/owncloud-ocis/helm-values.md
index 9256b74877e..5a73ed8698d 100644
--- a/charts/stable/owncloud-ocis/helm-values.md
+++ b/charts/stable/owncloud-ocis/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/truecharts/ocis"` | image repository |
-| image.tag | string | `"v1.12.0@sha256:dca60812fd8e47bbc0b554f8e768f0a8cebe467039cde09c76ce034a3b0fb47b"` | image tag |
+| image.tag | string | `"v1.13.0@sha256:8f1e2841849df772287d6ee6969b214b214c8200401a8491705305c12a85c50d"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/charts/stable/plex/CHANGELOG.md b/charts/stable/plex/CHANGELOG.md
index 0f4162427c3..757f532746f 100644
--- a/charts/stable/plex/CHANGELOG.md
+++ b/charts/stable/plex/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [plex-7.0.7](https://github.com/truecharts/apps/compare/plex-7.0.6...plex-7.0.7) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [plex-7.0.6](https://github.com/truecharts/apps/compare/plex-7.0.5...plex-7.0.6) (2021-10-12)
diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml
index 99698aa9d91..320bd0b6cbe 100644
--- a/charts/stable/plex/Chart.yaml
+++ b/charts/stable/plex/Chart.yaml
@@ -1,5 +1,5 @@
apiVersion: v2
-appVersion: 1.24.3.503
+appVersion: "1.24.4.508"
dependencies:
- name: common
repository: https://truecharts.org
diff --git a/charts/stable/plex/app-changelog.md b/charts/stable/plex/app-changelog.md
index 9f5ad74c3e9..6763ad95154 100644
--- a/charts/stable/plex/app-changelog.md
+++ b/charts/stable/plex/app-changelog.md
@@ -1,7 +1,7 @@
-
-### [plex-7.0.6](https://github.com/truecharts/apps/compare/plex-7.0.5...plex-7.0.6) (2021-10-12)
+
+### [plex-7.0.7](https://github.com/truecharts/apps/compare/plex-7.0.6...plex-7.0.7) (2021-10-13)
#### Chore
-* update non-major deps helm releases ([#1126](https://github.com/truecharts/apps/issues/1126))
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
diff --git a/charts/stable/plex/helm-values.md b/charts/stable/plex/helm-values.md
index a8ac7e1f57f..839c947ca7f 100644
--- a/charts/stable/plex/helm-values.md
+++ b/charts/stable/plex/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.ALLOWED_NETWORKS | string | `"172.16.0.0/16"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/plex"` | |
-| image.tag | string | `"v1.24.3.5033-757abe6b4@sha256:23a65cc78a0aab38f26a60d38f65eefcb2db7dc4e5d99c4ac7ad8f722c677654"` | |
+| image.tag | string | `"v1.24.4.5081-e362dc1ee@sha256:76cf477469c9ba3951917188d662234032212f8e02f0a17f27036040cde509fc"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/common/helm-values.md b/docs/apps/common/helm-values.md
index 42bf22ad259..c50a5b8f321 100644
--- a/docs/apps/common/helm-values.md
+++ b/docs/apps/common/helm-values.md
@@ -45,13 +45,13 @@ This chart is used by a lot of our Apps to provide sane defaults and logic.
| alpineImage | object | See below | alpine specific configuration |
| alpineImage.pullPolicy | string | `"IfNotPresent"` | Specify the Alpine image pull policy |
| alpineImage.repository | string | `"ghcr.io/truecharts/alpine"` | Specify the Alpine image |
-| alpineImage.tag | string | `"v3.14.2@sha256:cfc1d8be3d2d397ec18af71caab3e96581fc4d43417400ef744d87201642ddad"` | Specify the Alpine image tag |
+| alpineImage.tag | string | `"v3.14.2@sha256:a537d87e3d22c5b3f695218ca1fb5a031fb0ccafa0e3e256ef45188ab0575be6"` | Specify the Alpine image tag |
| args | list | `[]` | Override the args for the default container |
| autoscaling | object | | Add a Horizontal Pod Autoscaler |
| codeserverImage | object | See below | codeserver specific configuration |
| codeserverImage.pullPolicy | string | `"IfNotPresent"` | Specify the code-server image pull policy |
| codeserverImage.repository | string | `"ghcr.io/truecharts/code-server"` | Specify the code-server image |
-| codeserverImage.tag | string | `"v3.11.1@sha256:b23b9ba33c9c648c27427b4243585c1a3c6cc4d5408ab3b3e18bdc97302c4862"` | Specify the code-server image tag |
+| codeserverImage.tag | string | `"v3.12.0@sha256:2853a8bdd8eed9c09bcd4b100b9d4be20c42a307b9d1cbae1a204276e948f9ce"` | Specify the code-server image tag |
| command | list | `[]` | Override the command(s) for the default container |
| controller.annotations | object | `{}` | |
| controller.annotationsList | list | `[]` | Set additional annotations on the deployment/statefulset/daemonset |
diff --git a/docs/apps/incubator/amcrest2mqtt/CHANGELOG.md b/docs/apps/incubator/amcrest2mqtt/CHANGELOG.md
index cb2337add86..6f03173f304 100644
--- a/docs/apps/incubator/amcrest2mqtt/CHANGELOG.md
+++ b/docs/apps/incubator/amcrest2mqtt/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [amcrest2mqtt-0.0.2](https://github.com/truecharts/apps/compare/amcrest2mqtt-0.0.1...amcrest2mqtt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### amcrest2mqtt-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/amcrest2mqtt/helm-values.md b/docs/apps/incubator/amcrest2mqtt/helm-values.md
index 6f3637b4e22..0091c83fd96 100644
--- a/docs/apps/incubator/amcrest2mqtt/helm-values.md
+++ b/docs/apps/incubator/amcrest2mqtt/helm-values.md
@@ -12,23 +12,23 @@ 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 more environment variables in the [amcrest2mqtt repo](https://github.com/dchesterton/amcrest2mqtt). |
-| env.AMCREST_HOST | string | `nil` | Host name used to connect to the Amcrest device |
-| env.AMCREST_PASSWORD | string | `nil` | Password used to connect to the Amcrest device |
+| env.AMCREST_HOST | string | `""` | Host name used to connect to the Amcrest device |
| env.AMCREST_PORT | int | `80` | Port used to connect to the Amcrest device |
-| env.AMCREST_USERNAME | string | `nil` | User name used to connect to the Amcrest device |
| env.HOME_ASSISTANT | string | `"false"` | Enable Home Assistant autodiscovery |
| env.HOME_ASSISTANT_PREFIX | string | `"homeassistant"` | Home Assistant autodiscovery prefix |
-| env.MQTT_HOST | int | `1883` | Host name used to connect to the MQTT broker |
-| env.MQTT_PASSWORD | string | `nil` | Password used to connect to the MQTT broker |
-| env.MQTT_PORT | string | `nil` | Port used to connect to the MQTT broker |
-| env.MQTT_USERNAME | string | `nil` | User name used to connect to the MQTT broker |
+| env.MQTT_HOST | string | `"localhost"` | Host name used to connect to the MQTT broker |
+| env.MQTT_PORT | int | `1883` | Port used to connect to the MQTT broker |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"dchesterton/amcrest2mqtt"` | image repository |
-| image.tag | string | `"1.0.9"` | image tag |
+| image.tag | string | `"1.0.9@sha256:cc70f2238aa9fdc77185eced6131190d4b159e7b88591ca238aee3ab863cca65"` | image tag |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
+| secret.AMCREST_PASSWORD | string | `"changeme"` | Password used to connect to the Amcrest device |
+| secret.AMCREST_USERNAME | string | `"admin"` | User name used to connect to the Amcrest device |
+| secret.MQTT_PASSWORD | string | `"changeme"` | Password used to connect to the MQTT broker |
+| secret.MQTT_USERNAME | string | `"mqttuser"` | User name used to connect to the MQTT broker |
| service.main.enabled | bool | `false` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/amcrest2mqtt/index.md b/docs/apps/incubator/amcrest2mqtt/index.md
index e486c830e62..3477d7be4ef 100644
--- a/docs/apps/incubator/amcrest2mqtt/index.md
+++ b/docs/apps/incubator/amcrest2mqtt/index.md
@@ -2,8 +2,6 @@
Expose all events from an Amcrest device to an MQTT broker
-
-
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)**
diff --git a/docs/apps/incubator/apache-musicindex/CHANGELOG.md b/docs/apps/incubator/apache-musicindex/CHANGELOG.md
index fdb76ae0ad6..4acbef5f077 100644
--- a/docs/apps/incubator/apache-musicindex/CHANGELOG.md
+++ b/docs/apps/incubator/apache-musicindex/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [apache-musicindex-0.0.2](https://github.com/truecharts/apps/compare/apache-musicindex-0.0.1...apache-musicindex-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### apache-musicindex-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/apache-musicindex/helm-values.md b/docs/apps/incubator/apache-musicindex/helm-values.md
index daf4ad0af56..dac3ae06835 100644
--- a/docs/apps/incubator/apache-musicindex/helm-values.md
+++ b/docs/apps/incubator/apache-musicindex/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/apache-musicindex"` | image repository |
-| image.tag | string | `"v1.4.1-2"` | image tag |
+| image.tag | string | `"v1.4.1-2@sha256:c8b5cf5fbf4bbf097fb516f82bfc3ecb1ad971e8059dc9722b4d10bb7d7faee7"` | image tag |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext | object | See values.yaml | Allows to start web server on ports 80 and 443 |
diff --git a/docs/apps/incubator/apache-musicindex/index.md b/docs/apps/incubator/apache-musicindex/index.md
index 8d8cef7e95b..b9624eea712 100644
--- a/docs/apps/incubator/apache-musicindex/index.md
+++ b/docs/apps/incubator/apache-musicindex/index.md
@@ -2,8 +2,6 @@
Index and stream music using apache-musicindex and m3u playlists
-
-
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)**
diff --git a/docs/apps/incubator/aria2/CHANGELOG.md b/docs/apps/incubator/aria2/CHANGELOG.md
index f02a5f26604..17dd95fc45a 100644
--- a/docs/apps/incubator/aria2/CHANGELOG.md
+++ b/docs/apps/incubator/aria2/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [aria2-0.0.2](https://github.com/truecharts/apps/compare/aria2-0.0.1...aria2-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### aria2-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/aria2/helm-values.md b/docs/apps/incubator/aria2/helm-values.md
index 55e78f8bdf7..65e9b83568d 100644
--- a/docs/apps/incubator/aria2/helm-values.md
+++ b/docs/apps/incubator/aria2/helm-values.md
@@ -18,7 +18,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.UMASK_SET | int | `18` | |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"p3terx/aria2-pro"` | image repository |
-| image.tag | string | `"latest"` | image tag |
+| image.tag | string | `"latest@sha256:2589527dfef6351d459f3a6781e4efef41d694878765b107413a6eb4bb6bbca7"` | image tag |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountpath | string | `"/config"` | |
| persistence.data.enabled | bool | `true` | |
diff --git a/docs/apps/incubator/aria2/index.md b/docs/apps/incubator/aria2/index.md
index 42529e2b9c6..aa9f4cc5cca 100644
--- a/docs/apps/incubator/aria2/index.md
+++ b/docs/apps/incubator/aria2/index.md
@@ -2,8 +2,6 @@
aria server for downloading web content
-
-
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)**
diff --git a/docs/apps/incubator/audacity/CHANGELOG.md b/docs/apps/incubator/audacity/CHANGELOG.md
index d342eeb2ffc..1d13aaa4fdf 100644
--- a/docs/apps/incubator/audacity/CHANGELOG.md
+++ b/docs/apps/incubator/audacity/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [audacity-0.0.2](https://github.com/truecharts/apps/compare/audacity-0.0.1...audacity-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### audacity-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/audacity/helm-values.md b/docs/apps/incubator/audacity/helm-values.md
index 90fc5adf7b6..ffc3cf4ea64 100644
--- a/docs/apps/incubator/audacity/helm-values.md
+++ b/docs/apps/incubator/audacity/helm-values.md
@@ -14,13 +14,12 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/audacity"` | |
-| image.tag | string | `"version-3.0.2"` | |
+| image.tag | string | `"version-3.0.2@sha256:cdf203db1e50e18349f16c5958f7061b18625501f5e2f7a15cd69262185e3e84"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `3000` | |
diff --git a/docs/apps/incubator/audacity/index.md b/docs/apps/incubator/audacity/index.md
index 52b614dedcc..7dd0bbc8256 100644
--- a/docs/apps/incubator/audacity/index.md
+++ b/docs/apps/incubator/audacity/index.md
@@ -2,8 +2,6 @@
An easy-to-use, multi-track audio editor and recorder
-
-
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)**
diff --git a/docs/apps/incubator/beets/CHANGELOG.md b/docs/apps/incubator/beets/CHANGELOG.md
index 8bb52640123..028f6c29e5b 100644
--- a/docs/apps/incubator/beets/CHANGELOG.md
+++ b/docs/apps/incubator/beets/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [beets-0.0.2](https://github.com/truecharts/apps/compare/beets-0.0.1...beets-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### beets-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/beets/helm-values.md b/docs/apps/incubator/beets/helm-values.md
index 7e088e8586e..f3d1d445e25 100644
--- a/docs/apps/incubator/beets/helm-values.md
+++ b/docs/apps/incubator/beets/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/beets"` | |
-| image.tag | string | `"version-1.5.0"` | |
+| image.tag | string | `"version-1.5.0@sha256:ebb8cf9f7182758427c3acda19d6077457090335685986440078fd436345d417"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/docs/apps/incubator/beets/index.md b/docs/apps/incubator/beets/index.md
index 927b6473135..3299f5ee631 100644
--- a/docs/apps/incubator/beets/index.md
+++ b/docs/apps/incubator/beets/index.md
@@ -2,8 +2,6 @@
A music library manager and not, for the most part, a music player.
-
-
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)**
diff --git a/docs/apps/incubator/cloud9/CHANGELOG.md b/docs/apps/incubator/cloud9/CHANGELOG.md
index 96b213d6dc5..06d6e6cc49a 100644
--- a/docs/apps/incubator/cloud9/CHANGELOG.md
+++ b/docs/apps/incubator/cloud9/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [cloud9-0.0.2](https://github.com/truecharts/apps/compare/cloud9-0.0.1...cloud9-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### cloud9-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/cloud9/helm-values.md b/docs/apps/incubator/cloud9/helm-values.md
index 177095fe252..8ce960a01d4 100644
--- a/docs/apps/incubator/cloud9/helm-values.md
+++ b/docs/apps/incubator/cloud9/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/cloud9"` | |
-| image.tag | string | `"version-1.29.2"` | |
+| image.tag | string | `"version-1.29.2@sha256:f35f53e0b9084d7da25242f46cc02d66ee3f4764b17930ef61b11eabc0c5b1c8"` | |
| persistence.code.accessMode | string | `"ReadWriteOnce"` | |
| persistence.code.enabled | bool | `true` | |
| persistence.code.mountPath | string | `"/code"` | |
@@ -26,7 +26,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8000` | |
diff --git a/docs/apps/incubator/cloud9/index.md b/docs/apps/incubator/cloud9/index.md
index 57c99b0671f..57021a105be 100644
--- a/docs/apps/incubator/cloud9/index.md
+++ b/docs/apps/incubator/cloud9/index.md
@@ -2,8 +2,6 @@
A complete web based IDE with terminal access
-
-
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)**
diff --git a/docs/apps/incubator/code-server/CHANGELOG.md b/docs/apps/incubator/code-server/CHANGELOG.md
index 29792ec820c..0f4e13bc07c 100644
--- a/docs/apps/incubator/code-server/CHANGELOG.md
+++ b/docs/apps/incubator/code-server/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [code-server-0.0.2](https://github.com/truecharts/apps/compare/code-server-0.0.1...code-server-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### code-server-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/code-server/helm-values.md b/docs/apps/incubator/code-server/helm-values.md
index a0e8c5d0a9e..eebdeccb4a4 100644
--- a/docs/apps/incubator/code-server/helm-values.md
+++ b/docs/apps/incubator/code-server/helm-values.md
@@ -14,13 +14,12 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/code-server"` | |
-| image.tag | string | `"version-v3.11.1"` | |
+| image.tag | string | `"version-v3.11.1@sha256:a385ba5cb16136b14ae4cd99ca95c20ac77f9831ac3fb63937a1998e1d31be2a"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8443` | |
diff --git a/docs/apps/incubator/code-server/index.md b/docs/apps/incubator/code-server/index.md
index 0afe41f8aae..93fa69cdc9c 100644
--- a/docs/apps/incubator/code-server/index.md
+++ b/docs/apps/incubator/code-server/index.md
@@ -2,8 +2,6 @@
Run VS Code on any machine anywhere and access it in the browser.
-
-
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)**
diff --git a/docs/apps/incubator/cryptofolio/CHANGELOG.md b/docs/apps/incubator/cryptofolio/CHANGELOG.md
index 803a2d065af..c4e9dab2d19 100644
--- a/docs/apps/incubator/cryptofolio/CHANGELOG.md
+++ b/docs/apps/incubator/cryptofolio/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [cryptofolio-0.0.2](https://github.com/truecharts/apps/compare/cryptofolio-0.0.1...cryptofolio-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### cryptofolio-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/cryptofolio/helm-values.md b/docs/apps/incubator/cryptofolio/helm-values.md
index a69084cdf54..38a85b861d5 100644
--- a/docs/apps/incubator/cryptofolio/helm-values.md
+++ b/docs/apps/incubator/cryptofolio/helm-values.md
@@ -15,11 +15,10 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"xtrendence/cryptofolio"` | image repository |
-| image.tag | string | `"V.2.2.0"` | image tag |
+| image.tag | string | `"V.2.2.0@sha256:e6e6612bb94c877b5e31853c639761d09076180fe0a6c4fdb0fb91f73d9f480e"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| securityContext.capabilities.add | list | `[]` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/incubator/cryptofolio/index.md b/docs/apps/incubator/cryptofolio/index.md
index 2dc2a0ceade..75a7129ac63 100644
--- a/docs/apps/incubator/cryptofolio/index.md
+++ b/docs/apps/incubator/cryptofolio/index.md
@@ -2,8 +2,6 @@
Track your cryptocurrency holdings/portfolio
-
-
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)**
diff --git a/docs/apps/incubator/davos/CHANGELOG.md b/docs/apps/incubator/davos/CHANGELOG.md
index 627a09d4d1e..a062db8152f 100644
--- a/docs/apps/incubator/davos/CHANGELOG.md
+++ b/docs/apps/incubator/davos/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [davos-0.0.2](https://github.com/truecharts/apps/compare/davos-0.0.1...davos-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### davos-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/davos/helm-values.md b/docs/apps/incubator/davos/helm-values.md
index 3033253e9ae..1f0420961d7 100644
--- a/docs/apps/incubator/davos/helm-values.md
+++ b/docs/apps/incubator/davos/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/davos"` | |
-| image.tag | string | `"2.2.1-ls76"` | |
+| image.tag | string | `"2.2.1-ls76@sha256:24ba55aeaa4f86a76dc2664e1bb090f315279ec84e1e603e24713cfe0538d890"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.download.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/docs/apps/incubator/davos/index.md b/docs/apps/incubator/davos/index.md
index 69ff59471a1..2078729c299 100644
--- a/docs/apps/incubator/davos/index.md
+++ b/docs/apps/incubator/davos/index.md
@@ -2,8 +2,6 @@
An FTP automation tool that periodically scans given host locations for new files.
-
-
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)**
diff --git a/docs/apps/incubator/digikam/CHANGELOG.md b/docs/apps/incubator/digikam/CHANGELOG.md
index 146a0767269..546ee4fbe59 100644
--- a/docs/apps/incubator/digikam/CHANGELOG.md
+++ b/docs/apps/incubator/digikam/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [digikam-0.0.2](https://github.com/truecharts/apps/compare/digikam-0.0.1...digikam-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### digikam-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/digikam/helm-values.md b/docs/apps/incubator/digikam/helm-values.md
index 7a5524f6505..0c2b56b75c2 100644
--- a/docs/apps/incubator/digikam/helm-values.md
+++ b/docs/apps/incubator/digikam/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/digikam"` | |
-| image.tag | string | `"version-7.3.0"` | |
+| image.tag | string | `"version-7.3.0@sha256:e45af284c7334852596092d9310418e8143d0c29e6bc935265295d8dabfc27a0"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
diff --git a/docs/apps/incubator/digikam/index.md b/docs/apps/incubator/digikam/index.md
index 4670356dbd1..8bd649de4ac 100644
--- a/docs/apps/incubator/digikam/index.md
+++ b/docs/apps/incubator/digikam/index.md
@@ -2,8 +2,6 @@
Professional Photo Management with the Power of Open Source
-
-
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)**
diff --git a/docs/apps/incubator/doublecommander/CHANGELOG.md b/docs/apps/incubator/doublecommander/CHANGELOG.md
index 9c82f76d41f..b9a25eb1a25 100644
--- a/docs/apps/incubator/doublecommander/CHANGELOG.md
+++ b/docs/apps/incubator/doublecommander/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [doublecommander-0.0.2](https://github.com/truecharts/apps/compare/doublecommander-0.0.1...doublecommander-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### doublecommander-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/doublecommander/helm-values.md b/docs/apps/incubator/doublecommander/helm-values.md
index df3af58051c..25d8df19700 100644
--- a/docs/apps/incubator/doublecommander/helm-values.md
+++ b/docs/apps/incubator/doublecommander/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/doublecommander"` | |
-| image.tag | string | `"version-0.8.2-1"` | |
+| image.tag | string | `"version-0.8.2-1@sha256:2124ec844d92aa001a7ecbc776fd0639e879ec0b08cfdd0fd8af207edc6a828b"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/docs/apps/incubator/doublecommander/index.md b/docs/apps/incubator/doublecommander/index.md
index 53b74ef23d6..5be6e615c02 100644
--- a/docs/apps/incubator/doublecommander/index.md
+++ b/docs/apps/incubator/doublecommander/index.md
@@ -2,8 +2,6 @@
A free cross platform open source file manager with two panels side by side.
-
-
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)**
diff --git a/docs/apps/incubator/filezilla/CHANGELOG.md b/docs/apps/incubator/filezilla/CHANGELOG.md
index 0c76f35d45f..b1fab76d6c9 100644
--- a/docs/apps/incubator/filezilla/CHANGELOG.md
+++ b/docs/apps/incubator/filezilla/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [filezilla-0.0.2](https://github.com/truecharts/apps/compare/filezilla-0.0.1...filezilla-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### filezilla-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/filezilla/helm-values.md b/docs/apps/incubator/filezilla/helm-values.md
index 4be2d29646b..ac0d316e5e9 100644
--- a/docs/apps/incubator/filezilla/helm-values.md
+++ b/docs/apps/incubator/filezilla/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/filezilla"` | |
-| image.tag | string | `"version-3.51.0-r1"` | |
+| image.tag | string | `"version-3.51.0-r1@sha256:5103cdd266ceb61cebabae6629e418570a5094e3f61ef2f405f6e24d4fc7f6a4"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
diff --git a/docs/apps/incubator/filezilla/index.md b/docs/apps/incubator/filezilla/index.md
index acd739b2b66..c7f1acdfecb 100644
--- a/docs/apps/incubator/filezilla/index.md
+++ b/docs/apps/incubator/filezilla/index.md
@@ -2,8 +2,6 @@
A Helm chart for Kubernetes
-
-
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)**
diff --git a/docs/apps/incubator/fossil/CHANGELOG.md b/docs/apps/incubator/fossil/CHANGELOG.md
index 4755039a52c..be41c8455ae 100644
--- a/docs/apps/incubator/fossil/CHANGELOG.md
+++ b/docs/apps/incubator/fossil/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [fossil-0.0.2](https://github.com/truecharts/apps/compare/fossil-0.0.1...fossil-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### fossil-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/fossil/helm-values.md b/docs/apps/incubator/fossil/helm-values.md
index 29b9fa392cc..df8ea303101 100644
--- a/docs/apps/incubator/fossil/helm-values.md
+++ b/docs/apps/incubator/fossil/helm-values.md
@@ -13,11 +13,10 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/fossil"` | |
-| image.tag | string | `"2.15.1-ls4"` | |
+| image.tag | string | `"2.15.1-ls4@sha256:a0a819ed2707e8e829dec371de0e166fbcf0499d3d12005880f603b2b95bf64d"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8080` | |
diff --git a/docs/apps/incubator/fossil/index.md b/docs/apps/incubator/fossil/index.md
index 2982fbeabef..866def08592 100644
--- a/docs/apps/incubator/fossil/index.md
+++ b/docs/apps/incubator/fossil/index.md
@@ -2,8 +2,6 @@
A simple, high-reliability, distributed software configuration management system
-
-
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)**
diff --git a/docs/apps/incubator/golinks/CHANGELOG.md b/docs/apps/incubator/golinks/CHANGELOG.md
index d2235027a23..de1477a9528 100644
--- a/docs/apps/incubator/golinks/CHANGELOG.md
+++ b/docs/apps/incubator/golinks/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [golinks-0.0.2](https://github.com/truecharts/apps/compare/golinks-0.0.1...golinks-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### golinks-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/golinks/helm-values.md b/docs/apps/incubator/golinks/helm-values.md
index 7314d4cb551..efbe26d60ef 100644
--- a/docs/apps/incubator/golinks/helm-values.md
+++ b/docs/apps/incubator/golinks/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/golinks"` | |
-| image.tag | string | `"version-154c581"` | |
+| image.tag | string | `"version-154c581@sha256:8e67b26324c5dc433210df8f2fb64317db3cbbe7db0b9e10c6e5bc3f3f7860e4"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
@@ -22,7 +22,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8000` | |
diff --git a/docs/apps/incubator/golinks/index.md b/docs/apps/incubator/golinks/index.md
index b46f6a38b2e..5ca05491d5e 100644
--- a/docs/apps/incubator/golinks/index.md
+++ b/docs/apps/incubator/golinks/index.md
@@ -2,8 +2,6 @@
A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance.
-
-
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)**
diff --git a/docs/apps/incubator/grav/CHANGELOG.md b/docs/apps/incubator/grav/CHANGELOG.md
index a10411975fa..f8a81408a36 100644
--- a/docs/apps/incubator/grav/CHANGELOG.md
+++ b/docs/apps/incubator/grav/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [grav-0.0.2](https://github.com/truecharts/apps/compare/grav-0.0.1...grav-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### grav-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/grav/helm-values.md b/docs/apps/incubator/grav/helm-values.md
index 0ad2127ea04..4ff4ba3bc84 100644
--- a/docs/apps/incubator/grav/helm-values.md
+++ b/docs/apps/incubator/grav/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/grav"` | |
-| image.tag | string | `"version-1.7.18"` | |
+| image.tag | string | `"version-1.7.18@sha256:e4fc1032fd78c0a6772cf141669449fdd4d0f5e6ad4646d6ebaf0b6015631738"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
diff --git a/docs/apps/incubator/grav/index.md b/docs/apps/incubator/grav/index.md
index 5ec5e8f1210..dcfde8ea2f6 100644
--- a/docs/apps/incubator/grav/index.md
+++ b/docs/apps/incubator/grav/index.md
@@ -2,8 +2,6 @@
A Fast, Simple, and Flexible, file-based Web-platform.
-
-
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)**
diff --git a/docs/apps/incubator/headphones/CHANGELOG.md b/docs/apps/incubator/headphones/CHANGELOG.md
index 030aae8bc29..3af14d6a891 100644
--- a/docs/apps/incubator/headphones/CHANGELOG.md
+++ b/docs/apps/incubator/headphones/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [headphones-0.0.2](https://github.com/truecharts/apps/compare/headphones-0.0.1...headphones-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### headphones-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/headphones/helm-values.md b/docs/apps/incubator/headphones/helm-values.md
index 9ac4b6ca4a8..5cdd1c8e6b3 100644
--- a/docs/apps/incubator/headphones/helm-values.md
+++ b/docs/apps/incubator/headphones/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/headphones"` | |
-| image.tag | string | `"version-58edc604"` | |
+| image.tag | string | `"version-58edc604@sha256:43f2d40be460ac59c6b80d6ea1307f14dad11379ac607b6752f84a758da6b118"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/docs/apps/incubator/headphones/index.md b/docs/apps/incubator/headphones/index.md
index aba35f60a11..620164738a1 100644
--- a/docs/apps/incubator/headphones/index.md
+++ b/docs/apps/incubator/headphones/index.md
@@ -2,8 +2,6 @@
An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
-
-
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)**
diff --git a/docs/apps/incubator/icantbelieveitsnotvaletudo/CHANGELOG.md b/docs/apps/incubator/icantbelieveitsnotvaletudo/CHANGELOG.md
index 087cbd24af1..465cd7dc1fe 100644
--- a/docs/apps/incubator/icantbelieveitsnotvaletudo/CHANGELOG.md
+++ b/docs/apps/incubator/icantbelieveitsnotvaletudo/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [icantbelieveitsnotvaletudo-0.0.2](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-0.0.1...icantbelieveitsnotvaletudo-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### icantbelieveitsnotvaletudo-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/icantbelieveitsnotvaletudo/helm-values.md b/docs/apps/incubator/icantbelieveitsnotvaletudo/helm-values.md
index 045d80ba7a8..aa83d132e85 100644
--- a/docs/apps/incubator/icantbelieveitsnotvaletudo/helm-values.md
+++ b/docs/apps/incubator/icantbelieveitsnotvaletudo/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"pmaksymiuk/icantbelieveitsnotvaletudo"` | image repository |
-| image.tag | string | `"2021.2.1"` | image tag |
+| image.tag | string | `"2021.2.1@sha256:cfb6ca812b7bec09ef61d60c8ab71945b6594525673f2edd9ddcd88004d8b150"` | image tag |
| service.main.ports.main.port | int | `3000` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/icantbelieveitsnotvaletudo/index.md b/docs/apps/incubator/icantbelieveitsnotvaletudo/index.md
index 698ee7b56d5..2c1c42e5460 100644
--- a/docs/apps/incubator/icantbelieveitsnotvaletudo/index.md
+++ b/docs/apps/incubator/icantbelieveitsnotvaletudo/index.md
@@ -2,8 +2,6 @@
Create live map data from Valetudo powered robots
-
-
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)**
diff --git a/docs/apps/incubator/leaf2mqtt/CHANGELOG.md b/docs/apps/incubator/leaf2mqtt/CHANGELOG.md
index 32520399ec1..a01ffed7f71 100644
--- a/docs/apps/incubator/leaf2mqtt/CHANGELOG.md
+++ b/docs/apps/incubator/leaf2mqtt/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [leaf2mqtt-0.0.2](https://github.com/truecharts/apps/compare/leaf2mqtt-0.0.1...leaf2mqtt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### leaf2mqtt-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/leaf2mqtt/helm-values.md b/docs/apps/incubator/leaf2mqtt/helm-values.md
index 8f4ee32a1e2..e05833f7431 100644
--- a/docs/apps/incubator/leaf2mqtt/helm-values.md
+++ b/docs/apps/incubator/leaf2mqtt/helm-values.md
@@ -14,11 +14,18 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | See below | environment variables. See [image docs](https://github.com/mitsumaui/leaf2mqtt) for more details. |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"ghcr.io/k8s-at-home/leaf2mqtt"` | Image repository |
-| image.tag | string | `"v0.1"` | Image tag |
+| image.tag | string | `"v0.5@sha256:38af096ee01683a958ff457dea40325bf841d87cb9e95ec2c41ae8fb20ab575a"` | Image tag |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| probes.liveness.enabled | bool | `false` | |
| probes.readiness.enabled | bool | `false` | |
| probes.startup.enabled | bool | `false` | |
-| service.enabled | bool | `false` | |
-| service.main | string | `nil` | |
+| secret.LEAF_PASSWORD | string | `"changeme"` | |
+| secret.LEAF_USERNAME | string | `"leafuser"` | |
+| secret.MQTT_PASSWORD | string | `"changeme"` | |
+| secret.MQTT_USERNAME | string | `"mqttuser"` | |
+| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
+| service.main.enabled | bool | `false` | |
All Rights Reserved - The TrueCharts Project
diff --git a/docs/apps/incubator/leaf2mqtt/index.md b/docs/apps/incubator/leaf2mqtt/index.md
index ccf89f9b0f1..17e5d725f0a 100644
--- a/docs/apps/incubator/leaf2mqtt/index.md
+++ b/docs/apps/incubator/leaf2mqtt/index.md
@@ -2,8 +2,6 @@
Nissan Leaf connected services to MQTT adapter
-
-
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)**
diff --git a/docs/apps/incubator/medusa/CHANGELOG.md b/docs/apps/incubator/medusa/CHANGELOG.md
index 87029227104..63f244ca575 100644
--- a/docs/apps/incubator/medusa/CHANGELOG.md
+++ b/docs/apps/incubator/medusa/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [medusa-0.0.2](https://github.com/truecharts/apps/compare/medusa-0.0.1...medusa-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### medusa-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/medusa/helm-values.md b/docs/apps/incubator/medusa/helm-values.md
index 9c14ec225f9..eaecc3fd8ed 100644
--- a/docs/apps/incubator/medusa/helm-values.md
+++ b/docs/apps/incubator/medusa/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/medusa"` | |
-| image.tag | string | `"version-v0.5.17"` | |
+| image.tag | string | `"version-v0.5.17@sha256:9c8848a252bfc6bd2513f841139abbad07766e3b58acfb59e4f652d32ab12ed8"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
@@ -28,7 +28,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8081` | |
diff --git a/docs/apps/incubator/medusa/index.md b/docs/apps/incubator/medusa/index.md
index d4609d91313..4e01519081e 100644
--- a/docs/apps/incubator/medusa/index.md
+++ b/docs/apps/incubator/medusa/index.md
@@ -2,8 +2,6 @@
An automatic Video Library Manager for TV Shows
-
-
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)**
diff --git a/docs/apps/incubator/minio-console/CHANGELOG.md b/docs/apps/incubator/minio-console/CHANGELOG.md
index a085886d312..416c1b24e8e 100644
--- a/docs/apps/incubator/minio-console/CHANGELOG.md
+++ b/docs/apps/incubator/minio-console/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [minio-console-0.0.2](https://github.com/truecharts/apps/compare/minio-console-0.0.1...minio-console-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### minio-console-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/minio-console/helm-values.md b/docs/apps/incubator/minio-console/helm-values.md
index 221dfd9d057..44fb3e52126 100644
--- a/docs/apps/incubator/minio-console/helm-values.md
+++ b/docs/apps/incubator/minio-console/helm-values.md
@@ -13,14 +13,14 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| args | list | `["server"]` | Override the args for the default container. |
| env | object | See below | environment variables. See more environment variables in the [minio-console documentation](https://minio-console.org/docs). |
-| env.CONSOLE_MINIO_SERVER | string | `nil` | Required: Minio server URL Example: https://minio.server:9000 |
-| env.CONSOLE_PBKDF_PASSPHRASE | string | `nil` | Required: Passphrase to derive keys (generate own) Example: D6vpras1xpUgrcFpOIGA4crHvzUDQb48 |
-| env.CONSOLE_PBKDF_SALT | string | `nil` | Required: Salt for derived keys (generate own) Example: ILy2FWzwjjYi1TeTEpBjEsPrwLfKZxgi |
+| env.CONSOLE_MINIO_SERVER | string | `""` | Required: Minio server URL Example: https://minio.server:9000 |
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"minio/console"` | image repository |
-| image.tag | string | `"v0.7.4"` | image tag |
+| image.tag | string | `"v0.10.4@sha256:3aa27c8325a30b8f188d646bb1c7a8ad0a81b41a1099d1d9e4b29b2c76c731dd"` | image tag |
| persistence.varrun.enabled | bool | `true` | |
+| secret.CONSOLE_PBKDF_PASSPHRASE | string | `"changeme"` | Required: Passphrase to derive keys (generate own) Example: D6vpras1xpUgrcFpOIGA4crHvzUDQb48 |
+| secret.CONSOLE_PBKDF_SALT | string | `"changeme"` | Required: Salt for derived keys (generate own) Example: ILy2FWzwjjYi1TeTEpBjEsPrwLfKZxgi |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/incubator/minio-console/index.md b/docs/apps/incubator/minio-console/index.md
index 79961d6e693..6e6dc2bca20 100644
--- a/docs/apps/incubator/minio-console/index.md
+++ b/docs/apps/incubator/minio-console/index.md
@@ -2,8 +2,6 @@
A management console for minio server and operator
-
-
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)**
diff --git a/docs/apps/incubator/mstream/CHANGELOG.md b/docs/apps/incubator/mstream/CHANGELOG.md
index 48d2dfe24b4..e211cc1c471 100644
--- a/docs/apps/incubator/mstream/CHANGELOG.md
+++ b/docs/apps/incubator/mstream/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [mstream-0.0.2](https://github.com/truecharts/apps/compare/mstream-0.0.1...mstream-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### mstream-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/mstream/helm-values.md b/docs/apps/incubator/mstream/helm-values.md
index a11157657a0..7c73a7605f1 100644
--- a/docs/apps/incubator/mstream/helm-values.md
+++ b/docs/apps/incubator/mstream/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/mstream"` | |
-| image.tag | string | `"version-v5.2.5"` | |
+| image.tag | string | `"version-v5.2.5@sha256:22c012bcc43cde544532e7797da678ffd0dab76d3afeec0a2906adfae6767256"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.music.accessMode | string | `"ReadWriteOnce"` | |
@@ -24,7 +24,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `3000` | |
diff --git a/docs/apps/incubator/mstream/index.md b/docs/apps/incubator/mstream/index.md
index aa60f45e6fc..7d91a3ecf96 100644
--- a/docs/apps/incubator/mstream/index.md
+++ b/docs/apps/incubator/mstream/index.md
@@ -2,8 +2,6 @@
A personal music streaming server
-
-
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)**
diff --git a/docs/apps/incubator/muximux/CHANGELOG.md b/docs/apps/incubator/muximux/CHANGELOG.md
index e870bd5c1db..02e3a0f43eb 100644
--- a/docs/apps/incubator/muximux/CHANGELOG.md
+++ b/docs/apps/incubator/muximux/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [muximux-0.0.2](https://github.com/truecharts/apps/compare/muximux-0.0.1...muximux-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### muximux-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/muximux/helm-values.md b/docs/apps/incubator/muximux/helm-values.md
index f56dfa36855..b74ceb53bea 100644
--- a/docs/apps/incubator/muximux/helm-values.md
+++ b/docs/apps/incubator/muximux/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/muximux"` | |
-| image.tag | string | `"version-057352e8"` | |
+| image.tag | string | `"version-057352e8@sha256:6bfa1fba5f2db524483fb31b9631899555cfec8f978930d49f9b8ef3ff5e2d99"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
diff --git a/docs/apps/incubator/muximux/index.md b/docs/apps/incubator/muximux/index.md
index 663839da92b..6b364540fbe 100644
--- a/docs/apps/incubator/muximux/index.md
+++ b/docs/apps/incubator/muximux/index.md
@@ -2,8 +2,6 @@
A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver
-
-
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)**
diff --git a/docs/apps/incubator/notes/CHANGELOG.md b/docs/apps/incubator/notes/CHANGELOG.md
index 8dc84c5bd24..9358d0243c8 100644
--- a/docs/apps/incubator/notes/CHANGELOG.md
+++ b/docs/apps/incubator/notes/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [notes-0.0.2](https://github.com/truecharts/apps/compare/notes-0.0.1...notes-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### notes-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/notes/helm-values.md b/docs/apps/incubator/notes/helm-values.md
index 4a8bb7a3dd4..14e524b67b5 100644
--- a/docs/apps/incubator/notes/helm-values.md
+++ b/docs/apps/incubator/notes/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/notes"` | |
-| image.tag | string | `"version-ee287b9"` | |
+| image.tag | string | `"version-ee287b9@sha256:ab9bc16465bc722068a34898b0090490e660dc5a126c9acf651ad229693b44c1"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
diff --git a/docs/apps/incubator/notes/index.md b/docs/apps/incubator/notes/index.md
index e87dc2ed7e2..bba570b3cc6 100644
--- a/docs/apps/incubator/notes/index.md
+++ b/docs/apps/incubator/notes/index.md
@@ -2,8 +2,6 @@
A self-hosted note taking web app that lets you keep track of your notes and search them in a easy and minimal way.
-
-
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)**
diff --git a/docs/apps/incubator/novnc/CHANGELOG.md b/docs/apps/incubator/novnc/CHANGELOG.md
index a7c66bf7f60..013727477e8 100644
--- a/docs/apps/incubator/novnc/CHANGELOG.md
+++ b/docs/apps/incubator/novnc/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [novnc-0.0.2](https://github.com/truecharts/apps/compare/novnc-0.0.1...novnc-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### novnc-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/novnc/helm-values.md b/docs/apps/incubator/novnc/helm-values.md
index ed98fbc8a58..8cd5ac99cee 100644
--- a/docs/apps/incubator/novnc/helm-values.md
+++ b/docs/apps/incubator/novnc/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.REMOTE_PORT | string | `"5900"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/novnc"` | |
-| image.tag | string | `"version-1.2.0"` | |
+| image.tag | string | `"version-1.2.0@sha256:5d0d02fa11dabb607ddf293b3b3794ef15f2a9b32e41078de5ed24ad3cfad095"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/docs/apps/incubator/novnc/index.md b/docs/apps/incubator/novnc/index.md
index b23f24583bc..501bcc38e96 100644
--- a/docs/apps/incubator/novnc/index.md
+++ b/docs/apps/incubator/novnc/index.md
@@ -2,8 +2,6 @@
The open source VNC client
-
-
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)**
diff --git a/docs/apps/incubator/photoshow/CHANGELOG.md b/docs/apps/incubator/photoshow/CHANGELOG.md
index e73c607b12f..8342c5e7a3c 100644
--- a/docs/apps/incubator/photoshow/CHANGELOG.md
+++ b/docs/apps/incubator/photoshow/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [photoshow-0.0.2](https://github.com/truecharts/apps/compare/photoshow-0.0.1...photoshow-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### photoshow-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/photoshow/helm-values.md b/docs/apps/incubator/photoshow/helm-values.md
index c15824dbe94..9b9e9e835ea 100644
--- a/docs/apps/incubator/photoshow/helm-values.md
+++ b/docs/apps/incubator/photoshow/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/photoshow"` | |
-| image.tag | string | `"version-48aabb98"` | |
+| image.tag | string | `"version-48aabb98@sha256:2ff8323e869f68102db4750268d90461f09358e312189cbd92ba6576c31f8ae7"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.pictures.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/docs/apps/incubator/photoshow/index.md b/docs/apps/incubator/photoshow/index.md
index 64ead00bc54..76031fa7f82 100644
--- a/docs/apps/incubator/photoshow/index.md
+++ b/docs/apps/incubator/photoshow/index.md
@@ -2,8 +2,6 @@
A gallery software at its easiest, it doesn't even require a database.
-
-
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)**
diff --git a/docs/apps/incubator/piwigo/CHANGELOG.md b/docs/apps/incubator/piwigo/CHANGELOG.md
index 9f212c708ed..2cc1236335c 100644
--- a/docs/apps/incubator/piwigo/CHANGELOG.md
+++ b/docs/apps/incubator/piwigo/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [piwigo-0.0.2](https://github.com/truecharts/apps/compare/piwigo-0.0.1...piwigo-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### piwigo-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/piwigo/helm-values.md b/docs/apps/incubator/piwigo/helm-values.md
index d8be22223c8..252f13ebb50 100644
--- a/docs/apps/incubator/piwigo/helm-values.md
+++ b/docs/apps/incubator/piwigo/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/piwigo"` | |
-| image.tag | string | `"version-11.5.0"` | |
+| image.tag | string | `"version-11.5.0@sha256:03e1535d5b3aa7af602ae424502273212f7634c08ab519ab4bdf09ede91111de"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.gallery.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/docs/apps/incubator/piwigo/index.md b/docs/apps/incubator/piwigo/index.md
index 678f71ba7ed..1e21933b225 100644
--- a/docs/apps/incubator/piwigo/index.md
+++ b/docs/apps/incubator/piwigo/index.md
@@ -2,8 +2,6 @@
A is photo gallery software for the web, built by an active community of users and developers.
-
-
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)**
diff --git a/docs/apps/incubator/pixapop/CHANGELOG.md b/docs/apps/incubator/pixapop/CHANGELOG.md
index bf76265fe6b..13457c34211 100644
--- a/docs/apps/incubator/pixapop/CHANGELOG.md
+++ b/docs/apps/incubator/pixapop/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [pixapop-0.0.2](https://github.com/truecharts/apps/compare/pixapop-0.0.1...pixapop-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### pixapop-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/pixapop/helm-values.md b/docs/apps/incubator/pixapop/helm-values.md
index 787884b1c81..43ccae5150b 100644
--- a/docs/apps/incubator/pixapop/helm-values.md
+++ b/docs/apps/incubator/pixapop/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/pixapop"` | |
-| image.tag | string | `"v1.2-ls15"` | |
+| image.tag | string | `"v1.2-ls15@sha256:605ebc091fa14b4ba82ceadda7f35c186d514e649c97913605384027c2750f4f"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.photos.accessMode | string | `"ReadWriteOnce"` | |
@@ -24,7 +24,6 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `80` | |
diff --git a/docs/apps/incubator/pixapop/index.md b/docs/apps/incubator/pixapop/index.md
index affc898c48e..7c2d5325459 100644
--- a/docs/apps/incubator/pixapop/index.md
+++ b/docs/apps/incubator/pixapop/index.md
@@ -2,8 +2,6 @@
An open-source single page application to view your photos in the easiest way possible.
-
-
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)**
diff --git a/docs/apps/incubator/remmina/CHANGELOG.md b/docs/apps/incubator/remmina/CHANGELOG.md
index d6a5747c324..3c198385f29 100644
--- a/docs/apps/incubator/remmina/CHANGELOG.md
+++ b/docs/apps/incubator/remmina/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [remmina-0.0.2](https://github.com/truecharts/apps/compare/remmina-0.0.1...remmina-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### remmina-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/remmina/helm-values.md b/docs/apps/incubator/remmina/helm-values.md
index 0e5f7f89ce6..409029dce02 100644
--- a/docs/apps/incubator/remmina/helm-values.md
+++ b/docs/apps/incubator/remmina/helm-values.md
@@ -14,13 +14,12 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/remmina"` | |
-| image.tag | string | `"version-1.2.0-rcgit.29dfsg-1ubuntu1"` | |
+| image.tag | string | `"version-1.2.0-rcgit.29dfsg-1ubuntu1@sha256:db94a727927b15ea49ba7292c793e0adbf1a20b8c30603f178e2450f97233def"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `3000` | |
diff --git a/docs/apps/incubator/remmina/index.md b/docs/apps/incubator/remmina/index.md
index c1dc87d6860..530949172ba 100644
--- a/docs/apps/incubator/remmina/index.md
+++ b/docs/apps/incubator/remmina/index.md
@@ -2,8 +2,6 @@
A remote desktop client written in GTK
-
-
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)**
diff --git a/docs/apps/incubator/shorturl/CHANGELOG.md b/docs/apps/incubator/shorturl/CHANGELOG.md
index 30dce0d8830..ce88bc1f4da 100644
--- a/docs/apps/incubator/shorturl/CHANGELOG.md
+++ b/docs/apps/incubator/shorturl/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [shorturl-0.0.2](https://github.com/truecharts/apps/compare/shorturl-0.0.1...shorturl-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### shorturl-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/shorturl/helm-values.md b/docs/apps/incubator/shorturl/helm-values.md
index 9dd2feab160..5fe7823c855 100644
--- a/docs/apps/incubator/shorturl/helm-values.md
+++ b/docs/apps/incubator/shorturl/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/shorturl"` | |
-| image.tag | string | `"version-v0.1.0"` | |
+| image.tag | string | `"version-v0.1.0@sha256:75fc450af5d2d07e5caebc6a01863a0aacdc15c1fbe57b3db46e3bd548226420"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
diff --git a/docs/apps/incubator/shorturl/index.md b/docs/apps/incubator/shorturl/index.md
index 142271760ad..cebda2c4ede 100644
--- a/docs/apps/incubator/shorturl/index.md
+++ b/docs/apps/incubator/shorturl/index.md
@@ -2,8 +2,6 @@
Self hosted web app for shortening urls (URL shortener)
-
-
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)**
diff --git a/docs/apps/incubator/sickchill/CHANGELOG.md b/docs/apps/incubator/sickchill/CHANGELOG.md
index 8ba4bac087e..076ba67d58a 100644
--- a/docs/apps/incubator/sickchill/CHANGELOG.md
+++ b/docs/apps/incubator/sickchill/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [sickchill-0.0.2](https://github.com/truecharts/apps/compare/sickchill-0.0.1...sickchill-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### sickchill-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/sickchill/helm-values.md b/docs/apps/incubator/sickchill/helm-values.md
index e1f353876e8..d06a9525528 100644
--- a/docs/apps/incubator/sickchill/helm-values.md
+++ b/docs/apps/incubator/sickchill/helm-values.md
@@ -14,26 +14,22 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/sickchill"` | |
-| image.tag | string | `"2021.5.10-1-ls63"` | |
+| image.tag | string | `"2021.5.10-1-ls63@sha256:a607452a692a008eb397051c90603eb618c616855553dbde9a98675ca5043bd7"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.config.size | string | `"1Gi"` | |
-| persistence.config.skipuninstall | bool | `false` | |
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
| persistence.downloads.enabled | bool | `true` | |
| persistence.downloads.mountPath | string | `"/downloads"` | |
| persistence.downloads.size | string | `"1Gi"` | |
-| persistence.downloads.skipuninstall | bool | `false` | |
| persistence.tv.accessMode | string | `"ReadWriteOnce"` | |
| persistence.tv.enabled | bool | `true` | |
| persistence.tv.mountPath | string | `"/tv"` | |
| persistence.tv.size | string | `"1Gi"` | |
-| persistence.tv.skipuninstall | bool | `false` | |
| persistence.varrun.enabled | bool | `true` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
-| secret | object | `{}` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8081` | |
diff --git a/docs/apps/incubator/sickchill/index.md b/docs/apps/incubator/sickchill/index.md
index 2ab13eb4410..a1577f4b664 100644
--- a/docs/apps/incubator/sickchill/index.md
+++ b/docs/apps/incubator/sickchill/index.md
@@ -2,8 +2,6 @@
An Automatic Video Library Manager for TV Shows
-
-
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)**
diff --git a/docs/apps/incubator/sickgear/CHANGELOG.md b/docs/apps/incubator/sickgear/CHANGELOG.md
index 5693201646d..57f3317ee05 100644
--- a/docs/apps/incubator/sickgear/CHANGELOG.md
+++ b/docs/apps/incubator/sickgear/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [sickgear-0.0.2](https://github.com/truecharts/apps/compare/sickgear-0.0.1...sickgear-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### sickgear-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/sickgear/helm-values.md b/docs/apps/incubator/sickgear/helm-values.md
index 9859a09565b..327654f4bb9 100644
--- a/docs/apps/incubator/sickgear/helm-values.md
+++ b/docs/apps/incubator/sickgear/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/sickgear"` | |
-| image.tag | string | `"version-release_0.25.4"` | |
+| image.tag | string | `"version-release_0.25.4@sha256:ad0e59d0590906f7c303926a316a357c8541986205c40cae5848a1ea5e552399"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.downloads.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/docs/apps/incubator/sickgear/index.md b/docs/apps/incubator/sickgear/index.md
index c55eb02c541..ab6944b45dc 100644
--- a/docs/apps/incubator/sickgear/index.md
+++ b/docs/apps/incubator/sickgear/index.md
@@ -2,8 +2,6 @@
Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more
-
-
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)**
diff --git a/docs/apps/incubator/smokeping/CHANGELOG.md b/docs/apps/incubator/smokeping/CHANGELOG.md
index f4a40219bc8..a65aa1663e7 100644
--- a/docs/apps/incubator/smokeping/CHANGELOG.md
+++ b/docs/apps/incubator/smokeping/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [smokeping-0.0.2](https://github.com/truecharts/apps/compare/smokeping-0.0.1...smokeping-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### smokeping-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/smokeping/helm-values.md b/docs/apps/incubator/smokeping/helm-values.md
index 612ce7a4449..846acb27627 100644
--- a/docs/apps/incubator/smokeping/helm-values.md
+++ b/docs/apps/incubator/smokeping/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/smokeping"` | |
-| image.tag | string | `"version-2.7.3-r5"` | |
+| image.tag | string | `"version-2.7.3-r5@sha256:bdb817109b80a24cba5512ec5ffab2cbc9492bd0d17eae41aa0e1c7f883b7e01"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/docs/apps/incubator/smokeping/index.md b/docs/apps/incubator/smokeping/index.md
index 6329e1f4df1..0f822d934e6 100644
--- a/docs/apps/incubator/smokeping/index.md
+++ b/docs/apps/incubator/smokeping/index.md
@@ -2,8 +2,6 @@
Keep track of your network latency.
-
-
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)**
diff --git a/docs/apps/incubator/sqlitebrowser/CHANGELOG.md b/docs/apps/incubator/sqlitebrowser/CHANGELOG.md
index 78b768ae187..8cc83f95c7c 100644
--- a/docs/apps/incubator/sqlitebrowser/CHANGELOG.md
+++ b/docs/apps/incubator/sqlitebrowser/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [sqlitebrowser-0.0.2](https://github.com/truecharts/apps/compare/sqlitebrowser-0.0.1...sqlitebrowser-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### sqlitebrowser-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/sqlitebrowser/helm-values.md b/docs/apps/incubator/sqlitebrowser/helm-values.md
index 29fa5643980..92d8e779498 100644
--- a/docs/apps/incubator/sqlitebrowser/helm-values.md
+++ b/docs/apps/incubator/sqlitebrowser/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.PUID | int | `568` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/sqlitebrowser"` | |
-| image.tag | string | `"version-3.12.2-02876202105241947ubuntu18.04.1"` | |
+| image.tag | string | `"version-3.12.2-02876202105241947ubuntu18.04.1@sha256:eaa8080260178409088a98eb4ccde3af8885468958861223d052d257624504c5"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.varrun.enabled | bool | `true` | |
diff --git a/docs/apps/incubator/sqlitebrowser/index.md b/docs/apps/incubator/sqlitebrowser/index.md
index 8b67186d539..4ccedc4b253 100644
--- a/docs/apps/incubator/sqlitebrowser/index.md
+++ b/docs/apps/incubator/sqlitebrowser/index.md
@@ -2,8 +2,6 @@
A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite
-
-
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)**
diff --git a/docs/apps/incubator/static/CHANGELOG.md b/docs/apps/incubator/static/CHANGELOG.md
index ac07d1b2fb3..883aca36748 100644
--- a/docs/apps/incubator/static/CHANGELOG.md
+++ b/docs/apps/incubator/static/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [static-0.0.2](https://github.com/truecharts/apps/compare/static-0.0.1...static-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### static-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/static/helm-values.md b/docs/apps/incubator/static/helm-values.md
index eaafb0832ef..4821472e6ad 100644
--- a/docs/apps/incubator/static/helm-values.md
+++ b/docs/apps/incubator/static/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/static"` | |
-| image.tag | string | `"version-ee8a20c"` | |
+| image.tag | string | `"version-ee8a20c@sha256:d1d47c730bc41c4ae46de8df0c9c76bb803927fcbe3446b6ff4f7cd152972940"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
diff --git a/docs/apps/incubator/static/index.md b/docs/apps/incubator/static/index.md
index 343306c8a2c..7e46c1f371f 100644
--- a/docs/apps/incubator/static/index.md
+++ b/docs/apps/incubator/static/index.md
@@ -2,8 +2,6 @@
A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume.
-
-
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)**
diff --git a/docs/apps/incubator/twtxt/CHANGELOG.md b/docs/apps/incubator/twtxt/CHANGELOG.md
index 8c06f53114e..35ce877b2b4 100644
--- a/docs/apps/incubator/twtxt/CHANGELOG.md
+++ b/docs/apps/incubator/twtxt/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [twtxt-0.0.2](https://github.com/truecharts/apps/compare/twtxt-0.0.1...twtxt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### twtxt-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/twtxt/helm-values.md b/docs/apps/incubator/twtxt/helm-values.md
index fc0301b55a2..ec79d317215 100644
--- a/docs/apps/incubator/twtxt/helm-values.md
+++ b/docs/apps/incubator/twtxt/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.OPEN_REGISTRATIONS | string | `"true"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/twtxt"` | |
-| image.tag | string | `"version-0.1.1"` | |
+| image.tag | string | `"version-0.1.1@sha256:58736a73ca1000cc93258efe0cd91270c6b8480a84b98b05a056234d271f92e3"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
diff --git a/docs/apps/incubator/twtxt/index.md b/docs/apps/incubator/twtxt/index.md
index 5e0aeca6119..8b6dff0a650 100644
--- a/docs/apps/incubator/twtxt/index.md
+++ b/docs/apps/incubator/twtxt/index.md
@@ -2,8 +2,6 @@
A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!
-
-
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)**
diff --git a/docs/apps/incubator/valheim/CHANGELOG.md b/docs/apps/incubator/valheim/CHANGELOG.md
index 9849b2b583e..701d60d8f07 100644
--- a/docs/apps/incubator/valheim/CHANGELOG.md
+++ b/docs/apps/incubator/valheim/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [valheim-0.0.2](https://github.com/truecharts/apps/compare/valheim-0.0.1...valheim-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### valheim-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/valheim/helm-values.md b/docs/apps/incubator/valheim/helm-values.md
index d91c0a4aac5..e575938cf84 100644
--- a/docs/apps/incubator/valheim/helm-values.md
+++ b/docs/apps/incubator/valheim/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/lloesche/valheim-server"` | image repository |
-| image.tag | string | `"latest"` | image tag |
+| image.tag | string | `"latest@sha256:0224c94befe2ddea0aad596ad4320e8de82d892e193268fa6f7a654fad65a62f"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/docs/apps/incubator/valheim/index.md b/docs/apps/incubator/valheim/index.md
index 8d1c7fe843e..8fef2dff93e 100644
--- a/docs/apps/incubator/valheim/index.md
+++ b/docs/apps/incubator/valheim/index.md
@@ -2,8 +2,6 @@
Valheim dedicated gameserver with automatic update and world backup support
-
-
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)**
diff --git a/docs/apps/incubator/whoogle/CHANGELOG.md b/docs/apps/incubator/whoogle/CHANGELOG.md
index 5c828ca976d..e3e856393b9 100644
--- a/docs/apps/incubator/whoogle/CHANGELOG.md
+++ b/docs/apps/incubator/whoogle/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [whoogle-0.0.2](https://github.com/truecharts/apps/compare/whoogle-0.0.1...whoogle-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### whoogle-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/whoogle/helm-values.md b/docs/apps/incubator/whoogle/helm-values.md
index e4f5b498fee..82a4f48ce50 100644
--- a/docs/apps/incubator/whoogle/helm-values.md
+++ b/docs/apps/incubator/whoogle/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"benbusby/whoogle-search"` | image repository |
-| image.tag | string | `"0.5.4"` | image tag |
+| image.tag | string | `"0.6.0@sha256:6a3e25c63ec09645cb3ee91f4a12b551882e694609c842ee49aa8fcd218fcad8"` | image tag |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.runAsNonRoot | bool | `false` | |
diff --git a/docs/apps/incubator/whoogle/index.md b/docs/apps/incubator/whoogle/index.md
index 3681a1f882e..b5128468166 100644
--- a/docs/apps/incubator/whoogle/index.md
+++ b/docs/apps/incubator/whoogle/index.md
@@ -2,8 +2,6 @@
A self-hosted, ad-free, privacy-respecting metasearch engine
-
-
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)**
diff --git a/docs/apps/incubator/wiki/CHANGELOG.md b/docs/apps/incubator/wiki/CHANGELOG.md
index fcbde363033..ccfe4e5edb1 100644
--- a/docs/apps/incubator/wiki/CHANGELOG.md
+++ b/docs/apps/incubator/wiki/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [wiki-0.0.2](https://github.com/truecharts/apps/compare/wiki-0.0.1...wiki-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### wiki-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/wiki/helm-values.md b/docs/apps/incubator/wiki/helm-values.md
index fafcf13e598..b15f6190864 100644
--- a/docs/apps/incubator/wiki/helm-values.md
+++ b/docs/apps/incubator/wiki/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/nicholaswilde/wiki"` | |
-| image.tag | string | `"version-900b76a"` | |
+| image.tag | string | `"version-900b76a@sha256:6c4f261d8f5e5dadd5ec97465465d434dc6730a85ccf9af415c03d1c0e8d1afd"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
diff --git a/docs/apps/incubator/wiki/index.md b/docs/apps/incubator/wiki/index.md
index ff9892e796f..733fb98bd66 100644
--- a/docs/apps/incubator/wiki/index.md
+++ b/docs/apps/incubator/wiki/index.md
@@ -2,8 +2,6 @@
A self-hosted well uh wiki engine or content management system.
-
-
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)**
diff --git a/docs/apps/incubator/zigbee2mqtt/CHANGELOG.md b/docs/apps/incubator/zigbee2mqtt/CHANGELOG.md
index 3a2e3fbd4e4..4cc17381114 100644
--- a/docs/apps/incubator/zigbee2mqtt/CHANGELOG.md
+++ b/docs/apps/incubator/zigbee2mqtt/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+
+### [zigbee2mqtt-0.0.2](https://github.com/truecharts/apps/compare/zigbee2mqtt-0.0.1...zigbee2mqtt-0.0.2) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### zigbee2mqtt-0.0.1 (2021-10-04)
diff --git a/docs/apps/incubator/zigbee2mqtt/helm-values.md b/docs/apps/incubator/zigbee2mqtt/helm-values.md
index 3a8f3f929be..dfc2eb710fe 100644
--- a/docs/apps/incubator/zigbee2mqtt/helm-values.md
+++ b/docs/apps/incubator/zigbee2mqtt/helm-values.md
@@ -11,12 +11,12 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
-| config | object | See values.yaml | zigbee2mqtt configuration settings. This will be copied into the container's persistent storage at first run only. Further configuration should be done in the application itself! See [project documentation](https://www.zigbee2mqtt.io/information/configuration.html) for more information. |
+| config | object | See values.yaml | zigbee2mqtt configuration settings. This will be copied into the container's persistent storage at first run only. Further configuration should be done in the application itself! See [project documentation](https://www.zigbee2mqtt.io/information/configuration.html) for more information. these are mostly just defaults and any further tweaking should be done using env-vars |
| env | object | See below | environment variables. See [image docs](https://www.zigbee2mqtt.io/information/configuration.html#override-via-environment-variables) for more details. |
| env.ZIGBEE2MQTT_DATA | string | `"/data"` | Set the data folder for Zigbee2MQTT. |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"koenkk/zigbee2mqtt"` | image repository |
-| image.tag | string | `"1.19.1"` | image tag |
+| image.tag | string | `"1.21.2@sha256:22390a4ceb1c2849e6717aa8521fa50eaaa39e38abc103387076045161ebd351"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
diff --git a/docs/apps/incubator/zigbee2mqtt/index.md b/docs/apps/incubator/zigbee2mqtt/index.md
index 60925360299..d85995a0a77 100644
--- a/docs/apps/incubator/zigbee2mqtt/index.md
+++ b/docs/apps/incubator/zigbee2mqtt/index.md
@@ -2,8 +2,6 @@
Bridges events and allows you to control your Zigbee devices via MQTT
-
-
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)**
diff --git a/docs/apps/stable/custom-app/CHANGELOG.md b/docs/apps/stable/custom-app/CHANGELOG.md
index b4c5160baaf..93d4ea2305d 100644
--- a/docs/apps/stable/custom-app/CHANGELOG.md
+++ b/docs/apps/stable/custom-app/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [custom-app-2.0.11](https://github.com/truecharts/apps/compare/custom-app-2.0.10...custom-app-2.0.11) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [custom-app-2.0.10](https://github.com/truecharts/apps/compare/custom-app-2.0.9...custom-app-2.0.10) (2021-10-12)
diff --git a/docs/apps/stable/custom-app/helm-values.md b/docs/apps/stable/custom-app/helm-values.md
index 1bc8d984d47..4f116efa96c 100644
--- a/docs/apps/stable/custom-app/helm-values.md
+++ b/docs/apps/stable/custom-app/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
-| image.tag | string | `"v0.18.940@sha256:59cd2a21d13165ce5c7d5d64105591a204e864943f6acc2bbdd80577883bd14f"` | |
+| image.tag | string | `"v0.18.984@sha256:81800e3307f2face690f13f2281597fc06f9765f7995e9b6b568e587eb9bbe1b"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/deluge/CHANGELOG.md b/docs/apps/stable/deluge/CHANGELOG.md
index 762fe27dc13..9b95fc3fdd1 100644
--- a/docs/apps/stable/deluge/CHANGELOG.md
+++ b/docs/apps/stable/deluge/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [deluge-8.0.10](https://github.com/truecharts/apps/compare/deluge-8.0.9...deluge-8.0.10) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [deluge-8.0.9](https://github.com/truecharts/apps/compare/deluge-8.0.8...deluge-8.0.9) (2021-10-12)
diff --git a/docs/apps/stable/deluge/helm-values.md b/docs/apps/stable/deluge/helm-values.md
index 9e51f375bec..f2919f6a6a6 100644
--- a/docs/apps/stable/deluge/helm-values.md
+++ b/docs/apps/stable/deluge/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/linuxserver/deluge"` | |
-| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:dd7d2faafda2e764b5fe23ddf3ef75828e0a146199016877ede3e3b08dc957f1"` | |
+| image.tag | string | `"version-2.0.3-2201906121747ubuntu18.04.1@sha256:f94c291e6e56d337e2a460a58b022a49f5ce56f17d60a74e2431e3ff85040b19"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/jackett/CHANGELOG.md b/docs/apps/stable/jackett/CHANGELOG.md
index aaf78bc2f87..41e69bb5e68 100644
--- a/docs/apps/stable/jackett/CHANGELOG.md
+++ b/docs/apps/stable/jackett/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [jackett-8.0.11](https://github.com/truecharts/apps/compare/jackett-8.0.10...jackett-8.0.11) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [jackett-8.0.10](https://github.com/truecharts/apps/compare/jackett-8.0.9...jackett-8.0.10) (2021-10-12)
diff --git a/docs/apps/stable/jackett/helm-values.md b/docs/apps/stable/jackett/helm-values.md
index 1052bed9517..ece2fab6735 100644
--- a/docs/apps/stable/jackett/helm-values.md
+++ b/docs/apps/stable/jackett/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env | object | `{}` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/jackett"` | |
-| image.tag | string | `"v0.18.940@sha256:59cd2a21d13165ce5c7d5d64105591a204e864943f6acc2bbdd80577883bd14f"` | |
+| image.tag | string | `"v0.18.984@sha256:81800e3307f2face690f13f2281597fc06f9765f7995e9b6b568e587eb9bbe1b"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/apps/stable/kms/CHANGELOG.md b/docs/apps/stable/kms/CHANGELOG.md
index a5571f5b16d..e72ae4d101b 100644
--- a/docs/apps/stable/kms/CHANGELOG.md
+++ b/docs/apps/stable/kms/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [kms-8.0.8](https://github.com/truecharts/apps/compare/kms-8.0.7...kms-8.0.8) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [kms-8.0.7](https://github.com/truecharts/apps/compare/kms-8.0.6...kms-8.0.7) (2021-10-12)
diff --git a/docs/apps/stable/kms/helm-values.md b/docs/apps/stable/kms/helm-values.md
index f772aff9cdf..09a94a50117 100644
--- a/docs/apps/stable/kms/helm-values.md
+++ b/docs/apps/stable/kms/helm-values.md
@@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"pykmsorg/py-kms"` | |
-| image.tag | string | `"minimal@sha256:35e46676a48f8f39076ce876cb91a095673e4201c42002e2c80cba06001099eb"` | |
+| image.tag | string | `"minimal@sha256:a1d310b97ccbd6509111f980fef6d17a3ff3cfb89ccaeb8e5a02212f2a1f9f9e"` | |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
diff --git a/docs/apps/stable/nextcloud/CHANGELOG.md b/docs/apps/stable/nextcloud/CHANGELOG.md
index d7ffd8a6a45..e12f75e4bb0 100644
--- a/docs/apps/stable/nextcloud/CHANGELOG.md
+++ b/docs/apps/stable/nextcloud/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [nextcloud-6.0.19](https://github.com/truecharts/apps/compare/nextcloud-6.0.18...nextcloud-6.0.19) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [nextcloud-6.0.18](https://github.com/truecharts/apps/compare/nextcloud-6.0.17...nextcloud-6.0.18) (2021-10-12)
diff --git a/docs/apps/stable/nextcloud/helm-values.md b/docs/apps/stable/nextcloud/helm-values.md
index 1d5b6ef404a..ffbed5daf8c 100644
--- a/docs/apps/stable/nextcloud/helm-values.md
+++ b/docs/apps/stable/nextcloud/helm-values.md
@@ -31,7 +31,7 @@ You will, however, be able to use all values referenced in the common chart here
| envValueFrom.REDIS_HOST_PASSWORD.secretKeyRef.name | string | `"rediscreds"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"docker.io/nextcloud"` | |
-| image.tag | string | `"22.2.0@sha256:d0bc6d11da1c91b0bf235ecec05c418b0a2219998676a236c892fd59cb515015"` | |
+| image.tag | string | `"22.2.0@sha256:842b3bfd60633639be8d631cba82b3e0fab06bd98259c6ee1bce03ec1e84390d"` | |
| persistence.data.accessMode | string | `"ReadWriteOnce"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/var/www/html"` | |
diff --git a/docs/apps/stable/omada-controller/CHANGELOG.md b/docs/apps/stable/omada-controller/CHANGELOG.md
index 8cebae6cdc5..c6f09f3b265 100644
--- a/docs/apps/stable/omada-controller/CHANGELOG.md
+++ b/docs/apps/stable/omada-controller/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [omada-controller-3.0.10](https://github.com/truecharts/apps/compare/omada-controller-3.0.9...omada-controller-3.0.10) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [omada-controller-3.0.9](https://github.com/truecharts/apps/compare/omada-controller-3.0.8...omada-controller-3.0.9) (2021-10-12)
diff --git a/docs/apps/stable/omada-controller/helm-values.md b/docs/apps/stable/omada-controller/helm-values.md
index 03899f9fc28..b2f945d0635 100644
--- a/docs/apps/stable/omada-controller/helm-values.md
+++ b/docs/apps/stable/omada-controller/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"docker.io/mbentley/omada-controller"` | image repository |
-| image.tag | string | `"4.4@sha256:b9105b9aa045865c35bb1da5deeb3187688188098344b251bcf37c18c149f12f"` | image tag |
+| image.tag | string | `"4.4@sha256:e349c2a1c03e04843fdc0ce59a927298fac6c2e8a16ff33a0b3772ebad2c5dcc"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| podSecurityContext.runAsGroup | int | `0` | |
| podSecurityContext.runAsUser | int | `0` | |
diff --git a/docs/apps/stable/owncloud-ocis/CHANGELOG.md b/docs/apps/stable/owncloud-ocis/CHANGELOG.md
index ad7096a938c..4d28f6fe395 100644
--- a/docs/apps/stable/owncloud-ocis/CHANGELOG.md
+++ b/docs/apps/stable/owncloud-ocis/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [owncloud-ocis-3.0.7](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.6...owncloud-ocis-3.0.7) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [owncloud-ocis-3.0.6](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.5...owncloud-ocis-3.0.6) (2021-10-12)
diff --git a/docs/apps/stable/owncloud-ocis/helm-values.md b/docs/apps/stable/owncloud-ocis/helm-values.md
index 9256b74877e..5a73ed8698d 100644
--- a/docs/apps/stable/owncloud-ocis/helm-values.md
+++ b/docs/apps/stable/owncloud-ocis/helm-values.md
@@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"ghcr.io/truecharts/ocis"` | image repository |
-| image.tag | string | `"v1.12.0@sha256:dca60812fd8e47bbc0b554f8e768f0a8cebe467039cde09c76ce034a3b0fb47b"` | image tag |
+| image.tag | string | `"v1.13.0@sha256:8f1e2841849df772287d6ee6969b214b214c8200401a8491705305c12a85c50d"` | image tag |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
| service | object | See values.yaml | Configures service settings for the chart. |
diff --git a/docs/apps/stable/plex/CHANGELOG.md b/docs/apps/stable/plex/CHANGELOG.md
index 0f4162427c3..757f532746f 100644
--- a/docs/apps/stable/plex/CHANGELOG.md
+++ b/docs/apps/stable/plex/CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
+
+### [plex-7.0.7](https://github.com/truecharts/apps/compare/plex-7.0.6...plex-7.0.7) (2021-10-13)
+
+#### Chore
+
+* update non-major docker tags ([#1134](https://github.com/truecharts/apps/issues/1134))
+
+
+
### [plex-7.0.6](https://github.com/truecharts/apps/compare/plex-7.0.5...plex-7.0.6) (2021-10-12)
diff --git a/docs/apps/stable/plex/helm-values.md b/docs/apps/stable/plex/helm-values.md
index a8ac7e1f57f..839c947ca7f 100644
--- a/docs/apps/stable/plex/helm-values.md
+++ b/docs/apps/stable/plex/helm-values.md
@@ -14,7 +14,7 @@ You will, however, be able to use all values referenced in the common chart here
| env.ALLOWED_NETWORKS | string | `"172.16.0.0/16"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"ghcr.io/k8s-at-home/plex"` | |
-| image.tag | string | `"v1.24.3.5033-757abe6b4@sha256:23a65cc78a0aab38f26a60d38f65eefcb2db7dc4e5d99c4ac7ad8f722c677654"` | |
+| image.tag | string | `"v1.24.4.5081-e362dc1ee@sha256:76cf477469c9ba3951917188d662234032212f8e02f0a17f27036040cde509fc"` | |
| persistence.config.accessMode | string | `"ReadWriteOnce"` | |
| persistence.config.enabled | bool | `true` | |
| persistence.config.mountPath | string | `"/config"` | |
diff --git a/docs/index.yaml b/docs/index.yaml
index f8bd3f9e6a6..b1842eda46e 100644
--- a/docs/index.yaml
+++ b/docs/index.yaml
@@ -1873,6 +1873,59 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/airsonic-1.0.0/airsonic-1.0.0.tgz
version: 1.0.0
+ amcrest2mqtt:
+ - apiVersion: v2
+ appVersion: 1.0.9
+ created: "2021-10-13T21:35:26.579544416Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Expose all events from an Amcrest device to an MQTT broker
+ digest: a3cabc72656bb204e2bae28710fed81661f5c9eaa1ce790eface85f049ea39e7
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/amcrest2mqtt
+ icon: https://raw.githubusercontent.com/k8s-at-home/organization/main/logo/k8s-at-home-400.png
+ keywords:
+ - amcrest2mqtt
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: amcrest2mqtt
+ sources:
+ - https://github.com/dchesterton/amcrest2mqtt
+ urls:
+ - https://github.com/truecharts/apps/releases/download/amcrest2mqtt-0.0.2/amcrest2mqtt-0.0.2.tgz
+ version: 0.0.2
+ apache-musicindex:
+ - apiVersion: v2
+ appVersion: 1.4.1
+ created: "2021-10-13T21:35:26.791512371Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Index and stream music using apache-musicindex and m3u playlists
+ digest: 4461ffc3d5ef4db4892979ab341c66b2c788ca689f8bdbda509e9bc1030142a1
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-musicindex
+ icon: https://en.wikipedia.org/wiki/Apache_HTTP_Server#/media/File:Apache_HTTP_server_logo_(2019-present).svg
+ keywords:
+ - apache-musicindex
+ - streaming
+ - m3u
+ - playlist
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: apache-musicindex
+ sources:
+ - http://hacks.slashdirt.org/sw/musicindex/
+ urls:
+ - https://github.com/truecharts/apps/releases/download/apache-musicindex-0.0.2/apache-musicindex-0.0.2.tgz
+ version: 0.0.2
appdaemon:
- apiVersion: v2
appVersion: 4.1.0
@@ -4658,6 +4711,62 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/appdaemon-0.1.3/appdaemon-0.1.3.tgz
version: 0.1.3
+ aria2:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-10-13T21:35:26.99333319Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: aria server for downloading web content
+ digest: d92b29a7365157b4330886beb046f7ee227434bc637bcae64d10386ba34e5e04
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2
+ icon: https://avatars.githubusercontent.com/u/13545224?s=200&v=4
+ keywords:
+ - aria2
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: aria2
+ sources:
+ - https://github.com/P3TERX/Aria2-Pro-Docker
+ urls:
+ - https://github.com/truecharts/apps/releases/download/aria2-0.0.2/aria2-0.0.2.tgz
+ version: 0.0.2
+ audacity:
+ - apiVersion: v2
+ appVersion: 3.0.2
+ created: "2021-10-13T21:35:27.190857708Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: An easy-to-use, multi-track audio editor and recorder
+ digest: 07d732612d53eb16e2d08c4ffe044d51120803df8d52ee5a97bf0e7507f37d04
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/audacity
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/audacity-logo.png
+ keywords:
+ - audacity
+ - music
+ - recorder
+ - editor
+ - audio
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: audacity
+ sources:
+ - https://github.com/linuxserver/docker-audacity
+ - https://www.audacityteam.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/audacity-0.0.2/audacity-0.0.2.tgz
+ version: 0.0.2
authelia:
- apiVersion: v2
appVersion: 4.32.2
@@ -10857,6 +10966,37 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/bazarr-3.1.5/bazarr-3.1.5.tgz
version: 3.1.5
+ beets:
+ - apiVersion: v2
+ appVersion: 1.5.0
+ created: "2021-10-13T21:35:27.392171314Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A music library manager and not, for the most part, a music player.
+ digest: 4b54ca7eef18a3d43a479accf7d7ac033025b61c5c18392cc3cc37fc6091f4df
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/beets
+ icon: https://github.com/truecharts/apps/raw/main/images/beets.png
+ keywords:
+ - music
+ - library
+ - manager
+ - player
+ - beets
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: beets
+ sources:
+ - https://github.com/linuxserver/docker-beets
+ - https://beets.io/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/beets-0.0.2/beets-0.0.2.tgz
+ version: 0.0.2
bitwarden:
- apiVersion: v2
appVersion: auto
@@ -16372,6 +16512,67 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/calibre-web-3.1.5/calibre-web-3.1.5.tgz
version: 3.1.5
+ cloud9:
+ - apiVersion: v2
+ appVersion: 1.29.2
+ created: "2021-10-13T21:35:27.600573087Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A complete web based IDE with terminal access
+ digest: 6da27b476b556bcc115f08cd87df885d2e8a1df40604bbe5dc8d573cce747c66
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/cloud9
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9.png
+ keywords:
+ - cloud9
+ - ide
+ - terminal
+ - web
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: cloud9
+ sources:
+ - https://aws.amazon.com/cloud9/
+ - https://github.com/c9/core
+ - https://hub.docker.com/r/linuxserver/cloud9
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/cloud9-0.0.2/cloud9-0.0.2.tgz
+ version: 0.0.2
+ code-server:
+ - apiVersion: v2
+ appVersion: 3.11.1
+ created: "2021-10-13T21:35:27.802009396Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Run VS Code on any machine anywhere and access it in the browser.
+ digest: d7f12caaa4b98e2e0f63676ca508031710efa452deaeade7bc9402d4a976dc70
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server
+ icon: https://github.com/truecharts/apps/raw/main/images/code-server.jpg
+ keywords:
+ - code
+ - vs
+ - visual studio
+ - vscode
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: code-server
+ sources:
+ - https://github.com/cdr/code-server
+ - https://hub.docker.com/r/linuxserver/code-server
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/code-server-0.0.2/code-server-0.0.2.tgz
+ version: 0.0.2
collabora-online:
- apiVersion: v2
appVersion: 6.4.13.2
@@ -19293,6 +19494,27 @@ entries:
- https://github.com/truecharts/apps/releases/download/collabora-online-3.1.5/collabora-online-3.1.5.tgz
version: 3.1.5
common:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-10-13T21:35:28.002425982Z"
+ description: Function library for TrueCharts
+ digest: b44bcb9915b3eae97278f5ea4d237c778f0ef040a7afe0889852e642360a2f54
+ home: https://github.com/truecharts/apps/tree/master/charts/common
+ icon: https://avatars.githubusercontent.com/u/76400755
+ keywords:
+ - truecharts
+ - library-chart
+ - common
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: common
+ type: library
+ urls:
+ - https://github.com/truecharts/apps/releases/download/common-8.3.6/common-8.3.6.tgz
+ version: 8.3.6
- apiVersion: v2
appVersion: latest
created: "2021-10-12T09:40:07.342202211Z"
@@ -23040,7 +23262,57 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/common-test-2.0.0/common-test-2.0.0.tgz
version: 2.0.0
+ cryptofolio:
+ - apiVersion: v2
+ appVersion: 2.2.0
+ created: "2021-10-13T21:35:28.263170578Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Track your cryptocurrency holdings/portfolio
+ digest: 821a666fc5011792c39a97169137c4af60495a538bec3376731ffea2eff6bb40
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio
+ icon: https://raw.githubusercontent.com/Xtrendence/Cryptofolio/main/website/assets/img/Logo.png
+ keywords:
+ - cryptofolio
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: cryptofolio
+ sources:
+ - https://github.com/Xtrendence/cryptofolio
+ urls:
+ - https://github.com/truecharts/apps/releases/download/cryptofolio-0.0.2/cryptofolio-0.0.2.tgz
+ version: 0.0.2
custom-app:
+ - apiVersion: v2
+ appVersion: 0.18.984
+ created: "2021-10-13T21:35:28.463289857Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.3.5
+ description: Advanced tool to create your own TrueCharts-based App
+ digest: 796bb3973467f5e904260d1d8f98ac26ae732ec2d7349d871ce9e30f405b194f
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
+ icon: https://truecharts.org/_static/img/custom-app-icon.png
+ keywords:
+ - custom
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: custom-app
+ sources:
+ - https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/custom-app-2.0.11/custom-app-2.0.11.tgz
+ version: 2.0.11
- apiVersion: v2
appVersion: 0.18.940
created: "2021-10-12T17:45:28.4590772Z"
@@ -23791,6 +24063,36 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/custom-app-0.0.1/custom-app-0.0.1.tgz
version: 0.0.1
+ davos:
+ - apiVersion: v2
+ appVersion: 2.2.1
+ created: "2021-10-13T21:35:28.656965885Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: An FTP automation tool that periodically scans given host locations
+ for new files.
+ digest: 3e6d230b25f4156abbfdea11ca5755868ccef1a07d72e9d97df3622a6f2b2a94
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/davos
+ icon: https://github.com/linuxserver/davos/raw/master/src/main/resources/static/android-chrome-192x192.png
+ keywords:
+ - davos
+ - ftp
+ - automation
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: davos
+ sources:
+ - https://github.com/linuxserver/docker-davos
+ - https://github.com/linuxserver/davos/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/davos-0.0.2/davos-0.0.2.tgz
+ version: 0.0.2
deconz:
- apiVersion: v2
appVersion: 2.13.01
@@ -27886,6 +28188,33 @@ entries:
- https://github.com/truecharts/apps/releases/download/deepstack-cpu-1.0.3/deepstack-cpu-1.0.3.tgz
version: 1.0.3
deluge:
+ - apiVersion: v2
+ appVersion: 2.0.3
+ created: "2021-10-13T21:35:28.853648083Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.3.5
+ description: Deluge App for TrueNAS SCALE
+ digest: c84f28f69f565ad8d4b38567c22ec037531d4725cfa4d247d3d2d59648e95758
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge
+ icon: https://avatars2.githubusercontent.com/u/6733935?v=3&s=200
+ keywords:
+ - transmission
+ - torrent
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: deluge
+ sources:
+ - https://github.com/deluge-torrent/deluge
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/deluge-8.0.10/deluge-8.0.10.tgz
+ version: 8.0.10
- apiVersion: v2
appVersion: 2.0.3
created: "2021-10-12T17:45:28.912930339Z"
@@ -30194,6 +30523,37 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/deluge-3.1.5/deluge-3.1.5.tgz
version: 3.1.5
+ digikam:
+ - apiVersion: v2
+ appVersion: 7.3.0
+ created: "2021-10-13T21:35:29.039908138Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Professional Photo Management with the Power of Open Source
+ digest: 7f4af6544fd3c5d4222454452112adb9d2696002aea1cd1f928fda9c2a754754
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/digikam
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/digikam.png
+ keywords:
+ - digikam
+ - photo
+ - management
+ - image
+ - gallery
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: digikam
+ sources:
+ - https://github.com/linuxserver/docker-digikam
+ - https://www.digikam.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/digikam-0.0.2/digikam-0.0.2.tgz
+ version: 0.0.2
dizquetv:
- apiVersion: v2
appVersion: 1.5.0
@@ -31521,6 +31881,36 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/dizquetv-1.0.1/dizquetv-1.0.1.tgz
version: 1.0.1
+ doublecommander:
+ - apiVersion: v2
+ appVersion: 0.8.2
+ created: "2021-10-13T21:35:29.235294706Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A free cross platform open source file manager with two panels side
+ by side.
+ digest: 0c6f5f362f96c6290d96e34c7e7fb1fc3baf6edc1f3b39325e0c650c2aebec4b
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/doublecommander-icon.png
+ keywords:
+ - doublecommander
+ - file
+ - manager
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: doublecommander
+ sources:
+ - https://github.com/linuxserver/docker-doublecommander
+ - https://doublecmd.sourceforge.io/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/doublecommander-0.0.2/doublecommander-0.0.2.tgz
+ version: 0.0.2
duplicati:
- apiVersion: v2
appVersion: latest
@@ -39331,6 +39721,37 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/external-service-0.0.1/external-service-0.0.1.tgz
version: 0.0.1
+ filezilla:
+ - apiVersion: v2
+ appVersion: 3.51.0
+ created: "2021-10-13T21:35:29.436664314Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A Helm chart for Kubernetes
+ digest: 9662521a0edd404a16f45220ae13f24cc49d31c88ad0e3ab94971f5bacad196f
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/filezilla
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/filezilla-logo.png
+ keywords:
+ - filezilla
+ - ftp
+ - sftp
+ - ftps
+ - client
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: filezilla
+ sources:
+ - https://filezilla-project.org/
+ - https://github.com/linuxserver/docker-filezilla
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/filezilla-0.0.2/filezilla-0.0.2.tgz
+ version: 0.0.2
fireflyiii:
- apiVersion: v2
appVersion: 5.5.12
@@ -47931,6 +48352,34 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/focalboard-1.0.1/focalboard-1.0.1.tgz
version: 1.0.1
+ fossil:
+ - apiVersion: v2
+ appVersion: 2.15.1
+ created: "2021-10-13T21:35:29.617997953Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A simple, high-reliability, distributed software configuration management
+ system
+ digest: 22ee63c4686be04756881063b464dc4a2f1f71df9a06d2fadc6a956bd4ddc507
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil
+ icon: https://fossil-scm.org/home/doc/trunk/www/fossil3.gif
+ keywords:
+ - fossil
+ - scm
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: fossil
+ sources:
+ - https://fossil-scm.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/fossil-0.0.2/fossil-0.0.2.tgz
+ version: 0.0.2
freeradius:
- apiVersion: v2
appVersion: 3.0.23
@@ -54462,6 +54911,37 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/gitea-0.0.1/gitea-0.0.1.tgz
version: 0.0.1
+ golinks:
+ - apiVersion: v2
+ appVersion: 154c581
+ created: "2021-10-13T21:35:29.81517147Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A web app that allows you to create smart bookmarks, commands and
+ aliases by pointing your web browser's default search engine at a running instance.
+ digest: 9fa51756857492e94a152c73b081eb230a0720904b33b40e74ee8bc858017d06
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks
+ keywords:
+ - search
+ - browser
+ - bookmarks
+ - smart-bookmarks
+ - golinks
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: golinks
+ sources:
+ - https://github.com/prologic/golinks
+ - https://github.com/nicholaswilde/docker-golinks
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/golinks-0.0.2/golinks-0.0.2.tgz
+ version: 0.0.2
gonic:
- apiVersion: v2
appVersion: 0.14.0
@@ -55763,6 +56243,36 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/gonic-1.0.1/gonic-1.0.1.tgz
version: 1.0.1
+ grav:
+ - apiVersion: v2
+ appVersion: 1.7.18
+ created: "2021-10-13T21:35:30.004403761Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A Fast, Simple, and Flexible, file-based Web-platform.
+ digest: 0d8dc7cd8908befcd91f0b93e26d61ebe1e2099f1619b3377b748201bb3ecf81
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/grav
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/grav-logo.png
+ keywords:
+ - grav
+ - web
+ - platform
+ - file
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: grav
+ sources:
+ - https://github.com/linuxserver/docker-grav
+ - https://github.com/getgrav/grav/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/grav-0.0.2/grav-0.0.2.tgz
+ version: 0.0.2
grocy:
- apiVersion: v2
appVersion: 3.1.1
@@ -62785,6 +63295,36 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/haste-server-1.0.0/haste-server-1.0.0.tgz
version: 1.0.0
+ headphones:
+ - apiVersion: v2
+ appVersion: 58edc604
+ created: "2021-10-13T21:35:30.200982326Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: An automated music downloader for NZB and Torrent, written in Python.
+ It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
+ digest: 8ce0f76db6115fe8b94f02cb3b3d35162d31684ca5d06a981c3613022dc6e583
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/headphones-banner.png
+ keywords:
+ - headphones
+ - music
+ - downloader
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: headphones
+ sources:
+ - https://github.com/linuxserver/docker-headphones
+ - https://github.com/rembo10/headphones
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/headphones-0.0.2/headphones-0.0.2.tgz
+ version: 0.0.2
healthchecks:
- apiVersion: v2
appVersion: 1.22.0
@@ -71030,7 +71570,66 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/hyperion-ng-1.0.1/hyperion-ng-1.0.1.tgz
version: 1.0.1
+ icantbelieveitsnotvaletudo:
+ - apiVersion: v2
+ appVersion: 2021.2.1
+ created: "2021-10-13T21:35:30.392205564Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Create live map data from Valetudo powered robots
+ digest: 8e3a1e0ed63ef8444abcb369064ec4b2f8b0000e8a0bb21ddcf57787b3bb7bb0
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/icantbelieveitsnotvaletudo
+ icon: https://raw.githubusercontent.com/Hypfer/Valetudo/master/assets/logo/valetudo_logo_small.svg
+ keywords:
+ - icantbelieveitsnotvaletudo
+ - MQTT
+ - valetudo
+ - iot
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: icantbelieveitsnotvaletudo
+ sources:
+ - https://github.com/Hypfer/ICantBelieveItsNotValetudo
+ - https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo
+ urls:
+ - https://github.com/truecharts/apps/releases/download/icantbelieveitsnotvaletudo-0.0.2/icantbelieveitsnotvaletudo-0.0.2.tgz
+ version: 0.0.2
jackett:
+ - apiVersion: v2
+ appVersion: 0.18.984
+ created: "2021-10-13T21:35:30.578124177Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.3.5
+ description: API Support for your favorite torrent trackers.
+ digest: 95450e803377ad0feaa7daa750bc6056b39e3e3e0849873b2f6ee78ed8df94c6
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
+ icon: https://truecharts.org/_static/img/jackett-icon.png
+ keywords:
+ - jackett
+ - torrent
+ - usenet
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: jackett
+ sources:
+ - https://github.com/Jackett/Jackett
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/jackett-8.0.11/jackett-8.0.11.tgz
+ version: 8.0.11
- apiVersion: v2
appVersion: 0.18.940
created: "2021-10-12T17:45:32.034999577Z"
@@ -78478,6 +79077,34 @@ entries:
- https://github.com/truecharts/apps/releases/download/k8s-gateway-0.0.1/k8s-gateway-0.0.1.tgz
version: 0.0.1
kms:
+ - apiVersion: v2
+ appVersion: minimal
+ created: "2021-10-13T21:35:30.775378058Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.3.5
+ description: Private Windows Activation Server for development and testing
+ digest: 1de1b0954d44d07d7b7228f1819ddfd5e7bab8b23657a8704075951c1d14f015
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/kms
+ icon: https://truecharts.org/_static/img/kms-icon.jpg
+ keywords:
+ - kms
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: kms
+ sources:
+ - https://github.com/SystemRage/py-kms
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/kms-8.0.8/kms-8.0.8.tgz
+ version: 8.0.8
- apiVersion: v2
appVersion: minimal
created: "2021-10-12T17:45:32.543149915Z"
@@ -85385,6 +86012,36 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/lazylibrarian-3.1.5/lazylibrarian-3.1.5.tgz
version: 3.1.5
+ leaf2mqtt:
+ - apiVersion: v2
+ appVersion: "0.5"
+ created: "2021-10-13T21:35:30.976648835Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Nissan Leaf connected services to MQTT adapter
+ digest: c69ed00396b2cebc1a1552d2c230dedbbf0eb54fb0ed6ff720870936a280d105
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/leaf2mqtt
+ icon: https://www.nissanusa.com/content/dam/Nissan/us/Navigation/nissan-logo-black.svg
+ keywords:
+ - leaf2mqtt
+ - leaf
+ - nissan
+ - kamereon
+ - carwings
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: leaf2mqtt
+ sources:
+ - https://github.com/mitsumaui/leaf2mqtt
+ - https://github.com/k8s-at-home/container-images
+ urls:
+ - https://github.com/truecharts/apps/releases/download/leaf2mqtt-0.0.2/leaf2mqtt-0.0.2.tgz
+ version: 0.0.2
librespeed:
- apiVersion: v2
appVersion: 5.2.4
@@ -94965,6 +95622,65 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/mealie-1.0.0/mealie-1.0.0.tgz
version: 1.0.0
+ medusa:
+ - apiVersion: v2
+ appVersion: 0.5.17
+ created: "2021-10-13T21:35:31.181965408Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: An automatic Video Library Manager for TV Shows
+ digest: 55717befdbecdb4d8502d44869fee696826950feab30838e42167bc02f31647e
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/medusa
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/medusa-icon.png
+ keywords:
+ - medusa
+ - video
+ - library
+ - manager
+ - tv
+ - shows
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: medusa
+ sources:
+ - https://github.com/linuxserver/docker-medusa
+ - https://pymedusa.com/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/medusa-0.0.2/medusa-0.0.2.tgz
+ version: 0.0.2
+ minio-console:
+ - apiVersion: v2
+ appVersion: 0.10.4
+ created: "2021-10-13T21:35:31.368148026Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A management console for minio server and operator
+ digest: 9dc6b62d65473b2caf2ae643e297720ad17296992672558ef8942fe2f920a43c
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console
+ icon: https://min.io/resources/img/logo/MINIO_wordmark.png
+ keywords:
+ - minio-console
+ - minio
+ - s3
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: minio-console
+ sources:
+ - https://github.com/minio/console
+ urls:
+ - https://github.com/truecharts/apps/releases/download/minio-console-0.0.2/minio-console-0.0.2.tgz
+ version: 0.0.2
mosquitto:
- apiVersion: v2
appVersion: 2.0.12
@@ -96856,6 +97572,66 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/mosquitto-1.0.0/mosquitto-1.0.0.tgz
version: 1.0.0
+ mstream:
+ - apiVersion: v2
+ appVersion: 5.2.5
+ created: "2021-10-13T21:35:31.561148007Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A personal music streaming server
+ digest: ac46498cf64d91647ec2e86c8b83727f208d721b0909102a6b5e044042461623
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream
+ icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/mstream.png
+ keywords:
+ - mstream
+ - server
+ - music
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: mstream
+ sources:
+ - https://github.com/linuxserver/docker-mstream
+ - https://mstream.io/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/mstream-0.0.2/mstream-0.0.2.tgz
+ version: 0.0.2
+ muximux:
+ - apiVersion: v2
+ appVersion: "057352e8"
+ created: "2021-10-13T21:35:31.756407841Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A lightweight portal to view & manage your HTPC apps without having
+ to run anything more than a PHP enabled webserver
+ digest: 9f278460a74b4d25a906114784cfa62e0f08608d47c8a14efc653a5be90816ae
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/muximux-icon.png
+ keywords:
+ - muximux
+ - htpc
+ - manage
+ - portal
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: muximux
+ sources:
+ - https://github.com/linuxserver/docker-muximux
+ - https://github.com/mescon/Muximux
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/muximux-0.0.2/muximux-0.0.2.tgz
+ version: 0.0.2
mylar:
- apiVersion: v2
appVersion: 0.5.3
@@ -100684,6 +101460,45 @@ entries:
- https://github.com/truecharts/apps/releases/download/navidrome-3.1.5/navidrome-3.1.5.tgz
version: 3.1.5
nextcloud:
+ - apiVersion: v2
+ appVersion: 22.2.0
+ created: "2021-10-13T21:35:32.044866287Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.3.5
+ - condition: postgresql.enabled
+ name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.15
+ - condition: redis.enabled
+ name: redis
+ repository: https://charts.bitnami.com/bitnami
+ version: 15.4.1
+ description: A private cloud server that puts the control and security of your
+ own data back into your hands.
+ digest: cb77b36c6f7981defad4e6d9311f229fe5c7ff1a2d3c61f52565afe5b0457119
+ home: https://nextcloud.com/
+ icon: https://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Nextcloud_Logo.svg/1280px-Nextcloud_Logo.svg.png
+ keywords:
+ - nextcloud
+ - storage
+ - http
+ - web
+ - php
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: nextcloud
+ sources:
+ - https://github.com/nextcloud/docker
+ - https://github.com/nextcloud/helm
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/nextcloud-6.0.19/nextcloud-6.0.19.tgz
+ version: 6.0.19
- apiVersion: v2
appVersion: 22.2.0
created: "2021-10-12T18:06:33.348668407Z"
@@ -108556,6 +109371,66 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/node-red-3.1.5/node-red-3.1.5.tgz
version: 3.1.5
+ notes:
+ - apiVersion: v2
+ appVersion: ee287b9
+ created: "2021-10-13T21:35:32.282535227Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A self-hosted note taking web app that lets you keep track of your
+ notes and search them in a easy and minimal way.
+ digest: 87cf3870bb2dffac0b090cd433377526a59fce2b3b99ce7763bcc2ebd6d86e7a
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/notes
+ keywords:
+ - markdown
+ - notes
+ - app
+ - web
+ - webapp
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: notes
+ sources:
+ - https://github.com/prologic/notes
+ - https://github.com/nicholaswilde/docker-notes
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/notes-0.0.2/notes-0.0.2.tgz
+ version: 0.0.2
+ novnc:
+ - apiVersion: v2
+ appVersion: 1.2.0
+ created: "2021-10-13T21:35:32.475291902Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: The open source VNC client
+ digest: dfa94948b6bd987604a5d630140a6b1a7ec1f6f692bdfaffe7d196af8f1b71d9
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc
+ icon: https://github.com/truecharts/apps/raw/main/images/novnc.png
+ keywords:
+ - novnc
+ - vnc
+ - remote
+ - desktop
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: novnc
+ sources:
+ - https://novnc.com/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/novnc-0.0.2/novnc-0.0.2.tgz
+ version: 0.0.2
nullserv:
- apiVersion: v2
appVersion: 1.3.0
@@ -115400,6 +116275,32 @@ entries:
- https://github.com/truecharts/apps/releases/download/octoprint-1.0.1/octoprint-1.0.1.tgz
version: 1.0.1
omada-controller:
+ - apiVersion: v2
+ appVersion: "4.4"
+ created: "2021-10-13T21:35:32.651017172Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.3.5
+ description: Omada enables the network administrators to monitor and manage all
+ the Omada products in the network with a centralized management platform.
+ digest: 083077a7121517055217f63165f883129d6e16ef7fe8f0412260e0251814085b
+ home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller
+ icon: https://www.tp-link.com/assets/images/icon/logo-white.svg
+ keywords:
+ - omada-controller
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: omada-controller
+ sources:
+ - https://github.com/mbentley/docker-omada-controller
+ - https://github.com/truechartsapps/tree/master/charts/omada-controller
+ urls:
+ - https://github.com/truecharts/apps/releases/download/omada-controller-3.0.10/omada-controller-3.0.10.tgz
+ version: 3.0.10
- apiVersion: v2
appVersion: "4.4"
created: "2021-10-12T17:45:34.83575186Z"
@@ -127371,6 +128272,38 @@ entries:
- https://github.com/truecharts/apps/releases/download/owncast-1.0.1/owncast-1.0.1.tgz
version: 1.0.1
owncloud-ocis:
+ - apiVersion: v2
+ appVersion: 1.13.0
+ created: "2021-10-13T21:35:32.846497111Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.3.5
+ description: ownCloud Infinite Scale is a self-hosted file sync and share server.
+ digest: 56838fc234fdb36f78c38d8f5b31136cccc69b0d932ff1c16d17ce75ca0e1594
+ home: https://github.com/truechartsapps/tree/master/charts/stable/owncloud-ocis
+ icon: https://avatars.githubusercontent.com/u/1645051?s=200&v=4
+ keywords:
+ - owncloud
+ - ocis
+ - infinite
+ - scale
+ - self-hosted
+ - sync
+ - share
+ - server
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: truecharts
+ url: https://truecharts.org
+ name: owncloud-ocis
+ sources:
+ - https://hub.docker.com/r/owncloud/ocis
+ - https://owncloud.dev/ocis/
+ urls:
+ - https://github.com/truecharts/apps/releases/download/owncloud-ocis-3.0.7/owncloud-ocis-3.0.7.tgz
+ version: 3.0.7
- apiVersion: v2
appVersion: 1.12.0
created: "2021-10-12T17:45:35.899335186Z"
@@ -132257,6 +133190,37 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/photoprism-1.0.1/photoprism-1.0.1.tgz
version: 1.0.1
+ photoshow:
+ - apiVersion: v2
+ appVersion: 48aabb98
+ created: "2021-10-13T21:35:33.02213778Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A gallery software at its easiest, it doesn't even require a database.
+ digest: d3a43d432edd45cfe3af097b8eab17d6d91d712fdc11eb7a7abf55314c22d0ef
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/photoshow
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/photoshow-icon.png
+ keywords:
+ - photoshow
+ - photo
+ - show
+ - gallary
+ - image
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: photoshow
+ sources:
+ - https://github.com/thibaud-rohmer/PhotoShow
+ - https://github.com/linuxserver/docker-photoshow
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/photoshow-0.0.2/photoshow-0.0.2.tgz
+ version: 0.0.2
phpldapadmin:
- apiVersion: v2
appVersion: 0.9.0
@@ -135450,7 +136414,96 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/pihole-0.0.1/pihole-0.0.1.tgz
version: 0.0.1
+ piwigo:
+ - apiVersion: v2
+ appVersion: 11.5.0
+ created: "2021-10-13T21:35:33.206053545Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A is photo gallery software for the web, built by an active community
+ of users and developers.
+ digest: c767c71d94afb4d54a8344b19d9400354b651c751ade1c45f56f78a0fd08d40e
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo
+ icon: https://avatars.githubusercontent.com/u/9326886?s=200&v=4
+ keywords:
+ - piwigo
+ - gallery
+ - photo
+ - image
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: piwigo
+ sources:
+ - http://piwigo.org/
+ - https://github.com/linuxserver/docker-piwigo
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/piwigo-0.0.2/piwigo-0.0.2.tgz
+ version: 0.0.2
+ pixapop:
+ - apiVersion: v2
+ appVersion: "1.2"
+ created: "2021-10-13T21:35:33.387706356Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: An open-source single page application to view your photos in the
+ easiest way possible.
+ digest: 30f15ec7bdb4ba407f311d50bed6e3f06694448778691c7d1c27110b8a253468
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pixapop.png
+ keywords:
+ - pixapop
+ - photo
+ - gallery
+ - image
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: pixapop
+ sources:
+ - https://github.com/linuxserver/docker-pixapop
+ - https://github.com/bierdok/pixapop
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/pixapop-0.0.2/pixapop-0.0.2.tgz
+ version: 0.0.2
plex:
+ - apiVersion: v2
+ appVersion: 1.24.4.508
+ created: "2021-10-13T21:35:33.565110266Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.3.5
+ description: Plex Media Server
+ digest: 275dbe551bcfd1b8a51dd05ad84ca3bf56ac53e67470149647d850815c01c20e
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/plex
+ icon: https://www.plex.tv/wp-content/uploads/2018/01/pmp-icon-1.png
+ keywords:
+ - plex
+ - plex-media-server
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ - email: kjeld@schouten-lebbing.nl
+ name: Ornias1993
+ url: truecharts.org
+ name: plex
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/plex-7.0.7/plex-7.0.7.tgz
+ version: 7.0.7
- apiVersion: v2
appVersion: 1.24.3.503
created: "2021-10-12T17:45:36.658672796Z"
@@ -161035,6 +162088,36 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/reg-1.0.0/reg-1.0.0.tgz
version: 1.0.0
+ remmina:
+ - apiVersion: v2
+ appVersion: 1.2.0-rcgi
+ created: "2021-10-13T21:35:33.769746823Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A remote desktop client written in GTK
+ digest: 6af8a286af1852517484636b898cd23e2ee91e57fbcb8e8ce5b113f875a2d4a2
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/remmina
+ icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/remmina-icon.png
+ keywords:
+ - remina
+ - remote
+ - desktop
+ - client
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: remmina
+ sources:
+ - https://github.com/linuxserver/docker-remmina
+ - https://remmina.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/remmina-0.0.2/remmina-0.0.2.tgz
+ version: 0.0.2
resilio-sync:
- apiVersion: v2
appVersion: 2.7.2.1375
@@ -165912,6 +166995,125 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/ser2sock-1.0.1/ser2sock-1.0.1.tgz
version: 1.0.1
+ shorturl:
+ - apiVersion: v2
+ appVersion: 0.1.0
+ created: "2021-10-13T21:35:33.965308064Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Self hosted web app for shortening urls (URL shortener)
+ digest: 617f18875f5b00d12e5917b22e313334cff8ec45bc2447eb25c60059e36443c9
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl
+ keywords:
+ - url
+ - shortener
+ - shorten
+ - shorturl
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: shorturl
+ sources:
+ - https://github.com/prologic/shorturl
+ - https://github.com/nicholaswilde/docker-shorturl
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/shorturl-0.0.2/shorturl-0.0.2.tgz
+ version: 0.0.2
+ sickchill:
+ - apiVersion: v2
+ appVersion: 2021.5.10
+ created: "2021-10-13T21:35:34.166893448Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: An Automatic Video Library Manager for TV Shows
+ digest: f3338495f27cfff9e0d3efdaa8f407a89c3d2ede92b4fe10176e8b3f570d2967
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/sickchill
+ icon: https://github.com/SickChill/SickChill/raw/master/sickchill/gui/slick/images/ico/android-chrome-256x256.png
+ keywords:
+ - sickchill
+ - video
+ - library
+ - manager
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: sickchill
+ sources:
+ - https://github.com/linuxserver/docker-sickchill
+ - https://github.com/SickChill/SickChill
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/sickchill-0.0.2/sickchill-0.0.2.tgz
+ version: 0.0.2
+ sickgear:
+ - apiVersion: v2
+ appVersion: 0.25.4
+ created: "2021-10-13T21:35:34.372778934Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Provides management of TV shows and/or Anime, it detects new episodes,
+ links downloader apps, and more
+ digest: ebf44adc32b2d9019ab6f1d4602f0eb96f2786756d4ff11fb180643e9e76984b
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear
+ icon: https://avatars.githubusercontent.com/u/9690267?s=200&v=4
+ keywords:
+ - sickgear
+ - manager
+ - tv
+ - shows
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: sickgear
+ sources:
+ - https://github.com/linuxserver/docker-sickgear
+ - https://github.com/SickGear/SickGear
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/sickgear-0.0.2/sickgear-0.0.2.tgz
+ version: 0.0.2
+ smokeping:
+ - apiVersion: v2
+ appVersion: 2.7.3
+ created: "2021-10-13T21:35:34.574110012Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Keep track of your network latency.
+ digest: 1864a8bf6bd4ae699428621a9bb189eab57884e130e9f9074262ded4ce126b98
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping
+ icon: https://github.com/truecharts/apps/raw/main/images/smokeping.png
+ keywords:
+ - smokeping
+ - network
+ - latency
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: smokeping
+ sources:
+ - https://oss.oetiker.ch/smokeping/
+ - https://hub.docker.com/r/linuxserver/smokeping
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/smokeping-0.0.2/smokeping-0.0.2.tgz
+ version: 0.0.2
sogo:
- apiVersion: v2
appVersion: 5.2.0
@@ -169427,6 +170629,37 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/sonarr-3.1.5/sonarr-3.1.5.tgz
version: 3.1.5
+ sqlitebrowser:
+ - apiVersion: v2
+ appVersion: 3.12.2
+ created: "2021-10-13T21:35:34.772282215Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A high quality, visual, open source tool to create, design, and edit
+ database files compatible with SQLite
+ digest: e31f15b4e5f25ef995904245cd82d1ce324811083cc40c86211fdb2317326abc
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser
+ icon: https://sqlitebrowser.org/images/sqlitebrowser.svg
+ keywords:
+ - sqlite
+ - browser
+ - sqlitebrowser
+ - database
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: sqlitebrowser
+ sources:
+ - https://github.com/linuxserver/docker-sqlitebrowser
+ - https://sqlitebrowser.org/
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/sqlitebrowser-0.0.2/sqlitebrowser-0.0.2.tgz
+ version: 0.0.2
stash:
- apiVersion: v2
appVersion: 0.10.0
@@ -170753,6 +171986,36 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/stash-1.0.2/stash-1.0.2.tgz
version: 1.0.2
+ static:
+ - apiVersion: v2
+ appVersion: ee8a20c
+ created: "2021-10-13T21:35:35.489269431Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A self-hosted static file serving app which does nothing more than
+ just serve up static files from a mounted volume.
+ digest: c2be292007f5983865b044a5977c8d8566a78690f4376a9d0eb71ac6c80717d2
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/static
+ keywords:
+ - app
+ - web
+ - filesystem
+ - static
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: static
+ sources:
+ - https://github.com/prologic/static
+ - https://github.com/nicholaswilde/docker-static
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/static-0.0.2/static-0.0.2.tgz
+ version: 0.0.2
syncthing:
- apiVersion: v2
appVersion: 1.18.3
@@ -189894,6 +191157,37 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/tvheadend-4.1.5/tvheadend-4.1.5.tgz
version: 4.1.5
+ twtxt:
+ - apiVersion: v2
+ appVersion: 0.1.1
+ created: "2021-10-13T21:35:35.668598887Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform.
+ No ads, no tracking, your content, your data!
+ digest: 78c4dc2881415a894352e6fe18c8cb93cdade9bcd7211699831f03dcf86e7a99
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt
+ icon: https://twtxt.net/media/XsLsDHuisnXcL6NuUkYguK.png
+ keywords:
+ - twtxt
+ - blogging
+ - blog
+ - social-network
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: twtxt
+ sources:
+ - https://github.com/prologic/twtxt
+ - https://github.com/nicholaswilde/docker-twtxt
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/twtxt-0.0.2/twtxt-0.0.2.tgz
+ version: 0.0.2
unifi:
- apiVersion: v2
appVersion: 6.4.54
@@ -194494,6 +195788,33 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/unpackerr-1.0.0/unpackerr-1.0.0.tgz
version: 1.0.0
+ valheim:
+ - apiVersion: v2
+ appVersion: latest
+ created: "2021-10-13T21:35:35.872268221Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Valheim dedicated gameserver with automatic update and world backup
+ support
+ digest: df2b08fbf6c3764273b59489a7fc26400ca787a63d401d36929356c060b2e532
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/valheim
+ icon: https://raw.githubusercontent.com/lloesche/valheim-server-docker/main/misc/Logo_valheim.png
+ keywords:
+ - valheim
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: valheim
+ sources:
+ - https://github.com/lloesche/valheim-server-docker
+ - https://hub.docker.com/r/lloesche/valheim-server
+ urls:
+ - https://github.com/truecharts/apps/releases/download/valheim-0.0.2/valheim-0.0.2.tgz
+ version: 0.0.2
vaultwarden:
- apiVersion: v2
appVersion: 1.22.2
@@ -199502,6 +200823,64 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/vaultwarden-1.0.0/vaultwarden-1.0.0.tgz
version: 1.0.0
+ whoogle:
+ - apiVersion: v2
+ appVersion: 0.6.0
+ created: "2021-10-13T21:35:36.055613672Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A self-hosted, ad-free, privacy-respecting metasearch engine
+ digest: 8368e2e578c1a70ae4c18b03332d1481961af15b69f1e5a1349a0d229281d524
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle
+ icon: https://raw.githubusercontent.com/benbusby/whoogle-search/develop/docs/banner.png
+ keywords:
+ - whoogle
+ - search
+ - open source
+ - privacy
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: whoogle
+ sources:
+ - https://github.com/benbusby/whoogle-search
+ urls:
+ - https://github.com/truecharts/apps/releases/download/whoogle-0.0.2/whoogle-0.0.2.tgz
+ version: 0.0.2
+ wiki:
+ - apiVersion: v2
+ appVersion: 900b76a
+ created: "2021-10-13T21:35:36.243126523Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: A self-hosted well uh wiki engine or content management system.
+ digest: 93b336c76066828941b50a18078cb754eab7bbc8db948ff51d75d514c2d6919e
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/wiki
+ keywords:
+ - wiki
+ - web
+ - blog
+ - cms
+ - app
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: wiki
+ sources:
+ - https://github.com/prologic/wiki
+ - https://github.com/nicholaswilde/docker-wiki
+ type: application
+ urls:
+ - https://github.com/truecharts/apps/releases/download/wiki-0.0.2/wiki-0.0.2.tgz
+ version: 0.0.2
xteve:
- apiVersion: v2
appVersion: 2.2.0.200
@@ -200903,6 +202282,34 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/xteve-1.0.1/xteve-1.0.1.tgz
version: 1.0.1
+ zigbee2mqtt:
+ - apiVersion: v2
+ appVersion: 1.21.2
+ created: "2021-10-13T21:35:36.416972048Z"
+ dependencies:
+ - name: common
+ repository: https://truecharts.org
+ version: 8.2.1
+ description: Bridges events and allows you to control your Zigbee devices via
+ MQTT
+ digest: 6f073016a135a2db061458740f60e864e9b9a98f8fcf7396632efd6ef39139e4
+ home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt
+ icon: https://www.zigbee2mqtt.io/images/logo.png
+ keywords:
+ - zigbee
+ - mqtt
+ - home-assistant
+ kubeVersion: '>=1.16.0-0'
+ maintainers:
+ - email: info@truecharts.org
+ name: TrueCharts
+ url: truecharts.org
+ name: zigbee2mqtt
+ sources:
+ - https://github.com/Koenkk/zigbee2mqtt
+ urls:
+ - https://github.com/truecharts/apps/releases/download/zigbee2mqtt-0.0.2/zigbee2mqtt-0.0.2.tgz
+ version: 0.0.2
zwavejs2mqtt:
- apiVersion: v2
appVersion: 5.8.0
@@ -204434,4 +205841,4 @@ entries:
urls:
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-3.1.5/zwavejs2mqtt-3.1.5.tgz
version: 3.1.5
-generated: "2021-10-13T17:38:06.315921815Z"
+generated: "2021-10-13T21:35:36.494195581Z"