diff --git a/incubator/amcrest2mqtt/0.0.4/CHANGELOG.md b/incubator/amcrest2mqtt/0.0.4/CHANGELOG.md
deleted file mode 100644
index 45294e2ce0..0000000000
--- a/incubator/amcrest2mqtt/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [amcrest2mqtt-0.0.4](https://github.com/truecharts/apps/compare/amcrest2mqtt-0.0.3...amcrest2mqtt-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/incubator/amcrest2mqtt/0.0.4/Chart.lock b/incubator/amcrest2mqtt/0.0.4/Chart.lock
deleted file mode 100644
index b51220e108..0000000000
--- a/incubator/amcrest2mqtt/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:21:45.014092323Z"
diff --git a/incubator/amcrest2mqtt/0.0.4/charts/common-8.3.10.tgz b/incubator/amcrest2mqtt/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/amcrest2mqtt/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/amcrest2mqtt/0.0.4/ix_values.yaml b/incubator/amcrest2mqtt/0.0.4/ix_values.yaml
deleted file mode 100644
index 11d2a34959..0000000000
--- a/incubator/amcrest2mqtt/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: dchesterton/amcrest2mqtt
- pullPolicy: IfNotPresent
- tag: 1.0.9@sha256:cc70f2238aa9fdc77185eced6131190d4b159e7b88591ca238aee3ab863cca65
-
-service:
- main:
- enabled: false
-
-probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/amcrest2mqtt/0.0.4/values.yaml b/incubator/amcrest2mqtt/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/amcrest2mqtt/0.0.5/CHANGELOG.md b/incubator/amcrest2mqtt/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..68a8f0301c
--- /dev/null
+++ b/incubator/amcrest2mqtt/0.0.5/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [amcrest2mqtt-0.0.5](https://github.com/truecharts/apps/compare/amcrest2mqtt-0.0.4...amcrest2mqtt-0.0.5) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/amcrest2mqtt/0.0.4/CONFIG.md b/incubator/amcrest2mqtt/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/amcrest2mqtt/0.0.4/CONFIG.md
rename to incubator/amcrest2mqtt/0.0.5/CONFIG.md
diff --git a/incubator/amcrest2mqtt/0.0.5/Chart.lock b/incubator/amcrest2mqtt/0.0.5/Chart.lock
new file mode 100644
index 0000000000..c222ab3ee6
--- /dev/null
+++ b/incubator/amcrest2mqtt/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:09:53.119002258Z"
diff --git a/incubator/amcrest2mqtt/0.0.4/Chart.yaml b/incubator/amcrest2mqtt/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/amcrest2mqtt/0.0.4/Chart.yaml
rename to incubator/amcrest2mqtt/0.0.5/Chart.yaml
index ae0065afe9..9d37af13c8 100644
--- a/incubator/amcrest2mqtt/0.0.4/Chart.yaml
+++ b/incubator/amcrest2mqtt/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.0.9"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Expose all events from an Amcrest device to an MQTT broker
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
@@ -17,4 +17,4 @@ maintainers:
name: amcrest2mqtt
sources:
- https://github.com/dchesterton/amcrest2mqtt
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/amcrest2mqtt/0.0.4/README.md b/incubator/amcrest2mqtt/0.0.5/README.md
similarity index 96%
rename from incubator/amcrest2mqtt/0.0.4/README.md
rename to incubator/amcrest2mqtt/0.0.5/README.md
index 5c663f86c4..95e49dbdc7 100644
--- a/incubator/amcrest2mqtt/0.0.4/README.md
+++ b/incubator/amcrest2mqtt/0.0.5/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/amcrest2mqtt/0.0.4/app-readme.md b/incubator/amcrest2mqtt/0.0.5/app-readme.md
similarity index 100%
rename from incubator/amcrest2mqtt/0.0.4/app-readme.md
rename to incubator/amcrest2mqtt/0.0.5/app-readme.md
diff --git a/incubator/amcrest2mqtt/0.0.5/charts/common-8.3.12.tgz b/incubator/amcrest2mqtt/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/amcrest2mqtt/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/amcrest2mqtt/0.0.4/helm-values.md b/incubator/amcrest2mqtt/0.0.5/helm-values.md
similarity index 100%
rename from incubator/amcrest2mqtt/0.0.4/helm-values.md
rename to incubator/amcrest2mqtt/0.0.5/helm-values.md
diff --git a/incubator/amcrest2mqtt/0.0.4/questions.yaml b/incubator/amcrest2mqtt/0.0.5/questions.yaml
similarity index 100%
rename from incubator/amcrest2mqtt/0.0.4/questions.yaml
rename to incubator/amcrest2mqtt/0.0.5/questions.yaml
diff --git a/incubator/amcrest2mqtt/0.0.4/templates/common.yaml b/incubator/amcrest2mqtt/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/amcrest2mqtt/0.0.4/templates/common.yaml
rename to incubator/amcrest2mqtt/0.0.5/templates/common.yaml
diff --git a/incubator/amcrest2mqtt/0.0.4/test_values.yaml b/incubator/amcrest2mqtt/0.0.5/values.yaml
similarity index 100%
rename from incubator/amcrest2mqtt/0.0.4/test_values.yaml
rename to incubator/amcrest2mqtt/0.0.5/values.yaml
diff --git a/incubator/apache-musicindex/0.0.4/CHANGELOG.md b/incubator/apache-musicindex/0.0.4/CHANGELOG.md
deleted file mode 100644
index 8f535598f1..0000000000
--- a/incubator/apache-musicindex/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [apache-musicindex-0.0.4](https://github.com/truecharts/apps/compare/apache-musicindex-0.0.3...apache-musicindex-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/incubator/apache-musicindex/0.0.4/Chart.lock b/incubator/apache-musicindex/0.0.4/Chart.lock
deleted file mode 100644
index ed62f9e761..0000000000
--- a/incubator/apache-musicindex/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:21:59.723411673Z"
diff --git a/incubator/apache-musicindex/0.0.4/charts/common-8.3.10.tgz b/incubator/apache-musicindex/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/apache-musicindex/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/apache-musicindex/0.0.4/ix_values.yaml b/incubator/apache-musicindex/0.0.4/ix_values.yaml
deleted file mode 100644
index 01feee95a8..0000000000
--- a/incubator/apache-musicindex/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/apache-musicindex
- pullPolicy: IfNotPresent
- tag: v1.4.1-2@sha256:c8b5cf5fbf4bbf097fb516f82bfc3ecb1ad971e8059dc9722b4d10bb7d7faee7
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/apache-musicindex/0.0.4/values.yaml b/incubator/apache-musicindex/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/apache-musicindex/0.0.5/CHANGELOG.md b/incubator/apache-musicindex/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..615f7e3043
--- /dev/null
+++ b/incubator/apache-musicindex/0.0.5/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [apache-musicindex-0.0.5](https://github.com/truecharts/apps/compare/apache-musicindex-0.0.4...apache-musicindex-0.0.5) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/apache-musicindex/0.0.4/CONFIG.md b/incubator/apache-musicindex/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/apache-musicindex/0.0.4/CONFIG.md
rename to incubator/apache-musicindex/0.0.5/CONFIG.md
diff --git a/incubator/apache-musicindex/0.0.5/Chart.lock b/incubator/apache-musicindex/0.0.5/Chart.lock
new file mode 100644
index 0000000000..e13c00d071
--- /dev/null
+++ b/incubator/apache-musicindex/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:10:16.682884853Z"
diff --git a/incubator/apache-musicindex/0.0.4/Chart.yaml b/incubator/apache-musicindex/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/apache-musicindex/0.0.4/Chart.yaml
rename to incubator/apache-musicindex/0.0.5/Chart.yaml
index 4d8a8b81ff..9ec48d9407 100644
--- a/incubator/apache-musicindex/0.0.4/Chart.yaml
+++ b/incubator/apache-musicindex/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.4.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Index and stream music using apache-musicindex and m3u playlists
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
@@ -20,4 +20,4 @@ maintainers:
name: apache-musicindex
sources:
- http://hacks.slashdirt.org/sw/musicindex/
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/apache-musicindex/0.0.4/README.md b/incubator/apache-musicindex/0.0.5/README.md
similarity index 96%
rename from incubator/apache-musicindex/0.0.4/README.md
rename to incubator/apache-musicindex/0.0.5/README.md
index 5413ba2795..29e7bc5a72 100644
--- a/incubator/apache-musicindex/0.0.4/README.md
+++ b/incubator/apache-musicindex/0.0.5/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/apache-musicindex/0.0.4/app-readme.md b/incubator/apache-musicindex/0.0.5/app-readme.md
similarity index 100%
rename from incubator/apache-musicindex/0.0.4/app-readme.md
rename to incubator/apache-musicindex/0.0.5/app-readme.md
diff --git a/incubator/apache-musicindex/0.0.5/charts/common-8.3.12.tgz b/incubator/apache-musicindex/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/apache-musicindex/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/apache-musicindex/0.0.4/helm-values.md b/incubator/apache-musicindex/0.0.5/helm-values.md
similarity index 100%
rename from incubator/apache-musicindex/0.0.4/helm-values.md
rename to incubator/apache-musicindex/0.0.5/helm-values.md
diff --git a/incubator/apache-musicindex/0.0.4/questions.yaml b/incubator/apache-musicindex/0.0.5/questions.yaml
similarity index 100%
rename from incubator/apache-musicindex/0.0.4/questions.yaml
rename to incubator/apache-musicindex/0.0.5/questions.yaml
diff --git a/incubator/apache-musicindex/0.0.4/templates/common.yaml b/incubator/apache-musicindex/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/apache-musicindex/0.0.4/templates/common.yaml
rename to incubator/apache-musicindex/0.0.5/templates/common.yaml
diff --git a/incubator/apache-musicindex/0.0.4/test_values.yaml b/incubator/apache-musicindex/0.0.5/values.yaml
similarity index 100%
rename from incubator/apache-musicindex/0.0.4/test_values.yaml
rename to incubator/apache-musicindex/0.0.5/values.yaml
diff --git a/incubator/aria2/0.0.4/CHANGELOG.md b/incubator/aria2/0.0.4/CHANGELOG.md
deleted file mode 100644
index 5de32a0ec2..0000000000
--- a/incubator/aria2/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [aria2-0.0.4](https://github.com/truecharts/apps/compare/aria2-0.0.3...aria2-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/aria2/0.0.4/Chart.lock b/incubator/aria2/0.0.4/Chart.lock
deleted file mode 100644
index 463a113d42..0000000000
--- a/incubator/aria2/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:22:14.221139504Z"
diff --git a/incubator/aria2/0.0.4/charts/common-8.3.10.tgz b/incubator/aria2/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/aria2/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/aria2/0.0.4/ix_values.yaml b/incubator/aria2/0.0.4/ix_values.yaml
deleted file mode 100644
index 42eb8c829f..0000000000
--- a/incubator/aria2/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: p3terx/aria2-pro
- pullPolicy: IfNotPresent
- tag: latest@sha256:2589527dfef6351d459f3a6781e4efef41d694878765b107413a6eb4bb6bbca7
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/aria2/0.0.4/values.yaml b/incubator/aria2/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/aria2/0.0.5/CHANGELOG.md b/incubator/aria2/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..b0603802db
--- /dev/null
+++ b/incubator/aria2/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [aria2-0.0.5](https://github.com/truecharts/apps/compare/aria2-0.0.4...aria2-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/aria2/0.0.4/CONFIG.md b/incubator/aria2/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/aria2/0.0.4/CONFIG.md
rename to incubator/aria2/0.0.5/CONFIG.md
diff --git a/incubator/aria2/0.0.5/Chart.lock b/incubator/aria2/0.0.5/Chart.lock
new file mode 100644
index 0000000000..d1fb772e98
--- /dev/null
+++ b/incubator/aria2/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:10:39.334072151Z"
diff --git a/incubator/aria2/0.0.4/Chart.yaml b/incubator/aria2/0.0.5/Chart.yaml
similarity index 93%
rename from incubator/aria2/0.0.4/Chart.yaml
rename to incubator/aria2/0.0.5/Chart.yaml
index d08e4c3d3e..109bcffbe1 100644
--- a/incubator/aria2/0.0.4/Chart.yaml
+++ b/incubator/aria2/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: aria server for downloading web content
home: https://github.com/truecharts/apps/tree/master/charts/stable/aira2
icon: https://avatars.githubusercontent.com/u/13545224?s=200&v=4
@@ -17,4 +17,4 @@ maintainers:
name: aria2
sources:
- https://github.com/P3TERX/Aria2-Pro-Docker
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/aria2/0.0.4/README.md b/incubator/aria2/0.0.5/README.md
similarity index 96%
rename from incubator/aria2/0.0.4/README.md
rename to incubator/aria2/0.0.5/README.md
index 60b329f914..3b983f4cd8 100644
--- a/incubator/aria2/0.0.4/README.md
+++ b/incubator/aria2/0.0.5/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/aria2/0.0.4/app-readme.md b/incubator/aria2/0.0.5/app-readme.md
similarity index 100%
rename from incubator/aria2/0.0.4/app-readme.md
rename to incubator/aria2/0.0.5/app-readme.md
diff --git a/incubator/aria2/0.0.5/charts/common-8.3.12.tgz b/incubator/aria2/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/aria2/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/aria2/0.0.4/helm-values.md b/incubator/aria2/0.0.5/helm-values.md
similarity index 100%
rename from incubator/aria2/0.0.4/helm-values.md
rename to incubator/aria2/0.0.5/helm-values.md
diff --git a/incubator/aria2/0.0.4/questions.yaml b/incubator/aria2/0.0.5/questions.yaml
similarity index 99%
rename from incubator/aria2/0.0.4/questions.yaml
rename to incubator/aria2/0.0.5/questions.yaml
index 6dd38cb081..51fc7e1742 100644
--- a/incubator/aria2/0.0.4/questions.yaml
+++ b/incubator/aria2/0.0.5/questions.yaml
@@ -661,6 +661,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/aria2/0.0.4/templates/common.yaml b/incubator/aria2/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/aria2/0.0.4/templates/common.yaml
rename to incubator/aria2/0.0.5/templates/common.yaml
diff --git a/incubator/aria2/0.0.4/test_values.yaml b/incubator/aria2/0.0.5/values.yaml
similarity index 100%
rename from incubator/aria2/0.0.4/test_values.yaml
rename to incubator/aria2/0.0.5/values.yaml
diff --git a/incubator/audacity/0.0.4/CHANGELOG.md b/incubator/audacity/0.0.4/CHANGELOG.md
deleted file mode 100644
index 945351dab3..0000000000
--- a/incubator/audacity/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [audacity-0.0.4](https://github.com/truecharts/apps/compare/audacity-0.0.3...audacity-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/audacity/0.0.4/Chart.lock b/incubator/audacity/0.0.4/Chart.lock
deleted file mode 100644
index ccbcd53c46..0000000000
--- a/incubator/audacity/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:22:28.983033182Z"
diff --git a/incubator/audacity/0.0.4/charts/common-8.3.10.tgz b/incubator/audacity/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/audacity/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/audacity/0.0.4/ix_values.yaml b/incubator/audacity/0.0.4/ix_values.yaml
deleted file mode 100644
index 10a11fb805..0000000000
--- a/incubator/audacity/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/audacity
- pullPolicy: IfNotPresent
- tag: version-3.0.2@sha256:cdf203db1e50e18349f16c5958f7061b18625501f5e2f7a15cd69262185e3e84
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/audacity/0.0.4/values.yaml b/incubator/audacity/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/audacity/0.0.5/CHANGELOG.md b/incubator/audacity/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..44c59928b3
--- /dev/null
+++ b/incubator/audacity/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [audacity-0.0.5](https://github.com/truecharts/apps/compare/audacity-0.0.4...audacity-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/audacity/0.0.4/CONFIG.md b/incubator/audacity/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/audacity/0.0.4/CONFIG.md
rename to incubator/audacity/0.0.5/CONFIG.md
diff --git a/incubator/audacity/0.0.5/Chart.lock b/incubator/audacity/0.0.5/Chart.lock
new file mode 100644
index 0000000000..aae8522208
--- /dev/null
+++ b/incubator/audacity/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:11:01.445500094Z"
diff --git a/incubator/audacity/0.0.4/Chart.yaml b/incubator/audacity/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/audacity/0.0.4/Chart.yaml
rename to incubator/audacity/0.0.5/Chart.yaml
index 985ecd1dcc..a979f91c86 100644
--- a/incubator/audacity/0.0.4/Chart.yaml
+++ b/incubator/audacity/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.0.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: An easy-to-use, multi-track audio editor and recorder
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
@@ -23,4 +23,4 @@ sources:
- https://github.com/linuxserver/docker-audacity
- https://www.audacityteam.org/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/audacity/0.0.4/README.md b/incubator/audacity/0.0.5/README.md
similarity index 96%
rename from incubator/audacity/0.0.4/README.md
rename to incubator/audacity/0.0.5/README.md
index e004a830ec..1cef926ce4 100644
--- a/incubator/audacity/0.0.4/README.md
+++ b/incubator/audacity/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/audacity/0.0.4/app-readme.md b/incubator/audacity/0.0.5/app-readme.md
similarity index 100%
rename from incubator/audacity/0.0.4/app-readme.md
rename to incubator/audacity/0.0.5/app-readme.md
diff --git a/incubator/audacity/0.0.5/charts/common-8.3.12.tgz b/incubator/audacity/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/audacity/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/audacity/0.0.4/helm-values.md b/incubator/audacity/0.0.5/helm-values.md
similarity index 100%
rename from incubator/audacity/0.0.4/helm-values.md
rename to incubator/audacity/0.0.5/helm-values.md
diff --git a/incubator/audacity/0.0.4/questions.yaml b/incubator/audacity/0.0.5/questions.yaml
similarity index 99%
rename from incubator/audacity/0.0.4/questions.yaml
rename to incubator/audacity/0.0.5/questions.yaml
index 315549af60..da91e649b4 100644
--- a/incubator/audacity/0.0.4/questions.yaml
+++ b/incubator/audacity/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/audacity/0.0.4/templates/common.yaml b/incubator/audacity/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/audacity/0.0.4/templates/common.yaml
rename to incubator/audacity/0.0.5/templates/common.yaml
diff --git a/incubator/audacity/0.0.4/test_values.yaml b/incubator/audacity/0.0.5/values.yaml
similarity index 100%
rename from incubator/audacity/0.0.4/test_values.yaml
rename to incubator/audacity/0.0.5/values.yaml
diff --git a/incubator/beets/0.0.4/CHANGELOG.md b/incubator/beets/0.0.4/CHANGELOG.md
deleted file mode 100644
index 2770d89c64..0000000000
--- a/incubator/beets/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [beets-0.0.4](https://github.com/truecharts/apps/compare/beets-0.0.3...beets-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/beets/0.0.4/Chart.lock b/incubator/beets/0.0.4/Chart.lock
deleted file mode 100644
index a3483fd7fe..0000000000
--- a/incubator/beets/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:22:43.530659618Z"
diff --git a/incubator/beets/0.0.4/charts/common-8.3.10.tgz b/incubator/beets/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/beets/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/beets/0.0.4/ix_values.yaml b/incubator/beets/0.0.4/ix_values.yaml
deleted file mode 100644
index 306d61a764..0000000000
--- a/incubator/beets/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/beets
- pullPolicy: IfNotPresent
- tag: version-1.5.0@sha256:ebb8cf9f7182758427c3acda19d6077457090335685986440078fd436345d417
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/beets/0.0.4/values.yaml b/incubator/beets/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/beets/0.0.5/CHANGELOG.md b/incubator/beets/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..70d3d4059c
--- /dev/null
+++ b/incubator/beets/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [beets-0.0.5](https://github.com/truecharts/apps/compare/beets-0.0.4...beets-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/beets/0.0.4/CONFIG.md b/incubator/beets/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/beets/0.0.4/CONFIG.md
rename to incubator/beets/0.0.5/CONFIG.md
diff --git a/incubator/beets/0.0.5/Chart.lock b/incubator/beets/0.0.5/Chart.lock
new file mode 100644
index 0000000000..b959af98ad
--- /dev/null
+++ b/incubator/beets/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:11:23.735094372Z"
diff --git a/incubator/beets/0.0.4/Chart.yaml b/incubator/beets/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/beets/0.0.4/Chart.yaml
rename to incubator/beets/0.0.5/Chart.yaml
index 42785c5b9a..f062aea715 100644
--- a/incubator/beets/0.0.4/Chart.yaml
+++ b/incubator/beets/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.5.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A music library manager and not, for the most part, a music player.
home: https://github.com/truecharts/apps/tree/master/charts/stable/beets
icon: https://github.com/truecharts/apps/raw/main/images/beets.png
@@ -23,4 +23,4 @@ sources:
- https://github.com/linuxserver/docker-beets
- https://beets.io/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/beets/0.0.4/README.md b/incubator/beets/0.0.5/README.md
similarity index 96%
rename from incubator/beets/0.0.4/README.md
rename to incubator/beets/0.0.5/README.md
index 92fc4fa388..110a9744bd 100644
--- a/incubator/beets/0.0.4/README.md
+++ b/incubator/beets/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/beets/0.0.4/app-readme.md b/incubator/beets/0.0.5/app-readme.md
similarity index 100%
rename from incubator/beets/0.0.4/app-readme.md
rename to incubator/beets/0.0.5/app-readme.md
diff --git a/incubator/beets/0.0.5/charts/common-8.3.12.tgz b/incubator/beets/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/beets/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/beets/0.0.4/helm-values.md b/incubator/beets/0.0.5/helm-values.md
similarity index 100%
rename from incubator/beets/0.0.4/helm-values.md
rename to incubator/beets/0.0.5/helm-values.md
diff --git a/incubator/beets/0.0.4/questions.yaml b/incubator/beets/0.0.5/questions.yaml
similarity index 99%
rename from incubator/beets/0.0.4/questions.yaml
rename to incubator/beets/0.0.5/questions.yaml
index 62d460c9f0..dc62019187 100644
--- a/incubator/beets/0.0.4/questions.yaml
+++ b/incubator/beets/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/beets/0.0.4/templates/common.yaml b/incubator/beets/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/beets/0.0.4/templates/common.yaml
rename to incubator/beets/0.0.5/templates/common.yaml
diff --git a/incubator/beets/0.0.4/test_values.yaml b/incubator/beets/0.0.5/values.yaml
similarity index 100%
rename from incubator/beets/0.0.4/test_values.yaml
rename to incubator/beets/0.0.5/values.yaml
diff --git a/incubator/cloud9/0.0.4/CHANGELOG.md b/incubator/cloud9/0.0.4/CHANGELOG.md
deleted file mode 100644
index 9f45b01107..0000000000
--- a/incubator/cloud9/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [cloud9-0.0.4](https://github.com/truecharts/apps/compare/cloud9-0.0.3...cloud9-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/cloud9/0.0.4/Chart.lock b/incubator/cloud9/0.0.4/Chart.lock
deleted file mode 100644
index 7dd44399b9..0000000000
--- a/incubator/cloud9/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:22:58.133228919Z"
diff --git a/incubator/cloud9/0.0.4/charts/common-8.3.10.tgz b/incubator/cloud9/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/cloud9/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/cloud9/0.0.4/ix_values.yaml b/incubator/cloud9/0.0.4/ix_values.yaml
deleted file mode 100644
index d831475130..0000000000
--- a/incubator/cloud9/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/cloud9
- pullPolicy: IfNotPresent
- tag: version-1.29.2@sha256:f35f53e0b9084d7da25242f46cc02d66ee3f4764b17930ef61b11eabc0c5b1c8
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/cloud9/0.0.4/values.yaml b/incubator/cloud9/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/cloud9/0.0.5/CHANGELOG.md b/incubator/cloud9/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..8f974cfa54
--- /dev/null
+++ b/incubator/cloud9/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [cloud9-0.0.5](https://github.com/truecharts/apps/compare/cloud9-0.0.4...cloud9-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/cloud9/0.0.4/CONFIG.md b/incubator/cloud9/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/cloud9/0.0.4/CONFIG.md
rename to incubator/cloud9/0.0.5/CONFIG.md
diff --git a/incubator/cloud9/0.0.5/Chart.lock b/incubator/cloud9/0.0.5/Chart.lock
new file mode 100644
index 0000000000..63ac7d681b
--- /dev/null
+++ b/incubator/cloud9/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:11:46.180420191Z"
diff --git a/incubator/cloud9/0.0.4/Chart.yaml b/incubator/cloud9/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/cloud9/0.0.4/Chart.yaml
rename to incubator/cloud9/0.0.5/Chart.yaml
index 385df13058..f5d66c3d9e 100644
--- a/incubator/cloud9/0.0.4/Chart.yaml
+++ b/incubator/cloud9/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.29.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A complete web based IDE with terminal access
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
@@ -23,4 +23,4 @@ sources:
- https://github.com/c9/core
- https://hub.docker.com/r/linuxserver/cloud9
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/cloud9/0.0.4/README.md b/incubator/cloud9/0.0.5/README.md
similarity index 96%
rename from incubator/cloud9/0.0.4/README.md
rename to incubator/cloud9/0.0.5/README.md
index b31a654561..d0e62f38a5 100644
--- a/incubator/cloud9/0.0.4/README.md
+++ b/incubator/cloud9/0.0.5/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/cloud9/0.0.4/app-readme.md b/incubator/cloud9/0.0.5/app-readme.md
similarity index 100%
rename from incubator/cloud9/0.0.4/app-readme.md
rename to incubator/cloud9/0.0.5/app-readme.md
diff --git a/incubator/cloud9/0.0.5/charts/common-8.3.12.tgz b/incubator/cloud9/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/cloud9/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/cloud9/0.0.4/helm-values.md b/incubator/cloud9/0.0.5/helm-values.md
similarity index 100%
rename from incubator/cloud9/0.0.4/helm-values.md
rename to incubator/cloud9/0.0.5/helm-values.md
diff --git a/incubator/cloud9/0.0.4/questions.yaml b/incubator/cloud9/0.0.5/questions.yaml
similarity index 99%
rename from incubator/cloud9/0.0.4/questions.yaml
rename to incubator/cloud9/0.0.5/questions.yaml
index 01909d4b10..4a2826b283 100644
--- a/incubator/cloud9/0.0.4/questions.yaml
+++ b/incubator/cloud9/0.0.5/questions.yaml
@@ -545,6 +545,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/cloud9/0.0.4/templates/common.yaml b/incubator/cloud9/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/cloud9/0.0.4/templates/common.yaml
rename to incubator/cloud9/0.0.5/templates/common.yaml
diff --git a/incubator/cloud9/0.0.4/test_values.yaml b/incubator/cloud9/0.0.5/values.yaml
similarity index 100%
rename from incubator/cloud9/0.0.4/test_values.yaml
rename to incubator/cloud9/0.0.5/values.yaml
diff --git a/incubator/code-server/0.0.4/CHANGELOG.md b/incubator/code-server/0.0.4/CHANGELOG.md
deleted file mode 100644
index 6f4d292e23..0000000000
--- a/incubator/code-server/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [code-server-0.0.4](https://github.com/truecharts/apps/compare/code-server-0.0.3...code-server-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/code-server/0.0.4/Chart.lock b/incubator/code-server/0.0.4/Chart.lock
deleted file mode 100644
index 27402aedd2..0000000000
--- a/incubator/code-server/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:23:12.779649548Z"
diff --git a/incubator/code-server/0.0.4/charts/common-8.3.10.tgz b/incubator/code-server/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/code-server/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/code-server/0.0.4/ix_values.yaml b/incubator/code-server/0.0.4/ix_values.yaml
deleted file mode 100644
index db50428dd3..0000000000
--- a/incubator/code-server/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/code-server
- pullPolicy: IfNotPresent
- tag: version-v3.11.1@sha256:a385ba5cb16136b14ae4cd99ca95c20ac77f9831ac3fb63937a1998e1d31be2a
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/code-server/0.0.4/values.yaml b/incubator/code-server/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/code-server/0.0.5/CHANGELOG.md b/incubator/code-server/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..ed9985c85b
--- /dev/null
+++ b/incubator/code-server/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [code-server-0.0.5](https://github.com/truecharts/apps/compare/code-server-0.0.4...code-server-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/code-server/0.0.4/CONFIG.md b/incubator/code-server/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/code-server/0.0.4/CONFIG.md
rename to incubator/code-server/0.0.5/CONFIG.md
diff --git a/incubator/code-server/0.0.5/Chart.lock b/incubator/code-server/0.0.5/Chart.lock
new file mode 100644
index 0000000000..39ddae1c2e
--- /dev/null
+++ b/incubator/code-server/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:12:08.185037815Z"
diff --git a/incubator/code-server/0.0.4/Chart.yaml b/incubator/code-server/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/code-server/0.0.4/Chart.yaml
rename to incubator/code-server/0.0.5/Chart.yaml
index 8a26c02a98..10b93654a2 100644
--- a/incubator/code-server/0.0.4/Chart.yaml
+++ b/incubator/code-server/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.11.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Run VS Code on any machine anywhere and access it in the browser.
home: https://github.com/truecharts/apps/tree/master/charts/stable/code-server
icon: https://github.com/truecharts/apps/raw/main/images/code-server.jpg
@@ -22,4 +22,4 @@ sources:
- https://github.com/cdr/code-server
- https://hub.docker.com/r/linuxserver/code-server
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/code-server/0.0.4/README.md b/incubator/code-server/0.0.5/README.md
similarity index 96%
rename from incubator/code-server/0.0.4/README.md
rename to incubator/code-server/0.0.5/README.md
index 7eef768680..1ac7833e7b 100644
--- a/incubator/code-server/0.0.4/README.md
+++ b/incubator/code-server/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/code-server/0.0.4/app-readme.md b/incubator/code-server/0.0.5/app-readme.md
similarity index 100%
rename from incubator/code-server/0.0.4/app-readme.md
rename to incubator/code-server/0.0.5/app-readme.md
diff --git a/incubator/code-server/0.0.5/charts/common-8.3.12.tgz b/incubator/code-server/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/code-server/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/code-server/0.0.4/helm-values.md b/incubator/code-server/0.0.5/helm-values.md
similarity index 100%
rename from incubator/code-server/0.0.4/helm-values.md
rename to incubator/code-server/0.0.5/helm-values.md
diff --git a/incubator/code-server/0.0.4/questions.yaml b/incubator/code-server/0.0.5/questions.yaml
similarity index 99%
rename from incubator/code-server/0.0.4/questions.yaml
rename to incubator/code-server/0.0.5/questions.yaml
index 1b79aa6f12..d727e8e356 100644
--- a/incubator/code-server/0.0.4/questions.yaml
+++ b/incubator/code-server/0.0.5/questions.yaml
@@ -552,6 +552,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/code-server/0.0.4/templates/common.yaml b/incubator/code-server/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/code-server/0.0.4/templates/common.yaml
rename to incubator/code-server/0.0.5/templates/common.yaml
diff --git a/incubator/code-server/0.0.4/test_values.yaml b/incubator/code-server/0.0.5/values.yaml
similarity index 100%
rename from incubator/code-server/0.0.4/test_values.yaml
rename to incubator/code-server/0.0.5/values.yaml
diff --git a/incubator/cryptofolio/0.0.4/CHANGELOG.md b/incubator/cryptofolio/0.0.4/CHANGELOG.md
deleted file mode 100644
index c092c15122..0000000000
--- a/incubator/cryptofolio/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [cryptofolio-0.0.4](https://github.com/truecharts/apps/compare/cryptofolio-0.0.3...cryptofolio-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/cryptofolio/0.0.4/Chart.lock b/incubator/cryptofolio/0.0.4/Chart.lock
deleted file mode 100644
index 8984c3dcac..0000000000
--- a/incubator/cryptofolio/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:23:27.455398221Z"
diff --git a/incubator/cryptofolio/0.0.4/charts/common-8.3.10.tgz b/incubator/cryptofolio/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/cryptofolio/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/cryptofolio/0.0.4/ix_values.yaml b/incubator/cryptofolio/0.0.4/ix_values.yaml
deleted file mode 100644
index d26823ae85..0000000000
--- a/incubator/cryptofolio/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: xtrendence/cryptofolio
- pullPolicy: IfNotPresent
- tag: V.2.2.0@sha256:e6e6612bb94c877b5e31853c639761d09076180fe0a6c4fdb0fb91f73d9f480e
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/cryptofolio/0.0.4/values.yaml b/incubator/cryptofolio/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/cryptofolio/0.0.5/CHANGELOG.md b/incubator/cryptofolio/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..fe3c3058c6
--- /dev/null
+++ b/incubator/cryptofolio/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [cryptofolio-0.0.5](https://github.com/truecharts/apps/compare/cryptofolio-0.0.4...cryptofolio-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/cryptofolio/0.0.4/CONFIG.md b/incubator/cryptofolio/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/cryptofolio/0.0.4/CONFIG.md
rename to incubator/cryptofolio/0.0.5/CONFIG.md
diff --git a/incubator/cryptofolio/0.0.5/Chart.lock b/incubator/cryptofolio/0.0.5/Chart.lock
new file mode 100644
index 0000000000..5fa676b891
--- /dev/null
+++ b/incubator/cryptofolio/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:12:29.969416222Z"
diff --git a/incubator/cryptofolio/0.0.4/Chart.yaml b/incubator/cryptofolio/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/cryptofolio/0.0.4/Chart.yaml
rename to incubator/cryptofolio/0.0.5/Chart.yaml
index 8d432e9adc..d1bd032a94 100644
--- a/incubator/cryptofolio/0.0.4/Chart.yaml
+++ b/incubator/cryptofolio/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.2.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Track your cryptocurrency holdings/portfolio
home: https://github.com/truecharts/apps/tree/master/charts/stable/cryptofolio
icon: https://raw.githubusercontent.com/Xtrendence/Cryptofolio/main/website/assets/img/Logo.png
@@ -17,4 +17,4 @@ maintainers:
name: cryptofolio
sources:
- https://github.com/Xtrendence/cryptofolio
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/cryptofolio/0.0.4/README.md b/incubator/cryptofolio/0.0.5/README.md
similarity index 96%
rename from incubator/cryptofolio/0.0.4/README.md
rename to incubator/cryptofolio/0.0.5/README.md
index 9a43c9f7e4..bc7169d0d5 100644
--- a/incubator/cryptofolio/0.0.4/README.md
+++ b/incubator/cryptofolio/0.0.5/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/cryptofolio/0.0.4/app-readme.md b/incubator/cryptofolio/0.0.5/app-readme.md
similarity index 100%
rename from incubator/cryptofolio/0.0.4/app-readme.md
rename to incubator/cryptofolio/0.0.5/app-readme.md
diff --git a/incubator/cryptofolio/0.0.5/charts/common-8.3.12.tgz b/incubator/cryptofolio/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/cryptofolio/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/cryptofolio/0.0.4/helm-values.md b/incubator/cryptofolio/0.0.5/helm-values.md
similarity index 100%
rename from incubator/cryptofolio/0.0.4/helm-values.md
rename to incubator/cryptofolio/0.0.5/helm-values.md
diff --git a/incubator/cryptofolio/0.0.4/questions.yaml b/incubator/cryptofolio/0.0.5/questions.yaml
similarity index 99%
rename from incubator/cryptofolio/0.0.4/questions.yaml
rename to incubator/cryptofolio/0.0.5/questions.yaml
index 332188cfde..477acca685 100644
--- a/incubator/cryptofolio/0.0.4/questions.yaml
+++ b/incubator/cryptofolio/0.0.5/questions.yaml
@@ -540,6 +540,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/cryptofolio/0.0.4/templates/common.yaml b/incubator/cryptofolio/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/cryptofolio/0.0.4/templates/common.yaml
rename to incubator/cryptofolio/0.0.5/templates/common.yaml
diff --git a/incubator/cryptofolio/0.0.4/test_values.yaml b/incubator/cryptofolio/0.0.5/values.yaml
similarity index 100%
rename from incubator/cryptofolio/0.0.4/test_values.yaml
rename to incubator/cryptofolio/0.0.5/values.yaml
diff --git a/incubator/davos/0.0.4/CHANGELOG.md b/incubator/davos/0.0.4/CHANGELOG.md
deleted file mode 100644
index a0fc6b6378..0000000000
--- a/incubator/davos/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [davos-0.0.4](https://github.com/truecharts/apps/compare/davos-0.0.3...davos-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/davos/0.0.4/Chart.lock b/incubator/davos/0.0.4/Chart.lock
deleted file mode 100644
index 860a49c3ed..0000000000
--- a/incubator/davos/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:23:42.170951255Z"
diff --git a/incubator/davos/0.0.4/charts/common-8.3.10.tgz b/incubator/davos/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/davos/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/davos/0.0.4/ix_values.yaml b/incubator/davos/0.0.4/ix_values.yaml
deleted file mode 100644
index b6dbf34949..0000000000
--- a/incubator/davos/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/davos
- pullPolicy: IfNotPresent
- tag: 2.2.1-ls76@sha256:24ba55aeaa4f86a76dc2664e1bb090f315279ec84e1e603e24713cfe0538d890
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/davos/0.0.4/values.yaml b/incubator/davos/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/davos/0.0.5/CHANGELOG.md b/incubator/davos/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..c30c2ae87b
--- /dev/null
+++ b/incubator/davos/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [davos-0.0.5](https://github.com/truecharts/apps/compare/davos-0.0.4...davos-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/davos/0.0.4/CONFIG.md b/incubator/davos/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/davos/0.0.4/CONFIG.md
rename to incubator/davos/0.0.5/CONFIG.md
diff --git a/incubator/davos/0.0.5/Chart.lock b/incubator/davos/0.0.5/Chart.lock
new file mode 100644
index 0000000000..4c8a9bca18
--- /dev/null
+++ b/incubator/davos/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:12:52.114048873Z"
diff --git a/incubator/davos/0.0.4/Chart.yaml b/incubator/davos/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/davos/0.0.4/Chart.yaml
rename to incubator/davos/0.0.5/Chart.yaml
index 5d2fb8e459..d0f9bed972 100644
--- a/incubator/davos/0.0.4/Chart.yaml
+++ b/incubator/davos/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.2.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: An FTP automation tool that periodically scans given host locations for
new files.
home: https://github.com/truecharts/apps/tree/master/charts/stable/davos
@@ -22,4 +22,4 @@ sources:
- https://github.com/linuxserver/docker-davos
- https://github.com/linuxserver/davos/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/davos/0.0.4/README.md b/incubator/davos/0.0.5/README.md
similarity index 96%
rename from incubator/davos/0.0.4/README.md
rename to incubator/davos/0.0.5/README.md
index a755747c6b..ada94bdd64 100644
--- a/incubator/davos/0.0.4/README.md
+++ b/incubator/davos/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/davos/0.0.4/app-readme.md b/incubator/davos/0.0.5/app-readme.md
similarity index 100%
rename from incubator/davos/0.0.4/app-readme.md
rename to incubator/davos/0.0.5/app-readme.md
diff --git a/incubator/davos/0.0.5/charts/common-8.3.12.tgz b/incubator/davos/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/davos/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/davos/0.0.4/helm-values.md b/incubator/davos/0.0.5/helm-values.md
similarity index 100%
rename from incubator/davos/0.0.4/helm-values.md
rename to incubator/davos/0.0.5/helm-values.md
diff --git a/incubator/davos/0.0.4/questions.yaml b/incubator/davos/0.0.5/questions.yaml
similarity index 99%
rename from incubator/davos/0.0.4/questions.yaml
rename to incubator/davos/0.0.5/questions.yaml
index f0eb8586aa..b8b6b2a75c 100644
--- a/incubator/davos/0.0.4/questions.yaml
+++ b/incubator/davos/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/davos/0.0.4/templates/common.yaml b/incubator/davos/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/davos/0.0.4/templates/common.yaml
rename to incubator/davos/0.0.5/templates/common.yaml
diff --git a/incubator/davos/0.0.4/test_values.yaml b/incubator/davos/0.0.5/values.yaml
similarity index 100%
rename from incubator/davos/0.0.4/test_values.yaml
rename to incubator/davos/0.0.5/values.yaml
diff --git a/incubator/digikam/0.0.4/CHANGELOG.md b/incubator/digikam/0.0.4/CHANGELOG.md
deleted file mode 100644
index 514aa66546..0000000000
--- a/incubator/digikam/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [digikam-0.0.4](https://github.com/truecharts/apps/compare/digikam-0.0.3...digikam-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/digikam/0.0.4/Chart.lock b/incubator/digikam/0.0.4/Chart.lock
deleted file mode 100644
index 5cc372f701..0000000000
--- a/incubator/digikam/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:23:56.752010421Z"
diff --git a/incubator/digikam/0.0.4/charts/common-8.3.10.tgz b/incubator/digikam/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/digikam/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/digikam/0.0.4/ix_values.yaml b/incubator/digikam/0.0.4/ix_values.yaml
deleted file mode 100644
index 600edb4fb1..0000000000
--- a/incubator/digikam/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/digikam
- pullPolicy: IfNotPresent
- tag: version-7.3.0@sha256:e45af284c7334852596092d9310418e8143d0c29e6bc935265295d8dabfc27a0
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/digikam/0.0.4/values.yaml b/incubator/digikam/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/digikam/0.0.5/CHANGELOG.md b/incubator/digikam/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..26c5dcc6c8
--- /dev/null
+++ b/incubator/digikam/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [digikam-0.0.5](https://github.com/truecharts/apps/compare/digikam-0.0.4...digikam-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/digikam/0.0.4/CONFIG.md b/incubator/digikam/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/digikam/0.0.4/CONFIG.md
rename to incubator/digikam/0.0.5/CONFIG.md
diff --git a/incubator/digikam/0.0.5/Chart.lock b/incubator/digikam/0.0.5/Chart.lock
new file mode 100644
index 0000000000..72541bb88d
--- /dev/null
+++ b/incubator/digikam/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:13:13.851445601Z"
diff --git a/incubator/digikam/0.0.4/Chart.yaml b/incubator/digikam/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/digikam/0.0.4/Chart.yaml
rename to incubator/digikam/0.0.5/Chart.yaml
index 54933537eb..baa8813fc8 100644
--- a/incubator/digikam/0.0.4/Chart.yaml
+++ b/incubator/digikam/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "7.3.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Professional Photo Management with the Power of Open Source
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
@@ -23,4 +23,4 @@ sources:
- https://github.com/linuxserver/docker-digikam
- https://www.digikam.org/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/digikam/0.0.4/README.md b/incubator/digikam/0.0.5/README.md
similarity index 96%
rename from incubator/digikam/0.0.4/README.md
rename to incubator/digikam/0.0.5/README.md
index 62adf59160..4cb77bffce 100644
--- a/incubator/digikam/0.0.4/README.md
+++ b/incubator/digikam/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/digikam/0.0.4/app-readme.md b/incubator/digikam/0.0.5/app-readme.md
similarity index 100%
rename from incubator/digikam/0.0.4/app-readme.md
rename to incubator/digikam/0.0.5/app-readme.md
diff --git a/incubator/digikam/0.0.5/charts/common-8.3.12.tgz b/incubator/digikam/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/digikam/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/digikam/0.0.4/helm-values.md b/incubator/digikam/0.0.5/helm-values.md
similarity index 100%
rename from incubator/digikam/0.0.4/helm-values.md
rename to incubator/digikam/0.0.5/helm-values.md
diff --git a/incubator/digikam/0.0.4/questions.yaml b/incubator/digikam/0.0.5/questions.yaml
similarity index 99%
rename from incubator/digikam/0.0.4/questions.yaml
rename to incubator/digikam/0.0.5/questions.yaml
index 82f4aa5bed..94f5af1bf6 100644
--- a/incubator/digikam/0.0.4/questions.yaml
+++ b/incubator/digikam/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/digikam/0.0.4/templates/common.yaml b/incubator/digikam/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/digikam/0.0.4/templates/common.yaml
rename to incubator/digikam/0.0.5/templates/common.yaml
diff --git a/incubator/digikam/0.0.4/test_values.yaml b/incubator/digikam/0.0.5/values.yaml
similarity index 100%
rename from incubator/digikam/0.0.4/test_values.yaml
rename to incubator/digikam/0.0.5/values.yaml
diff --git a/incubator/doublecommander/0.0.4/CHANGELOG.md b/incubator/doublecommander/0.0.4/CHANGELOG.md
deleted file mode 100644
index f2b628d8ef..0000000000
--- a/incubator/doublecommander/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [doublecommander-0.0.4](https://github.com/truecharts/apps/compare/doublecommander-0.0.3...doublecommander-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/doublecommander/0.0.4/Chart.lock b/incubator/doublecommander/0.0.4/Chart.lock
deleted file mode 100644
index fcbe7e4208..0000000000
--- a/incubator/doublecommander/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:24:11.585858416Z"
diff --git a/incubator/doublecommander/0.0.4/charts/common-8.3.10.tgz b/incubator/doublecommander/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/doublecommander/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/doublecommander/0.0.4/ix_values.yaml b/incubator/doublecommander/0.0.4/ix_values.yaml
deleted file mode 100644
index 97b2c8a257..0000000000
--- a/incubator/doublecommander/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/doublecommander
- pullPolicy: IfNotPresent
- tag: version-0.8.2-1@sha256:2124ec844d92aa001a7ecbc776fd0639e879ec0b08cfdd0fd8af207edc6a828b
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/doublecommander/0.0.4/values.yaml b/incubator/doublecommander/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/doublecommander/0.0.5/CHANGELOG.md b/incubator/doublecommander/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..7a49c72799
--- /dev/null
+++ b/incubator/doublecommander/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [doublecommander-0.0.5](https://github.com/truecharts/apps/compare/doublecommander-0.0.4...doublecommander-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/doublecommander/0.0.4/CONFIG.md b/incubator/doublecommander/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/doublecommander/0.0.4/CONFIG.md
rename to incubator/doublecommander/0.0.5/CONFIG.md
diff --git a/incubator/doublecommander/0.0.5/Chart.lock b/incubator/doublecommander/0.0.5/Chart.lock
new file mode 100644
index 0000000000..e8ccf348c5
--- /dev/null
+++ b/incubator/doublecommander/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:13:35.405565677Z"
diff --git a/incubator/doublecommander/0.0.4/Chart.yaml b/incubator/doublecommander/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/doublecommander/0.0.4/Chart.yaml
rename to incubator/doublecommander/0.0.5/Chart.yaml
index 17db203ebd..abbe67d6e5 100644
--- a/incubator/doublecommander/0.0.4/Chart.yaml
+++ b/incubator/doublecommander/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.8.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A free cross platform open source file manager with two panels side by
side.
home: https://github.com/truecharts/apps/tree/master/charts/stable/doublecommander
@@ -22,4 +22,4 @@ sources:
- https://github.com/linuxserver/docker-doublecommander
- https://doublecmd.sourceforge.io/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/doublecommander/0.0.4/README.md b/incubator/doublecommander/0.0.5/README.md
similarity index 96%
rename from incubator/doublecommander/0.0.4/README.md
rename to incubator/doublecommander/0.0.5/README.md
index 79f936d012..364f0cdd00 100644
--- a/incubator/doublecommander/0.0.4/README.md
+++ b/incubator/doublecommander/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/doublecommander/0.0.4/app-readme.md b/incubator/doublecommander/0.0.5/app-readme.md
similarity index 100%
rename from incubator/doublecommander/0.0.4/app-readme.md
rename to incubator/doublecommander/0.0.5/app-readme.md
diff --git a/incubator/doublecommander/0.0.5/charts/common-8.3.12.tgz b/incubator/doublecommander/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/doublecommander/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/doublecommander/0.0.4/helm-values.md b/incubator/doublecommander/0.0.5/helm-values.md
similarity index 100%
rename from incubator/doublecommander/0.0.4/helm-values.md
rename to incubator/doublecommander/0.0.5/helm-values.md
diff --git a/incubator/doublecommander/0.0.4/questions.yaml b/incubator/doublecommander/0.0.5/questions.yaml
similarity index 99%
rename from incubator/doublecommander/0.0.4/questions.yaml
rename to incubator/doublecommander/0.0.5/questions.yaml
index eed0244824..4d73ed3c5a 100644
--- a/incubator/doublecommander/0.0.4/questions.yaml
+++ b/incubator/doublecommander/0.0.5/questions.yaml
@@ -545,6 +545,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/doublecommander/0.0.4/templates/common.yaml b/incubator/doublecommander/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/doublecommander/0.0.4/templates/common.yaml
rename to incubator/doublecommander/0.0.5/templates/common.yaml
diff --git a/incubator/doublecommander/0.0.4/test_values.yaml b/incubator/doublecommander/0.0.5/values.yaml
similarity index 100%
rename from incubator/doublecommander/0.0.4/test_values.yaml
rename to incubator/doublecommander/0.0.5/values.yaml
diff --git a/incubator/filezilla/0.0.4/CHANGELOG.md b/incubator/filezilla/0.0.4/CHANGELOG.md
deleted file mode 100644
index b189de1375..0000000000
--- a/incubator/filezilla/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [filezilla-0.0.4](https://github.com/truecharts/apps/compare/filezilla-0.0.3...filezilla-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/filezilla/0.0.4/Chart.lock b/incubator/filezilla/0.0.4/Chart.lock
deleted file mode 100644
index 655675062e..0000000000
--- a/incubator/filezilla/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:24:26.474370935Z"
diff --git a/incubator/filezilla/0.0.4/charts/common-8.3.10.tgz b/incubator/filezilla/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/filezilla/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/filezilla/0.0.4/ix_values.yaml b/incubator/filezilla/0.0.4/ix_values.yaml
deleted file mode 100644
index 2cb9c8bbd8..0000000000
--- a/incubator/filezilla/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/filezilla
- pullPolicy: IfNotPresent
- tag: version-3.51.0-r1@sha256:5103cdd266ceb61cebabae6629e418570a5094e3f61ef2f405f6e24d4fc7f6a4
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/filezilla/0.0.4/values.yaml b/incubator/filezilla/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/filezilla/0.0.5/CHANGELOG.md b/incubator/filezilla/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..4cb06b156c
--- /dev/null
+++ b/incubator/filezilla/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [filezilla-0.0.5](https://github.com/truecharts/apps/compare/filezilla-0.0.4...filezilla-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/filezilla/0.0.4/CONFIG.md b/incubator/filezilla/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/filezilla/0.0.4/CONFIG.md
rename to incubator/filezilla/0.0.5/CONFIG.md
diff --git a/incubator/filezilla/0.0.5/Chart.lock b/incubator/filezilla/0.0.5/Chart.lock
new file mode 100644
index 0000000000..54ab7435da
--- /dev/null
+++ b/incubator/filezilla/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:13:58.100190306Z"
diff --git a/incubator/filezilla/0.0.4/Chart.yaml b/incubator/filezilla/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/filezilla/0.0.4/Chart.yaml
rename to incubator/filezilla/0.0.5/Chart.yaml
index 8fab497343..2a718485d4 100644
--- a/incubator/filezilla/0.0.4/Chart.yaml
+++ b/incubator/filezilla/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.51.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A Helm chart for Kubernetes
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
@@ -23,4 +23,4 @@ sources:
- https://filezilla-project.org/
- https://github.com/linuxserver/docker-filezilla
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/filezilla/0.0.4/README.md b/incubator/filezilla/0.0.5/README.md
similarity index 96%
rename from incubator/filezilla/0.0.4/README.md
rename to incubator/filezilla/0.0.5/README.md
index 511bedde84..2380df7e60 100644
--- a/incubator/filezilla/0.0.4/README.md
+++ b/incubator/filezilla/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/filezilla/0.0.4/app-readme.md b/incubator/filezilla/0.0.5/app-readme.md
similarity index 100%
rename from incubator/filezilla/0.0.4/app-readme.md
rename to incubator/filezilla/0.0.5/app-readme.md
diff --git a/incubator/filezilla/0.0.5/charts/common-8.3.12.tgz b/incubator/filezilla/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/filezilla/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/filezilla/0.0.4/helm-values.md b/incubator/filezilla/0.0.5/helm-values.md
similarity index 100%
rename from incubator/filezilla/0.0.4/helm-values.md
rename to incubator/filezilla/0.0.5/helm-values.md
diff --git a/incubator/filezilla/0.0.4/questions.yaml b/incubator/filezilla/0.0.5/questions.yaml
similarity index 99%
rename from incubator/filezilla/0.0.4/questions.yaml
rename to incubator/filezilla/0.0.5/questions.yaml
index 310a6d2339..bfc30290ef 100644
--- a/incubator/filezilla/0.0.4/questions.yaml
+++ b/incubator/filezilla/0.0.5/questions.yaml
@@ -545,6 +545,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/filezilla/0.0.4/templates/common.yaml b/incubator/filezilla/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/filezilla/0.0.4/templates/common.yaml
rename to incubator/filezilla/0.0.5/templates/common.yaml
diff --git a/incubator/filezilla/0.0.4/test_values.yaml b/incubator/filezilla/0.0.5/values.yaml
similarity index 100%
rename from incubator/filezilla/0.0.4/test_values.yaml
rename to incubator/filezilla/0.0.5/values.yaml
diff --git a/incubator/fossil/0.0.4/CHANGELOG.md b/incubator/fossil/0.0.4/CHANGELOG.md
deleted file mode 100644
index 22917f96df..0000000000
--- a/incubator/fossil/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [fossil-0.0.4](https://github.com/truecharts/apps/compare/fossil-0.0.3...fossil-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/incubator/fossil/0.0.4/Chart.lock b/incubator/fossil/0.0.4/Chart.lock
deleted file mode 100644
index 11b71f9fa0..0000000000
--- a/incubator/fossil/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:24:41.257342169Z"
diff --git a/incubator/fossil/0.0.4/charts/common-8.3.10.tgz b/incubator/fossil/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/fossil/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/fossil/0.0.4/ix_values.yaml b/incubator/fossil/0.0.4/ix_values.yaml
deleted file mode 100644
index 0e71d8b43d..0000000000
--- a/incubator/fossil/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/nicholaswilde/fossil
- pullPolicy: IfNotPresent
- tag: 2.15.1-ls4@sha256:a0a819ed2707e8e829dec371de0e166fbcf0499d3d12005880f603b2b95bf64d
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/fossil/0.0.4/values.yaml b/incubator/fossil/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/fossil/0.0.5/CHANGELOG.md b/incubator/fossil/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..d0d20553e7
--- /dev/null
+++ b/incubator/fossil/0.0.5/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [fossil-0.0.5](https://github.com/truecharts/apps/compare/fossil-0.0.4...fossil-0.0.5) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/fossil/0.0.4/CONFIG.md b/incubator/fossil/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/fossil/0.0.4/CONFIG.md
rename to incubator/fossil/0.0.5/CONFIG.md
diff --git a/incubator/fossil/0.0.5/Chart.lock b/incubator/fossil/0.0.5/Chart.lock
new file mode 100644
index 0000000000..8f9b7e16c5
--- /dev/null
+++ b/incubator/fossil/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:14:20.57861521Z"
diff --git a/incubator/fossil/0.0.4/Chart.yaml b/incubator/fossil/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/fossil/0.0.4/Chart.yaml
rename to incubator/fossil/0.0.5/Chart.yaml
index 9ac3c59869..cc343571ac 100644
--- a/incubator/fossil/0.0.4/Chart.yaml
+++ b/incubator/fossil/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.15.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A simple, high-reliability, distributed software configuration management
system
home: https://github.com/truecharts/apps/tree/master/charts/stable/fossil
@@ -20,4 +20,4 @@ name: fossil
sources:
- https://fossil-scm.org/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/fossil/0.0.4/README.md b/incubator/fossil/0.0.5/README.md
similarity index 96%
rename from incubator/fossil/0.0.4/README.md
rename to incubator/fossil/0.0.5/README.md
index 00a049f1e9..bfc914297b 100644
--- a/incubator/fossil/0.0.4/README.md
+++ b/incubator/fossil/0.0.5/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/fossil/0.0.4/app-readme.md b/incubator/fossil/0.0.5/app-readme.md
similarity index 100%
rename from incubator/fossil/0.0.4/app-readme.md
rename to incubator/fossil/0.0.5/app-readme.md
diff --git a/incubator/fossil/0.0.5/charts/common-8.3.12.tgz b/incubator/fossil/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/fossil/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/fossil/0.0.4/helm-values.md b/incubator/fossil/0.0.5/helm-values.md
similarity index 100%
rename from incubator/fossil/0.0.4/helm-values.md
rename to incubator/fossil/0.0.5/helm-values.md
diff --git a/incubator/fossil/0.0.4/questions.yaml b/incubator/fossil/0.0.5/questions.yaml
similarity index 100%
rename from incubator/fossil/0.0.4/questions.yaml
rename to incubator/fossil/0.0.5/questions.yaml
diff --git a/incubator/fossil/0.0.4/templates/common.yaml b/incubator/fossil/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/fossil/0.0.4/templates/common.yaml
rename to incubator/fossil/0.0.5/templates/common.yaml
diff --git a/incubator/fossil/0.0.4/test_values.yaml b/incubator/fossil/0.0.5/values.yaml
similarity index 100%
rename from incubator/fossil/0.0.4/test_values.yaml
rename to incubator/fossil/0.0.5/values.yaml
diff --git a/incubator/golinks/0.0.4/CHANGELOG.md b/incubator/golinks/0.0.4/CHANGELOG.md
deleted file mode 100644
index c1f21ae62d..0000000000
--- a/incubator/golinks/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [golinks-0.0.4](https://github.com/truecharts/apps/compare/golinks-0.0.3...golinks-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/golinks/0.0.4/Chart.lock b/incubator/golinks/0.0.4/Chart.lock
deleted file mode 100644
index 74448ba012..0000000000
--- a/incubator/golinks/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:24:55.941925299Z"
diff --git a/incubator/golinks/0.0.4/charts/common-8.3.10.tgz b/incubator/golinks/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/golinks/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/golinks/0.0.4/ix_values.yaml b/incubator/golinks/0.0.4/ix_values.yaml
deleted file mode 100644
index a3120e38c9..0000000000
--- a/incubator/golinks/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/nicholaswilde/golinks
- pullPolicy: IfNotPresent
- tag: version-154c581@sha256:8e67b26324c5dc433210df8f2fb64317db3cbbe7db0b9e10c6e5bc3f3f7860e4
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/golinks/0.0.4/values.yaml b/incubator/golinks/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/golinks/0.0.5/CHANGELOG.md b/incubator/golinks/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..3d533590bb
--- /dev/null
+++ b/incubator/golinks/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [golinks-0.0.5](https://github.com/truecharts/apps/compare/golinks-0.0.4...golinks-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/golinks/0.0.4/CONFIG.md b/incubator/golinks/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/golinks/0.0.4/CONFIG.md
rename to incubator/golinks/0.0.5/CONFIG.md
diff --git a/incubator/golinks/0.0.5/Chart.lock b/incubator/golinks/0.0.5/Chart.lock
new file mode 100644
index 0000000000..690fabf6db
--- /dev/null
+++ b/incubator/golinks/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:14:42.491836916Z"
diff --git a/incubator/golinks/0.0.4/Chart.yaml b/incubator/golinks/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/golinks/0.0.4/Chart.yaml
rename to incubator/golinks/0.0.5/Chart.yaml
index eb03628ff1..5b94685128 100644
--- a/incubator/golinks/0.0.4/Chart.yaml
+++ b/incubator/golinks/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "154c581"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
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.
home: https://github.com/truecharts/apps/tree/master/charts/stable/golinks
@@ -24,4 +24,4 @@ sources:
- https://github.com/prologic/golinks
- https://github.com/nicholaswilde/docker-golinks
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/golinks/0.0.4/README.md b/incubator/golinks/0.0.5/README.md
similarity index 96%
rename from incubator/golinks/0.0.4/README.md
rename to incubator/golinks/0.0.5/README.md
index 2f83fc4227..ad7e42038e 100644
--- a/incubator/golinks/0.0.4/README.md
+++ b/incubator/golinks/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/golinks/0.0.4/app-readme.md b/incubator/golinks/0.0.5/app-readme.md
similarity index 100%
rename from incubator/golinks/0.0.4/app-readme.md
rename to incubator/golinks/0.0.5/app-readme.md
diff --git a/incubator/golinks/0.0.5/charts/common-8.3.12.tgz b/incubator/golinks/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/golinks/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/golinks/0.0.4/helm-values.md b/incubator/golinks/0.0.5/helm-values.md
similarity index 100%
rename from incubator/golinks/0.0.4/helm-values.md
rename to incubator/golinks/0.0.5/helm-values.md
diff --git a/incubator/golinks/0.0.4/questions.yaml b/incubator/golinks/0.0.5/questions.yaml
similarity index 99%
rename from incubator/golinks/0.0.4/questions.yaml
rename to incubator/golinks/0.0.5/questions.yaml
index 16932c9113..e15018b3d3 100644
--- a/incubator/golinks/0.0.4/questions.yaml
+++ b/incubator/golinks/0.0.5/questions.yaml
@@ -558,6 +558,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/golinks/0.0.4/templates/common.yaml b/incubator/golinks/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/golinks/0.0.4/templates/common.yaml
rename to incubator/golinks/0.0.5/templates/common.yaml
diff --git a/incubator/golinks/0.0.4/test_values.yaml b/incubator/golinks/0.0.5/values.yaml
similarity index 100%
rename from incubator/golinks/0.0.4/test_values.yaml
rename to incubator/golinks/0.0.5/values.yaml
diff --git a/incubator/grav/0.0.4/CHANGELOG.md b/incubator/grav/0.0.4/CHANGELOG.md
deleted file mode 100644
index b4f458a00f..0000000000
--- a/incubator/grav/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [grav-0.0.4](https://github.com/truecharts/apps/compare/grav-0.0.3...grav-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/grav/0.0.4/Chart.lock b/incubator/grav/0.0.4/Chart.lock
deleted file mode 100644
index 76f405960e..0000000000
--- a/incubator/grav/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:25:10.563919245Z"
diff --git a/incubator/grav/0.0.4/charts/common-8.3.10.tgz b/incubator/grav/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/grav/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/grav/0.0.4/ix_values.yaml b/incubator/grav/0.0.4/ix_values.yaml
deleted file mode 100644
index bc3229838d..0000000000
--- a/incubator/grav/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/grav
- pullPolicy: IfNotPresent
- tag: version-1.7.18@sha256:e4fc1032fd78c0a6772cf141669449fdd4d0f5e6ad4646d6ebaf0b6015631738
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/grav/0.0.4/values.yaml b/incubator/grav/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/grav/0.0.5/CHANGELOG.md b/incubator/grav/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..60bba5b1a3
--- /dev/null
+++ b/incubator/grav/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [grav-0.0.5](https://github.com/truecharts/apps/compare/grav-0.0.4...grav-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/grav/0.0.4/CONFIG.md b/incubator/grav/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/grav/0.0.4/CONFIG.md
rename to incubator/grav/0.0.5/CONFIG.md
diff --git a/incubator/grav/0.0.5/Chart.lock b/incubator/grav/0.0.5/Chart.lock
new file mode 100644
index 0000000000..afab91d19b
--- /dev/null
+++ b/incubator/grav/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:15:04.473345518Z"
diff --git a/incubator/grav/0.0.4/Chart.yaml b/incubator/grav/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/grav/0.0.4/Chart.yaml
rename to incubator/grav/0.0.5/Chart.yaml
index b3b7daa143..b3ef209af0 100644
--- a/incubator/grav/0.0.4/Chart.yaml
+++ b/incubator/grav/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.7.18"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A Fast, Simple, and Flexible, file-based Web-platform.
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
@@ -22,4 +22,4 @@ sources:
- https://github.com/linuxserver/docker-grav
- https://github.com/getgrav/grav/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/grav/0.0.4/README.md b/incubator/grav/0.0.5/README.md
similarity index 96%
rename from incubator/grav/0.0.4/README.md
rename to incubator/grav/0.0.5/README.md
index 3738192ba2..3b7d7f14f0 100644
--- a/incubator/grav/0.0.4/README.md
+++ b/incubator/grav/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/grav/0.0.4/app-readme.md b/incubator/grav/0.0.5/app-readme.md
similarity index 100%
rename from incubator/grav/0.0.4/app-readme.md
rename to incubator/grav/0.0.5/app-readme.md
diff --git a/incubator/grav/0.0.5/charts/common-8.3.12.tgz b/incubator/grav/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/grav/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/grav/0.0.4/helm-values.md b/incubator/grav/0.0.5/helm-values.md
similarity index 100%
rename from incubator/grav/0.0.4/helm-values.md
rename to incubator/grav/0.0.5/helm-values.md
diff --git a/incubator/grav/0.0.4/questions.yaml b/incubator/grav/0.0.5/questions.yaml
similarity index 99%
rename from incubator/grav/0.0.4/questions.yaml
rename to incubator/grav/0.0.5/questions.yaml
index de5b22d057..36506d234b 100644
--- a/incubator/grav/0.0.4/questions.yaml
+++ b/incubator/grav/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/grav/0.0.4/templates/common.yaml b/incubator/grav/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/grav/0.0.4/templates/common.yaml
rename to incubator/grav/0.0.5/templates/common.yaml
diff --git a/incubator/grav/0.0.4/test_values.yaml b/incubator/grav/0.0.5/values.yaml
similarity index 100%
rename from incubator/grav/0.0.4/test_values.yaml
rename to incubator/grav/0.0.5/values.yaml
diff --git a/incubator/headphones/0.0.4/CHANGELOG.md b/incubator/headphones/0.0.4/CHANGELOG.md
deleted file mode 100644
index 8c316a8f94..0000000000
--- a/incubator/headphones/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [headphones-0.0.4](https://github.com/truecharts/apps/compare/headphones-0.0.3...headphones-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/headphones/0.0.4/Chart.lock b/incubator/headphones/0.0.4/Chart.lock
deleted file mode 100644
index 5bf7081524..0000000000
--- a/incubator/headphones/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:25:25.620875518Z"
diff --git a/incubator/headphones/0.0.4/charts/common-8.3.10.tgz b/incubator/headphones/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/headphones/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/headphones/0.0.4/ix_values.yaml b/incubator/headphones/0.0.4/ix_values.yaml
deleted file mode 100644
index eb7d280cfe..0000000000
--- a/incubator/headphones/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/headphones
- pullPolicy: IfNotPresent
- tag: version-58edc604@sha256:43f2d40be460ac59c6b80d6ea1307f14dad11379ac607b6752f84a758da6b118
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/headphones/0.0.4/values.yaml b/incubator/headphones/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/headphones/0.0.5/CHANGELOG.md b/incubator/headphones/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..970adabdab
--- /dev/null
+++ b/incubator/headphones/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [headphones-0.0.5](https://github.com/truecharts/apps/compare/headphones-0.0.4...headphones-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/headphones/0.0.4/CONFIG.md b/incubator/headphones/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/headphones/0.0.4/CONFIG.md
rename to incubator/headphones/0.0.5/CONFIG.md
diff --git a/incubator/headphones/0.0.5/Chart.lock b/incubator/headphones/0.0.5/Chart.lock
new file mode 100644
index 0000000000..4f5a614022
--- /dev/null
+++ b/incubator/headphones/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:15:26.787760139Z"
diff --git a/incubator/headphones/0.0.4/Chart.yaml b/incubator/headphones/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/headphones/0.0.4/Chart.yaml
rename to incubator/headphones/0.0.5/Chart.yaml
index 439e8d39cc..2f2927b30b 100644
--- a/incubator/headphones/0.0.4/Chart.yaml
+++ b/incubator/headphones/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "58edc604"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: "An automated music downloader for NZB and Torrent, written in Python.\
\ It supports SABnzbd, NZBget, Transmission, \xB5Torrent and Blackhole."
home: https://github.com/truecharts/apps/tree/master/charts/stable/headphones
@@ -22,4 +22,4 @@ sources:
- https://github.com/linuxserver/docker-headphones
- https://github.com/rembo10/headphones
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/headphones/0.0.4/README.md b/incubator/headphones/0.0.5/README.md
similarity index 96%
rename from incubator/headphones/0.0.4/README.md
rename to incubator/headphones/0.0.5/README.md
index 72de3f76c6..a6341451f9 100644
--- a/incubator/headphones/0.0.4/README.md
+++ b/incubator/headphones/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/headphones/0.0.4/app-readme.md b/incubator/headphones/0.0.5/app-readme.md
similarity index 100%
rename from incubator/headphones/0.0.4/app-readme.md
rename to incubator/headphones/0.0.5/app-readme.md
diff --git a/incubator/headphones/0.0.5/charts/common-8.3.12.tgz b/incubator/headphones/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/headphones/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/headphones/0.0.4/helm-values.md b/incubator/headphones/0.0.5/helm-values.md
similarity index 100%
rename from incubator/headphones/0.0.4/helm-values.md
rename to incubator/headphones/0.0.5/helm-values.md
diff --git a/incubator/headphones/0.0.4/questions.yaml b/incubator/headphones/0.0.5/questions.yaml
similarity index 99%
rename from incubator/headphones/0.0.4/questions.yaml
rename to incubator/headphones/0.0.5/questions.yaml
index 9c5f5cb03e..70dddf564b 100644
--- a/incubator/headphones/0.0.4/questions.yaml
+++ b/incubator/headphones/0.0.5/questions.yaml
@@ -545,6 +545,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/headphones/0.0.4/templates/common.yaml b/incubator/headphones/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/headphones/0.0.4/templates/common.yaml
rename to incubator/headphones/0.0.5/templates/common.yaml
diff --git a/incubator/headphones/0.0.4/test_values.yaml b/incubator/headphones/0.0.5/values.yaml
similarity index 100%
rename from incubator/headphones/0.0.4/test_values.yaml
rename to incubator/headphones/0.0.5/values.yaml
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/CHANGELOG.md b/incubator/icantbelieveitsnotvaletudo/0.0.4/CHANGELOG.md
deleted file mode 100644
index e247451772..0000000000
--- a/incubator/icantbelieveitsnotvaletudo/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [icantbelieveitsnotvaletudo-0.0.4](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-0.0.3...icantbelieveitsnotvaletudo-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/Chart.lock b/incubator/icantbelieveitsnotvaletudo/0.0.4/Chart.lock
deleted file mode 100644
index 9d9f1c49ab..0000000000
--- a/incubator/icantbelieveitsnotvaletudo/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:25:40.183000328Z"
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/charts/common-8.3.10.tgz b/incubator/icantbelieveitsnotvaletudo/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/icantbelieveitsnotvaletudo/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/ix_values.yaml b/incubator/icantbelieveitsnotvaletudo/0.0.4/ix_values.yaml
deleted file mode 100644
index 422c19e5c0..0000000000
--- a/incubator/icantbelieveitsnotvaletudo/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: pmaksymiuk/icantbelieveitsnotvaletudo
- pullPolicy: IfNotPresent
- tag: 2021.2.1@sha256:cfb6ca812b7bec09ef61d60c8ab71945b6594525673f2edd9ddcd88004d8b150
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/values.yaml b/incubator/icantbelieveitsnotvaletudo/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.5/CHANGELOG.md b/incubator/icantbelieveitsnotvaletudo/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..a0ec0f2363
--- /dev/null
+++ b/incubator/icantbelieveitsnotvaletudo/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [icantbelieveitsnotvaletudo-0.0.5](https://github.com/truecharts/apps/compare/icantbelieveitsnotvaletudo-0.0.4...icantbelieveitsnotvaletudo-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/CONFIG.md b/incubator/icantbelieveitsnotvaletudo/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/icantbelieveitsnotvaletudo/0.0.4/CONFIG.md
rename to incubator/icantbelieveitsnotvaletudo/0.0.5/CONFIG.md
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.5/Chart.lock b/incubator/icantbelieveitsnotvaletudo/0.0.5/Chart.lock
new file mode 100644
index 0000000000..4aec299e8a
--- /dev/null
+++ b/incubator/icantbelieveitsnotvaletudo/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:15:49.099824349Z"
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/Chart.yaml b/incubator/icantbelieveitsnotvaletudo/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/icantbelieveitsnotvaletudo/0.0.4/Chart.yaml
rename to incubator/icantbelieveitsnotvaletudo/0.0.5/Chart.yaml
index c02d3b3cb2..f6fdd7cad9 100644
--- a/incubator/icantbelieveitsnotvaletudo/0.0.4/Chart.yaml
+++ b/incubator/icantbelieveitsnotvaletudo/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2021.2.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Create live map data from Valetudo powered robots
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
@@ -21,4 +21,4 @@ name: icantbelieveitsnotvaletudo
sources:
- https://github.com/Hypfer/ICantBelieveItsNotValetudo
- https://github.com/truecharts/apps/tree/master/charts/icantbelieveitsnotvaletudo
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/README.md b/incubator/icantbelieveitsnotvaletudo/0.0.5/README.md
similarity index 96%
rename from incubator/icantbelieveitsnotvaletudo/0.0.4/README.md
rename to incubator/icantbelieveitsnotvaletudo/0.0.5/README.md
index 7f3c4fb432..044f8098f6 100644
--- a/incubator/icantbelieveitsnotvaletudo/0.0.4/README.md
+++ b/incubator/icantbelieveitsnotvaletudo/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/app-readme.md b/incubator/icantbelieveitsnotvaletudo/0.0.5/app-readme.md
similarity index 100%
rename from incubator/icantbelieveitsnotvaletudo/0.0.4/app-readme.md
rename to incubator/icantbelieveitsnotvaletudo/0.0.5/app-readme.md
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.5/charts/common-8.3.12.tgz b/incubator/icantbelieveitsnotvaletudo/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/icantbelieveitsnotvaletudo/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/helm-values.md b/incubator/icantbelieveitsnotvaletudo/0.0.5/helm-values.md
similarity index 100%
rename from incubator/icantbelieveitsnotvaletudo/0.0.4/helm-values.md
rename to incubator/icantbelieveitsnotvaletudo/0.0.5/helm-values.md
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/questions.yaml b/incubator/icantbelieveitsnotvaletudo/0.0.5/questions.yaml
similarity index 99%
rename from incubator/icantbelieveitsnotvaletudo/0.0.4/questions.yaml
rename to incubator/icantbelieveitsnotvaletudo/0.0.5/questions.yaml
index f676d928ec..c2c4b2de7f 100644
--- a/incubator/icantbelieveitsnotvaletudo/0.0.4/questions.yaml
+++ b/incubator/icantbelieveitsnotvaletudo/0.0.5/questions.yaml
@@ -622,6 +622,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/templates/common.yaml b/incubator/icantbelieveitsnotvaletudo/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/icantbelieveitsnotvaletudo/0.0.4/templates/common.yaml
rename to incubator/icantbelieveitsnotvaletudo/0.0.5/templates/common.yaml
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/templates/configmap.yaml b/incubator/icantbelieveitsnotvaletudo/0.0.5/templates/configmap.yaml
similarity index 100%
rename from incubator/icantbelieveitsnotvaletudo/0.0.4/templates/configmap.yaml
rename to incubator/icantbelieveitsnotvaletudo/0.0.5/templates/configmap.yaml
diff --git a/incubator/icantbelieveitsnotvaletudo/0.0.4/test_values.yaml b/incubator/icantbelieveitsnotvaletudo/0.0.5/values.yaml
similarity index 100%
rename from incubator/icantbelieveitsnotvaletudo/0.0.4/test_values.yaml
rename to incubator/icantbelieveitsnotvaletudo/0.0.5/values.yaml
diff --git a/incubator/leaf2mqtt/0.0.4/CHANGELOG.md b/incubator/leaf2mqtt/0.0.4/CHANGELOG.md
deleted file mode 100644
index c024f5f5ee..0000000000
--- a/incubator/leaf2mqtt/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [leaf2mqtt-0.0.4](https://github.com/truecharts/apps/compare/leaf2mqtt-0.0.3...leaf2mqtt-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/incubator/leaf2mqtt/0.0.4/Chart.lock b/incubator/leaf2mqtt/0.0.4/Chart.lock
deleted file mode 100644
index 8d81a92f05..0000000000
--- a/incubator/leaf2mqtt/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:25:54.928399294Z"
diff --git a/incubator/leaf2mqtt/0.0.4/charts/common-8.3.10.tgz b/incubator/leaf2mqtt/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/leaf2mqtt/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/leaf2mqtt/0.0.4/ix_values.yaml b/incubator/leaf2mqtt/0.0.4/ix_values.yaml
deleted file mode 100644
index 0c232c6bd4..0000000000
--- a/incubator/leaf2mqtt/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,27 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/leaf2mqtt
- pullPolicy: IfNotPresent
- tag: v0.5@sha256:38af096ee01683a958ff457dea40325bf841d87cb9e95ec2c41ae8fb20ab575a
-
-service:
- main:
- enabled: false
-
-probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/leaf2mqtt/0.0.4/values.yaml b/incubator/leaf2mqtt/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/leaf2mqtt/0.0.5/CHANGELOG.md b/incubator/leaf2mqtt/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..6a3c4eeb0c
--- /dev/null
+++ b/incubator/leaf2mqtt/0.0.5/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [leaf2mqtt-0.0.5](https://github.com/truecharts/apps/compare/leaf2mqtt-0.0.4...leaf2mqtt-0.0.5) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/leaf2mqtt/0.0.4/CONFIG.md b/incubator/leaf2mqtt/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/leaf2mqtt/0.0.4/CONFIG.md
rename to incubator/leaf2mqtt/0.0.5/CONFIG.md
diff --git a/incubator/leaf2mqtt/0.0.5/Chart.lock b/incubator/leaf2mqtt/0.0.5/Chart.lock
new file mode 100644
index 0000000000..03cf91d157
--- /dev/null
+++ b/incubator/leaf2mqtt/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:16:11.415375025Z"
diff --git a/incubator/leaf2mqtt/0.0.4/Chart.yaml b/incubator/leaf2mqtt/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/leaf2mqtt/0.0.4/Chart.yaml
rename to incubator/leaf2mqtt/0.0.5/Chart.yaml
index 0c59e1b1c9..36f46b4daa 100644
--- a/incubator/leaf2mqtt/0.0.4/Chart.yaml
+++ b/incubator/leaf2mqtt/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.5"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Nissan Leaf connected services to MQTT adapter
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
@@ -22,4 +22,4 @@ name: leaf2mqtt
sources:
- https://github.com/mitsumaui/leaf2mqtt
- https://github.com/k8s-at-home/container-images
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/leaf2mqtt/0.0.4/README.md b/incubator/leaf2mqtt/0.0.5/README.md
similarity index 96%
rename from incubator/leaf2mqtt/0.0.4/README.md
rename to incubator/leaf2mqtt/0.0.5/README.md
index ad3734bcd4..fcde1e6e6f 100644
--- a/incubator/leaf2mqtt/0.0.4/README.md
+++ b/incubator/leaf2mqtt/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/leaf2mqtt/0.0.4/app-readme.md b/incubator/leaf2mqtt/0.0.5/app-readme.md
similarity index 100%
rename from incubator/leaf2mqtt/0.0.4/app-readme.md
rename to incubator/leaf2mqtt/0.0.5/app-readme.md
diff --git a/incubator/leaf2mqtt/0.0.5/charts/common-8.3.12.tgz b/incubator/leaf2mqtt/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/leaf2mqtt/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/leaf2mqtt/0.0.4/helm-values.md b/incubator/leaf2mqtt/0.0.5/helm-values.md
similarity index 100%
rename from incubator/leaf2mqtt/0.0.4/helm-values.md
rename to incubator/leaf2mqtt/0.0.5/helm-values.md
diff --git a/incubator/leaf2mqtt/0.0.4/questions.yaml b/incubator/leaf2mqtt/0.0.5/questions.yaml
similarity index 100%
rename from incubator/leaf2mqtt/0.0.4/questions.yaml
rename to incubator/leaf2mqtt/0.0.5/questions.yaml
diff --git a/incubator/leaf2mqtt/0.0.4/templates/common.yaml b/incubator/leaf2mqtt/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/leaf2mqtt/0.0.4/templates/common.yaml
rename to incubator/leaf2mqtt/0.0.5/templates/common.yaml
diff --git a/incubator/leaf2mqtt/0.0.4/test_values.yaml b/incubator/leaf2mqtt/0.0.5/values.yaml
similarity index 100%
rename from incubator/leaf2mqtt/0.0.4/test_values.yaml
rename to incubator/leaf2mqtt/0.0.5/values.yaml
diff --git a/incubator/logitech-media-server/1.0.4/CHANGELOG.md b/incubator/logitech-media-server/1.0.4/CHANGELOG.md
deleted file mode 100644
index a51d79a5da..0000000000
--- a/incubator/logitech-media-server/1.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [logitech-media-server-1.0.4](https://github.com/truecharts/apps/compare/logitech-media-server-1.0.3...logitech-media-server-1.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/logitech-media-server/1.0.4/Chart.lock b/incubator/logitech-media-server/1.0.4/Chart.lock
deleted file mode 100644
index 708617462e..0000000000
--- a/incubator/logitech-media-server/1.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org/
- version: 8.3.10
-digest: sha256:bb95cd667db9899c918ed1d19c053d657cacf3e45c2e6de1896a6254a62a5467
-generated: "2021-10-17T18:26:09.65871914Z"
diff --git a/incubator/logitech-media-server/1.0.4/charts/common-8.3.10.tgz b/incubator/logitech-media-server/1.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/logitech-media-server/1.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/logitech-media-server/1.0.4/ix_values.yaml b/incubator/logitech-media-server/1.0.4/ix_values.yaml
deleted file mode 100644
index 11e2121018..0000000000
--- a/incubator/logitech-media-server/1.0.4/ix_values.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: lmscommunity/logitechmediaserver
- pullPolicy: IfNotPresent
- tag: 8.3.0@sha256:9af934afc408a7521dc29074a8cd1813b3460a5eec4216713699fce6bd734879
-
-
-envTpl:
- # Port to host the web service on. This will be the internal container port exposed and needs to be the same as the public service port.
- # The main http port always has to be a 1:1 mapping between external and internal port.
- # You can't just map it like -p 9002:9000, as Logitech Media Server is telling players on which port to connect.
- # Therefore if you have to use a different http port for LMS (other than 9000) you'll have to set the HTTP_PORT environment variable
- HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/logitech-media-server/1.0.4/values.yaml b/incubator/logitech-media-server/1.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/logitech-media-server/1.0.5/CHANGELOG.md b/incubator/logitech-media-server/1.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..36ed3af348
--- /dev/null
+++ b/incubator/logitech-media-server/1.0.5/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [logitech-media-server-1.0.5](https://github.com/truecharts/apps/compare/logitech-media-server-1.0.4...logitech-media-server-1.0.5) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/logitech-media-server/1.0.4/CONFIG.md b/incubator/logitech-media-server/1.0.5/CONFIG.md
similarity index 100%
rename from incubator/logitech-media-server/1.0.4/CONFIG.md
rename to incubator/logitech-media-server/1.0.5/CONFIG.md
diff --git a/incubator/logitech-media-server/1.0.5/Chart.lock b/incubator/logitech-media-server/1.0.5/Chart.lock
new file mode 100644
index 0000000000..b57de1147b
--- /dev/null
+++ b/incubator/logitech-media-server/1.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:16:33.848743766Z"
diff --git a/incubator/logitech-media-server/1.0.4/Chart.yaml b/incubator/logitech-media-server/1.0.5/Chart.yaml
similarity index 91%
rename from incubator/logitech-media-server/1.0.4/Chart.yaml
rename to incubator/logitech-media-server/1.0.5/Chart.yaml
index 9085cc3d02..eb7adee15a 100644
--- a/incubator/logitech-media-server/1.0.4/Chart.yaml
+++ b/incubator/logitech-media-server/1.0.5/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
appVersion: "8.3.0"
dependencies:
- name: common
- repository: https://truecharts.org/
- version: 8.3.10
+ repository: https://truecharts.org
+ version: 8.3.12
deprecated: false
description: Logitech Media Server is a platform for home/office audio streaming.
home: https://github.com/truecharts/apps/master/charts/incubator/logitech-media-server
@@ -26,4 +26,4 @@ sources:
- https://github.com/Logitech/slimserver
- https://hub.docker.com/r/lmscommunity/logitechmediaserver
type: application
-version: 1.0.4
+version: 1.0.5
diff --git a/incubator/logitech-media-server/1.0.4/README.md b/incubator/logitech-media-server/1.0.5/README.md
similarity index 96%
rename from incubator/logitech-media-server/1.0.4/README.md
rename to incubator/logitech-media-server/1.0.5/README.md
index f1b0b74a93..665fe74756 100644
--- a/incubator/logitech-media-server/1.0.4/README.md
+++ b/incubator/logitech-media-server/1.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/logitech-media-server/1.0.4/app-readme.md b/incubator/logitech-media-server/1.0.5/app-readme.md
similarity index 100%
rename from incubator/logitech-media-server/1.0.4/app-readme.md
rename to incubator/logitech-media-server/1.0.5/app-readme.md
diff --git a/incubator/logitech-media-server/1.0.5/charts/common-8.3.12.tgz b/incubator/logitech-media-server/1.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/logitech-media-server/1.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/logitech-media-server/1.0.4/helm-values.md b/incubator/logitech-media-server/1.0.5/helm-values.md
similarity index 100%
rename from incubator/logitech-media-server/1.0.4/helm-values.md
rename to incubator/logitech-media-server/1.0.5/helm-values.md
diff --git a/incubator/logitech-media-server/1.0.4/questions.yaml b/incubator/logitech-media-server/1.0.5/questions.yaml
similarity index 100%
rename from incubator/logitech-media-server/1.0.4/questions.yaml
rename to incubator/logitech-media-server/1.0.5/questions.yaml
diff --git a/incubator/logitech-media-server/1.0.4/templates/common.yaml b/incubator/logitech-media-server/1.0.5/templates/common.yaml
similarity index 100%
rename from incubator/logitech-media-server/1.0.4/templates/common.yaml
rename to incubator/logitech-media-server/1.0.5/templates/common.yaml
diff --git a/incubator/logitech-media-server/1.0.4/test_values.yaml b/incubator/logitech-media-server/1.0.5/values.yaml
similarity index 100%
rename from incubator/logitech-media-server/1.0.4/test_values.yaml
rename to incubator/logitech-media-server/1.0.5/values.yaml
diff --git a/incubator/medusa/0.0.4/CHANGELOG.md b/incubator/medusa/0.0.4/CHANGELOG.md
deleted file mode 100644
index d6b5645ecd..0000000000
--- a/incubator/medusa/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [medusa-0.0.4](https://github.com/truecharts/apps/compare/medusa-0.0.3...medusa-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/medusa/0.0.4/Chart.lock b/incubator/medusa/0.0.4/Chart.lock
deleted file mode 100644
index f1bdfebfc7..0000000000
--- a/incubator/medusa/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:26:24.501811004Z"
diff --git a/incubator/medusa/0.0.4/charts/common-8.3.10.tgz b/incubator/medusa/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/medusa/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/medusa/0.0.4/ix_values.yaml b/incubator/medusa/0.0.4/ix_values.yaml
deleted file mode 100644
index b88551618b..0000000000
--- a/incubator/medusa/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/medusa
- pullPolicy: IfNotPresent
- tag: version-v0.5.17@sha256:9c8848a252bfc6bd2513f841139abbad07766e3b58acfb59e4f652d32ab12ed8
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/medusa/0.0.4/values.yaml b/incubator/medusa/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/medusa/0.0.5/CHANGELOG.md b/incubator/medusa/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..1bb4660e38
--- /dev/null
+++ b/incubator/medusa/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [medusa-0.0.5](https://github.com/truecharts/apps/compare/medusa-0.0.4...medusa-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/medusa/0.0.4/CONFIG.md b/incubator/medusa/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/medusa/0.0.4/CONFIG.md
rename to incubator/medusa/0.0.5/CONFIG.md
diff --git a/incubator/medusa/0.0.5/Chart.lock b/incubator/medusa/0.0.5/Chart.lock
new file mode 100644
index 0000000000..7c190fb317
--- /dev/null
+++ b/incubator/medusa/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:16:56.67071308Z"
diff --git a/incubator/medusa/0.0.4/Chart.yaml b/incubator/medusa/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/medusa/0.0.4/Chart.yaml
rename to incubator/medusa/0.0.5/Chart.yaml
index 65511a9ca3..3ec7c31b8e 100644
--- a/incubator/medusa/0.0.4/Chart.yaml
+++ b/incubator/medusa/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.5.17"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: An automatic Video Library Manager for TV Shows
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
@@ -24,4 +24,4 @@ sources:
- https://github.com/linuxserver/docker-medusa
- https://pymedusa.com/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/medusa/0.0.4/README.md b/incubator/medusa/0.0.5/README.md
similarity index 96%
rename from incubator/medusa/0.0.4/README.md
rename to incubator/medusa/0.0.5/README.md
index 77302c9b52..1826f442e5 100644
--- a/incubator/medusa/0.0.4/README.md
+++ b/incubator/medusa/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/medusa/0.0.4/app-readme.md b/incubator/medusa/0.0.5/app-readme.md
similarity index 100%
rename from incubator/medusa/0.0.4/app-readme.md
rename to incubator/medusa/0.0.5/app-readme.md
diff --git a/incubator/medusa/0.0.5/charts/common-8.3.12.tgz b/incubator/medusa/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/medusa/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/medusa/0.0.4/helm-values.md b/incubator/medusa/0.0.5/helm-values.md
similarity index 100%
rename from incubator/medusa/0.0.4/helm-values.md
rename to incubator/medusa/0.0.5/helm-values.md
diff --git a/incubator/medusa/0.0.4/questions.yaml b/incubator/medusa/0.0.5/questions.yaml
similarity index 99%
rename from incubator/medusa/0.0.4/questions.yaml
rename to incubator/medusa/0.0.5/questions.yaml
index 1207ea76e4..49b86d6162 100644
--- a/incubator/medusa/0.0.4/questions.yaml
+++ b/incubator/medusa/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/medusa/0.0.4/templates/common.yaml b/incubator/medusa/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/medusa/0.0.4/templates/common.yaml
rename to incubator/medusa/0.0.5/templates/common.yaml
diff --git a/incubator/medusa/0.0.4/test_values.yaml b/incubator/medusa/0.0.5/values.yaml
similarity index 100%
rename from incubator/medusa/0.0.4/test_values.yaml
rename to incubator/medusa/0.0.5/values.yaml
diff --git a/incubator/minio-console/0.0.4/CHANGELOG.md b/incubator/minio-console/0.0.4/CHANGELOG.md
deleted file mode 100644
index 8dd2d5feb8..0000000000
--- a/incubator/minio-console/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [minio-console-0.0.4](https://github.com/truecharts/apps/compare/minio-console-0.0.3...minio-console-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/minio-console/0.0.4/Chart.lock b/incubator/minio-console/0.0.4/Chart.lock
deleted file mode 100644
index 79f0e3f171..0000000000
--- a/incubator/minio-console/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:26:39.082102043Z"
diff --git a/incubator/minio-console/0.0.4/charts/common-8.3.10.tgz b/incubator/minio-console/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/minio-console/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/minio-console/0.0.4/ix_values.yaml b/incubator/minio-console/0.0.4/ix_values.yaml
deleted file mode 100644
index ac9654d226..0000000000
--- a/incubator/minio-console/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: minio/console
- pullPolicy: IfNotPresent
- tag: v0.10.4@sha256:3aa27c8325a30b8f188d646bb1c7a8ad0a81b41a1099d1d9e4b29b2c76c731dd
-
-
-# -- Override the args for the default container.
-args: ["server"]
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/minio-console/0.0.4/values.yaml b/incubator/minio-console/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/minio-console/0.0.5/CHANGELOG.md b/incubator/minio-console/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..4a70624c0b
--- /dev/null
+++ b/incubator/minio-console/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [minio-console-0.0.5](https://github.com/truecharts/apps/compare/minio-console-0.0.4...minio-console-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/minio-console/0.0.4/CONFIG.md b/incubator/minio-console/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/minio-console/0.0.4/CONFIG.md
rename to incubator/minio-console/0.0.5/CONFIG.md
diff --git a/incubator/minio-console/0.0.5/Chart.lock b/incubator/minio-console/0.0.5/Chart.lock
new file mode 100644
index 0000000000..e1a285633d
--- /dev/null
+++ b/incubator/minio-console/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:17:19.033497288Z"
diff --git a/incubator/minio-console/0.0.4/Chart.yaml b/incubator/minio-console/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/minio-console/0.0.4/Chart.yaml
rename to incubator/minio-console/0.0.5/Chart.yaml
index 2fde24d60a..2336847270 100644
--- a/incubator/minio-console/0.0.4/Chart.yaml
+++ b/incubator/minio-console/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.10.4"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A management console for minio server and operator
home: https://github.com/truecharts/apps/tree/master/charts/stable/minio-console
icon: https://min.io/resources/img/logo/MINIO_wordmark.png
@@ -19,4 +19,4 @@ maintainers:
name: minio-console
sources:
- https://github.com/minio/console
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/minio-console/0.0.4/README.md b/incubator/minio-console/0.0.5/README.md
similarity index 96%
rename from incubator/minio-console/0.0.4/README.md
rename to incubator/minio-console/0.0.5/README.md
index 9eb5b247e1..f55afd7846 100644
--- a/incubator/minio-console/0.0.4/README.md
+++ b/incubator/minio-console/0.0.5/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/minio-console/0.0.4/app-readme.md b/incubator/minio-console/0.0.5/app-readme.md
similarity index 100%
rename from incubator/minio-console/0.0.4/app-readme.md
rename to incubator/minio-console/0.0.5/app-readme.md
diff --git a/incubator/minio-console/0.0.5/charts/common-8.3.12.tgz b/incubator/minio-console/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/minio-console/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/minio-console/0.0.4/helm-values.md b/incubator/minio-console/0.0.5/helm-values.md
similarity index 100%
rename from incubator/minio-console/0.0.4/helm-values.md
rename to incubator/minio-console/0.0.5/helm-values.md
diff --git a/incubator/minio-console/0.0.4/questions.yaml b/incubator/minio-console/0.0.5/questions.yaml
similarity index 99%
rename from incubator/minio-console/0.0.4/questions.yaml
rename to incubator/minio-console/0.0.5/questions.yaml
index 47185e1ef9..4d80974c78 100644
--- a/incubator/minio-console/0.0.4/questions.yaml
+++ b/incubator/minio-console/0.0.5/questions.yaml
@@ -561,6 +561,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/minio-console/0.0.4/templates/common.yaml b/incubator/minio-console/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/minio-console/0.0.4/templates/common.yaml
rename to incubator/minio-console/0.0.5/templates/common.yaml
diff --git a/incubator/minio-console/0.0.4/test_values.yaml b/incubator/minio-console/0.0.5/values.yaml
similarity index 100%
rename from incubator/minio-console/0.0.4/test_values.yaml
rename to incubator/minio-console/0.0.5/values.yaml
diff --git a/incubator/mstream/0.0.4/CHANGELOG.md b/incubator/mstream/0.0.4/CHANGELOG.md
deleted file mode 100644
index c9f9ee90c9..0000000000
--- a/incubator/mstream/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [mstream-0.0.4](https://github.com/truecharts/apps/compare/mstream-0.0.3...mstream-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/mstream/0.0.4/Chart.lock b/incubator/mstream/0.0.4/Chart.lock
deleted file mode 100644
index 3ca32df4eb..0000000000
--- a/incubator/mstream/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:26:53.607363915Z"
diff --git a/incubator/mstream/0.0.4/charts/common-8.3.10.tgz b/incubator/mstream/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/mstream/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/mstream/0.0.4/ix_values.yaml b/incubator/mstream/0.0.4/ix_values.yaml
deleted file mode 100644
index e3a017d044..0000000000
--- a/incubator/mstream/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/mstream
- pullPolicy: IfNotPresent
- tag: version-v5.2.5@sha256:22c012bcc43cde544532e7797da678ffd0dab76d3afeec0a2906adfae6767256
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/mstream/0.0.4/values.yaml b/incubator/mstream/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/mstream/0.0.5/CHANGELOG.md b/incubator/mstream/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..c8158d947e
--- /dev/null
+++ b/incubator/mstream/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [mstream-0.0.5](https://github.com/truecharts/apps/compare/mstream-0.0.4...mstream-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/mstream/0.0.4/CONFIG.md b/incubator/mstream/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/mstream/0.0.4/CONFIG.md
rename to incubator/mstream/0.0.5/CONFIG.md
diff --git a/incubator/mstream/0.0.5/Chart.lock b/incubator/mstream/0.0.5/Chart.lock
new file mode 100644
index 0000000000..df559ef8f8
--- /dev/null
+++ b/incubator/mstream/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:17:41.403958854Z"
diff --git a/incubator/mstream/0.0.4/Chart.yaml b/incubator/mstream/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/mstream/0.0.4/Chart.yaml
rename to incubator/mstream/0.0.5/Chart.yaml
index 03faed5100..d9a78953b1 100644
--- a/incubator/mstream/0.0.4/Chart.yaml
+++ b/incubator/mstream/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "5.2.5"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A personal music streaming server
home: https://github.com/truecharts/apps/tree/master/charts/stable/mstream
icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/mstream.png
@@ -21,4 +21,4 @@ sources:
- https://github.com/linuxserver/docker-mstream
- https://mstream.io/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/mstream/0.0.4/README.md b/incubator/mstream/0.0.5/README.md
similarity index 96%
rename from incubator/mstream/0.0.4/README.md
rename to incubator/mstream/0.0.5/README.md
index bd88ac02b8..a9dc85169f 100644
--- a/incubator/mstream/0.0.4/README.md
+++ b/incubator/mstream/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/mstream/0.0.4/app-readme.md b/incubator/mstream/0.0.5/app-readme.md
similarity index 100%
rename from incubator/mstream/0.0.4/app-readme.md
rename to incubator/mstream/0.0.5/app-readme.md
diff --git a/incubator/mstream/0.0.5/charts/common-8.3.12.tgz b/incubator/mstream/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/mstream/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/mstream/0.0.4/helm-values.md b/incubator/mstream/0.0.5/helm-values.md
similarity index 100%
rename from incubator/mstream/0.0.4/helm-values.md
rename to incubator/mstream/0.0.5/helm-values.md
diff --git a/incubator/mstream/0.0.4/questions.yaml b/incubator/mstream/0.0.5/questions.yaml
similarity index 99%
rename from incubator/mstream/0.0.4/questions.yaml
rename to incubator/mstream/0.0.5/questions.yaml
index 572dd20540..2a28f0752e 100644
--- a/incubator/mstream/0.0.4/questions.yaml
+++ b/incubator/mstream/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/mstream/0.0.4/templates/common.yaml b/incubator/mstream/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/mstream/0.0.4/templates/common.yaml
rename to incubator/mstream/0.0.5/templates/common.yaml
diff --git a/incubator/mstream/0.0.4/test_values.yaml b/incubator/mstream/0.0.5/values.yaml
similarity index 100%
rename from incubator/mstream/0.0.4/test_values.yaml
rename to incubator/mstream/0.0.5/values.yaml
diff --git a/incubator/muximux/0.0.4/CHANGELOG.md b/incubator/muximux/0.0.4/CHANGELOG.md
deleted file mode 100644
index 6315486f26..0000000000
--- a/incubator/muximux/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [muximux-0.0.4](https://github.com/truecharts/apps/compare/muximux-0.0.3...muximux-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/muximux/0.0.4/Chart.lock b/incubator/muximux/0.0.4/Chart.lock
deleted file mode 100644
index 42c31d0800..0000000000
--- a/incubator/muximux/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:27:08.10912313Z"
diff --git a/incubator/muximux/0.0.4/charts/common-8.3.10.tgz b/incubator/muximux/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/muximux/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/muximux/0.0.4/ix_values.yaml b/incubator/muximux/0.0.4/ix_values.yaml
deleted file mode 100644
index 7c1f51019b..0000000000
--- a/incubator/muximux/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/muximux
- pullPolicy: IfNotPresent
- tag: version-057352e8@sha256:6bfa1fba5f2db524483fb31b9631899555cfec8f978930d49f9b8ef3ff5e2d99
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/muximux/0.0.4/values.yaml b/incubator/muximux/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/muximux/0.0.5/CHANGELOG.md b/incubator/muximux/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..3c7983c3f8
--- /dev/null
+++ b/incubator/muximux/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [muximux-0.0.5](https://github.com/truecharts/apps/compare/muximux-0.0.4...muximux-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/muximux/0.0.4/CONFIG.md b/incubator/muximux/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/muximux/0.0.4/CONFIG.md
rename to incubator/muximux/0.0.5/CONFIG.md
diff --git a/incubator/muximux/0.0.5/Chart.lock b/incubator/muximux/0.0.5/Chart.lock
new file mode 100644
index 0000000000..c1847b4213
--- /dev/null
+++ b/incubator/muximux/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:18:03.322597929Z"
diff --git a/incubator/muximux/0.0.4/Chart.yaml b/incubator/muximux/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/muximux/0.0.4/Chart.yaml
rename to incubator/muximux/0.0.5/Chart.yaml
index 1310fa55e1..aae59347d5 100644
--- a/incubator/muximux/0.0.4/Chart.yaml
+++ b/incubator/muximux/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "057352e8"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A lightweight portal to view & manage your HTPC apps without having to
run anything more than a PHP enabled webserver
home: https://github.com/truecharts/apps/tree/master/charts/stable/muximux
@@ -23,4 +23,4 @@ sources:
- https://github.com/linuxserver/docker-muximux
- https://github.com/mescon/Muximux
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/muximux/0.0.4/README.md b/incubator/muximux/0.0.5/README.md
similarity index 96%
rename from incubator/muximux/0.0.4/README.md
rename to incubator/muximux/0.0.5/README.md
index 15502a701d..e529057e1c 100644
--- a/incubator/muximux/0.0.4/README.md
+++ b/incubator/muximux/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/muximux/0.0.4/app-readme.md b/incubator/muximux/0.0.5/app-readme.md
similarity index 100%
rename from incubator/muximux/0.0.4/app-readme.md
rename to incubator/muximux/0.0.5/app-readme.md
diff --git a/incubator/muximux/0.0.5/charts/common-8.3.12.tgz b/incubator/muximux/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/muximux/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/muximux/0.0.4/helm-values.md b/incubator/muximux/0.0.5/helm-values.md
similarity index 100%
rename from incubator/muximux/0.0.4/helm-values.md
rename to incubator/muximux/0.0.5/helm-values.md
diff --git a/incubator/muximux/0.0.4/questions.yaml b/incubator/muximux/0.0.5/questions.yaml
similarity index 99%
rename from incubator/muximux/0.0.4/questions.yaml
rename to incubator/muximux/0.0.5/questions.yaml
index 20695f1367..779581193d 100644
--- a/incubator/muximux/0.0.4/questions.yaml
+++ b/incubator/muximux/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/muximux/0.0.4/templates/common.yaml b/incubator/muximux/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/muximux/0.0.4/templates/common.yaml
rename to incubator/muximux/0.0.5/templates/common.yaml
diff --git a/incubator/muximux/0.0.4/test_values.yaml b/incubator/muximux/0.0.5/values.yaml
similarity index 100%
rename from incubator/muximux/0.0.4/test_values.yaml
rename to incubator/muximux/0.0.5/values.yaml
diff --git a/incubator/notes/0.0.4/CHANGELOG.md b/incubator/notes/0.0.4/CHANGELOG.md
deleted file mode 100644
index 85a3f3277c..0000000000
--- a/incubator/notes/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [notes-0.0.4](https://github.com/truecharts/apps/compare/notes-0.0.3...notes-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/notes/0.0.4/Chart.lock b/incubator/notes/0.0.4/Chart.lock
deleted file mode 100644
index 3cb89263d9..0000000000
--- a/incubator/notes/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:27:22.748773436Z"
diff --git a/incubator/notes/0.0.4/charts/common-8.3.10.tgz b/incubator/notes/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/notes/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/notes/0.0.4/ix_values.yaml b/incubator/notes/0.0.4/ix_values.yaml
deleted file mode 100644
index 5cd43f6b7e..0000000000
--- a/incubator/notes/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/nicholaswilde/notes
- pullPolicy: IfNotPresent
- tag: version-ee287b9@sha256:ab9bc16465bc722068a34898b0090490e660dc5a126c9acf651ad229693b44c1
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/notes/0.0.4/values.yaml b/incubator/notes/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/notes/0.0.5/CHANGELOG.md b/incubator/notes/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..f3747bc870
--- /dev/null
+++ b/incubator/notes/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [notes-0.0.5](https://github.com/truecharts/apps/compare/notes-0.0.4...notes-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/notes/0.0.4/CONFIG.md b/incubator/notes/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/notes/0.0.4/CONFIG.md
rename to incubator/notes/0.0.5/CONFIG.md
diff --git a/incubator/notes/0.0.5/Chart.lock b/incubator/notes/0.0.5/Chart.lock
new file mode 100644
index 0000000000..0e41fb8d3e
--- /dev/null
+++ b/incubator/notes/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:18:25.494443462Z"
diff --git a/incubator/notes/0.0.4/Chart.yaml b/incubator/notes/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/notes/0.0.4/Chart.yaml
rename to incubator/notes/0.0.5/Chart.yaml
index fe7442e4d3..3bd4a0a5fe 100644
--- a/incubator/notes/0.0.4/Chart.yaml
+++ b/incubator/notes/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "ee287b9"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
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.
home: https://github.com/truecharts/apps/tree/master/charts/stable/notes
@@ -24,4 +24,4 @@ sources:
- https://github.com/prologic/notes
- https://github.com/nicholaswilde/docker-notes
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/notes/0.0.4/README.md b/incubator/notes/0.0.5/README.md
similarity index 96%
rename from incubator/notes/0.0.4/README.md
rename to incubator/notes/0.0.5/README.md
index 4df6ca0731..606b48260c 100644
--- a/incubator/notes/0.0.4/README.md
+++ b/incubator/notes/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/notes/0.0.4/app-readme.md b/incubator/notes/0.0.5/app-readme.md
similarity index 100%
rename from incubator/notes/0.0.4/app-readme.md
rename to incubator/notes/0.0.5/app-readme.md
diff --git a/incubator/notes/0.0.5/charts/common-8.3.12.tgz b/incubator/notes/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/notes/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/notes/0.0.4/helm-values.md b/incubator/notes/0.0.5/helm-values.md
similarity index 100%
rename from incubator/notes/0.0.4/helm-values.md
rename to incubator/notes/0.0.5/helm-values.md
diff --git a/incubator/notes/0.0.4/questions.yaml b/incubator/notes/0.0.5/questions.yaml
similarity index 99%
rename from incubator/notes/0.0.4/questions.yaml
rename to incubator/notes/0.0.5/questions.yaml
index 27231c0eff..56dda49043 100644
--- a/incubator/notes/0.0.4/questions.yaml
+++ b/incubator/notes/0.0.5/questions.yaml
@@ -540,6 +540,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/notes/0.0.4/templates/common.yaml b/incubator/notes/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/notes/0.0.4/templates/common.yaml
rename to incubator/notes/0.0.5/templates/common.yaml
diff --git a/incubator/notes/0.0.4/test_values.yaml b/incubator/notes/0.0.5/values.yaml
similarity index 100%
rename from incubator/notes/0.0.4/test_values.yaml
rename to incubator/notes/0.0.5/values.yaml
diff --git a/incubator/novnc/0.0.4/CHANGELOG.md b/incubator/novnc/0.0.4/CHANGELOG.md
deleted file mode 100644
index e46c0ebeb2..0000000000
--- a/incubator/novnc/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [novnc-0.0.4](https://github.com/truecharts/apps/compare/novnc-0.0.3...novnc-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/incubator/novnc/0.0.4/Chart.lock b/incubator/novnc/0.0.4/Chart.lock
deleted file mode 100644
index f133758c9d..0000000000
--- a/incubator/novnc/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:27:37.35447709Z"
diff --git a/incubator/novnc/0.0.4/charts/common-8.3.10.tgz b/incubator/novnc/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/novnc/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/novnc/0.0.4/ix_values.yaml b/incubator/novnc/0.0.4/ix_values.yaml
deleted file mode 100644
index af858a76e1..0000000000
--- a/incubator/novnc/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/nicholaswilde/novnc
- pullPolicy: IfNotPresent
- tag: version-1.2.0@sha256:5d0d02fa11dabb607ddf293b3b3794ef15f2a9b32e41078de5ed24ad3cfad095
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/novnc/0.0.4/values.yaml b/incubator/novnc/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/novnc/0.0.5/CHANGELOG.md b/incubator/novnc/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..3eff2018dd
--- /dev/null
+++ b/incubator/novnc/0.0.5/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [novnc-0.0.5](https://github.com/truecharts/apps/compare/novnc-0.0.4...novnc-0.0.5) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/novnc/0.0.4/CONFIG.md b/incubator/novnc/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/novnc/0.0.4/CONFIG.md
rename to incubator/novnc/0.0.5/CONFIG.md
diff --git a/incubator/novnc/0.0.5/Chart.lock b/incubator/novnc/0.0.5/Chart.lock
new file mode 100644
index 0000000000..b6ad34a550
--- /dev/null
+++ b/incubator/novnc/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:18:49.845246132Z"
diff --git a/incubator/novnc/0.0.4/Chart.yaml b/incubator/novnc/0.0.5/Chart.yaml
similarity index 93%
rename from incubator/novnc/0.0.4/Chart.yaml
rename to incubator/novnc/0.0.5/Chart.yaml
index d5a077997f..d34242ebf8 100644
--- a/incubator/novnc/0.0.4/Chart.yaml
+++ b/incubator/novnc/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.2.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: The open source VNC client
home: https://github.com/truecharts/apps/tree/master/charts/stable/novnc
icon: https://github.com/truecharts/apps/raw/main/images/novnc.png
@@ -21,4 +21,4 @@ name: novnc
sources:
- https://novnc.com/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/novnc/0.0.4/README.md b/incubator/novnc/0.0.5/README.md
similarity index 96%
rename from incubator/novnc/0.0.4/README.md
rename to incubator/novnc/0.0.5/README.md
index 40feec3e63..cabe70d17f 100644
--- a/incubator/novnc/0.0.4/README.md
+++ b/incubator/novnc/0.0.5/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/novnc/0.0.4/app-readme.md b/incubator/novnc/0.0.5/app-readme.md
similarity index 100%
rename from incubator/novnc/0.0.4/app-readme.md
rename to incubator/novnc/0.0.5/app-readme.md
diff --git a/incubator/novnc/0.0.5/charts/common-8.3.12.tgz b/incubator/novnc/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/novnc/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/novnc/0.0.4/helm-values.md b/incubator/novnc/0.0.5/helm-values.md
similarity index 100%
rename from incubator/novnc/0.0.4/helm-values.md
rename to incubator/novnc/0.0.5/helm-values.md
diff --git a/incubator/novnc/0.0.4/questions.yaml b/incubator/novnc/0.0.5/questions.yaml
similarity index 100%
rename from incubator/novnc/0.0.4/questions.yaml
rename to incubator/novnc/0.0.5/questions.yaml
diff --git a/incubator/novnc/0.0.4/templates/common.yaml b/incubator/novnc/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/novnc/0.0.4/templates/common.yaml
rename to incubator/novnc/0.0.5/templates/common.yaml
diff --git a/incubator/novnc/0.0.4/test_values.yaml b/incubator/novnc/0.0.5/values.yaml
similarity index 100%
rename from incubator/novnc/0.0.4/test_values.yaml
rename to incubator/novnc/0.0.5/values.yaml
diff --git a/incubator/photoshow/0.0.4/CHANGELOG.md b/incubator/photoshow/0.0.4/CHANGELOG.md
deleted file mode 100644
index c3b0dd804e..0000000000
--- a/incubator/photoshow/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [photoshow-0.0.4](https://github.com/truecharts/apps/compare/photoshow-0.0.3...photoshow-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/photoshow/0.0.4/Chart.lock b/incubator/photoshow/0.0.4/Chart.lock
deleted file mode 100644
index 1745867b3b..0000000000
--- a/incubator/photoshow/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:27:51.790563966Z"
diff --git a/incubator/photoshow/0.0.4/charts/common-8.3.10.tgz b/incubator/photoshow/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/photoshow/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/photoshow/0.0.4/ix_values.yaml b/incubator/photoshow/0.0.4/ix_values.yaml
deleted file mode 100644
index bed3bbba4c..0000000000
--- a/incubator/photoshow/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/photoshow
- pullPolicy: IfNotPresent
- tag: version-48aabb98@sha256:2ff8323e869f68102db4750268d90461f09358e312189cbd92ba6576c31f8ae7
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/photoshow/0.0.4/values.yaml b/incubator/photoshow/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/photoshow/0.0.5/CHANGELOG.md b/incubator/photoshow/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..b87d4b0c09
--- /dev/null
+++ b/incubator/photoshow/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [photoshow-0.0.5](https://github.com/truecharts/apps/compare/photoshow-0.0.4...photoshow-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/photoshow/0.0.4/CONFIG.md b/incubator/photoshow/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/photoshow/0.0.4/CONFIG.md
rename to incubator/photoshow/0.0.5/CONFIG.md
diff --git a/incubator/photoshow/0.0.5/Chart.lock b/incubator/photoshow/0.0.5/Chart.lock
new file mode 100644
index 0000000000..6a199e57f6
--- /dev/null
+++ b/incubator/photoshow/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:19:17.297063785Z"
diff --git a/incubator/photoshow/0.0.4/Chart.yaml b/incubator/photoshow/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/photoshow/0.0.4/Chart.yaml
rename to incubator/photoshow/0.0.5/Chart.yaml
index 8c3d785cde..93eb0a2b79 100644
--- a/incubator/photoshow/0.0.4/Chart.yaml
+++ b/incubator/photoshow/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "48aabb98"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A gallery software at its easiest, it doesn't even require a database.
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
@@ -23,4 +23,4 @@ sources:
- https://github.com/thibaud-rohmer/PhotoShow
- https://github.com/linuxserver/docker-photoshow
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/photoshow/0.0.4/README.md b/incubator/photoshow/0.0.5/README.md
similarity index 96%
rename from incubator/photoshow/0.0.4/README.md
rename to incubator/photoshow/0.0.5/README.md
index 903133aac7..43a17c1a22 100644
--- a/incubator/photoshow/0.0.4/README.md
+++ b/incubator/photoshow/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/photoshow/0.0.4/app-readme.md b/incubator/photoshow/0.0.5/app-readme.md
similarity index 100%
rename from incubator/photoshow/0.0.4/app-readme.md
rename to incubator/photoshow/0.0.5/app-readme.md
diff --git a/incubator/photoshow/0.0.5/charts/common-8.3.12.tgz b/incubator/photoshow/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/photoshow/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/photoshow/0.0.4/helm-values.md b/incubator/photoshow/0.0.5/helm-values.md
similarity index 100%
rename from incubator/photoshow/0.0.4/helm-values.md
rename to incubator/photoshow/0.0.5/helm-values.md
diff --git a/incubator/photoshow/0.0.4/questions.yaml b/incubator/photoshow/0.0.5/questions.yaml
similarity index 99%
rename from incubator/photoshow/0.0.4/questions.yaml
rename to incubator/photoshow/0.0.5/questions.yaml
index e6b88cb84a..2db63ad476 100644
--- a/incubator/photoshow/0.0.4/questions.yaml
+++ b/incubator/photoshow/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/photoshow/0.0.4/templates/common.yaml b/incubator/photoshow/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/photoshow/0.0.4/templates/common.yaml
rename to incubator/photoshow/0.0.5/templates/common.yaml
diff --git a/incubator/photoshow/0.0.4/test_values.yaml b/incubator/photoshow/0.0.5/values.yaml
similarity index 100%
rename from incubator/photoshow/0.0.4/test_values.yaml
rename to incubator/photoshow/0.0.5/values.yaml
diff --git a/incubator/piwigo/0.0.4/CHANGELOG.md b/incubator/piwigo/0.0.4/CHANGELOG.md
deleted file mode 100644
index 0965949785..0000000000
--- a/incubator/piwigo/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [piwigo-0.0.4](https://github.com/truecharts/apps/compare/piwigo-0.0.3...piwigo-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/piwigo/0.0.4/Chart.lock b/incubator/piwigo/0.0.4/Chart.lock
deleted file mode 100644
index 83dcc33d41..0000000000
--- a/incubator/piwigo/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:28:06.386629882Z"
diff --git a/incubator/piwigo/0.0.4/charts/common-8.3.10.tgz b/incubator/piwigo/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/piwigo/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/piwigo/0.0.4/ix_values.yaml b/incubator/piwigo/0.0.4/ix_values.yaml
deleted file mode 100644
index 2604b58aee..0000000000
--- a/incubator/piwigo/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/piwigo
- pullPolicy: IfNotPresent
- tag: version-11.5.0@sha256:03e1535d5b3aa7af602ae424502273212f7634c08ab519ab4bdf09ede91111de
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/piwigo/0.0.4/values.yaml b/incubator/piwigo/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/piwigo/0.0.5/CHANGELOG.md b/incubator/piwigo/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..875f15f503
--- /dev/null
+++ b/incubator/piwigo/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [piwigo-0.0.5](https://github.com/truecharts/apps/compare/piwigo-0.0.4...piwigo-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/piwigo/0.0.4/CONFIG.md b/incubator/piwigo/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/piwigo/0.0.4/CONFIG.md
rename to incubator/piwigo/0.0.5/CONFIG.md
diff --git a/incubator/piwigo/0.0.5/Chart.lock b/incubator/piwigo/0.0.5/Chart.lock
new file mode 100644
index 0000000000..4eef2f8b70
--- /dev/null
+++ b/incubator/piwigo/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:19:43.432897563Z"
diff --git a/incubator/piwigo/0.0.4/Chart.yaml b/incubator/piwigo/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/piwigo/0.0.4/Chart.yaml
rename to incubator/piwigo/0.0.5/Chart.yaml
index 4c8447c734..808bcc2770 100644
--- a/incubator/piwigo/0.0.4/Chart.yaml
+++ b/incubator/piwigo/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "11.5.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A is photo gallery software for the web, built by an active community
of users and developers.
home: https://github.com/truecharts/apps/tree/master/charts/stable/piwigo
@@ -23,4 +23,4 @@ sources:
- http://piwigo.org/
- https://github.com/linuxserver/docker-piwigo
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/piwigo/0.0.4/README.md b/incubator/piwigo/0.0.5/README.md
similarity index 96%
rename from incubator/piwigo/0.0.4/README.md
rename to incubator/piwigo/0.0.5/README.md
index 5cd819607b..ac2d1c26b1 100644
--- a/incubator/piwigo/0.0.4/README.md
+++ b/incubator/piwigo/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/piwigo/0.0.4/app-readme.md b/incubator/piwigo/0.0.5/app-readme.md
similarity index 100%
rename from incubator/piwigo/0.0.4/app-readme.md
rename to incubator/piwigo/0.0.5/app-readme.md
diff --git a/incubator/piwigo/0.0.5/charts/common-8.3.12.tgz b/incubator/piwigo/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/piwigo/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/piwigo/0.0.4/helm-values.md b/incubator/piwigo/0.0.5/helm-values.md
similarity index 100%
rename from incubator/piwigo/0.0.4/helm-values.md
rename to incubator/piwigo/0.0.5/helm-values.md
diff --git a/incubator/piwigo/0.0.4/questions.yaml b/incubator/piwigo/0.0.5/questions.yaml
similarity index 99%
rename from incubator/piwigo/0.0.4/questions.yaml
rename to incubator/piwigo/0.0.5/questions.yaml
index c067b16bdf..cd00279c15 100644
--- a/incubator/piwigo/0.0.4/questions.yaml
+++ b/incubator/piwigo/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/piwigo/0.0.4/templates/common.yaml b/incubator/piwigo/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/piwigo/0.0.4/templates/common.yaml
rename to incubator/piwigo/0.0.5/templates/common.yaml
diff --git a/incubator/piwigo/0.0.4/test_values.yaml b/incubator/piwigo/0.0.5/values.yaml
similarity index 100%
rename from incubator/piwigo/0.0.4/test_values.yaml
rename to incubator/piwigo/0.0.5/values.yaml
diff --git a/incubator/pixapop/0.0.4/CHANGELOG.md b/incubator/pixapop/0.0.4/CHANGELOG.md
deleted file mode 100644
index ea54fa8e2f..0000000000
--- a/incubator/pixapop/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [pixapop-0.0.4](https://github.com/truecharts/apps/compare/pixapop-0.0.3...pixapop-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/pixapop/0.0.4/Chart.lock b/incubator/pixapop/0.0.4/Chart.lock
deleted file mode 100644
index 3aeb84fd89..0000000000
--- a/incubator/pixapop/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:28:21.111572156Z"
diff --git a/incubator/pixapop/0.0.4/charts/common-8.3.10.tgz b/incubator/pixapop/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/pixapop/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/pixapop/0.0.4/ix_values.yaml b/incubator/pixapop/0.0.4/ix_values.yaml
deleted file mode 100644
index f56643e214..0000000000
--- a/incubator/pixapop/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/pixapop
- pullPolicy: IfNotPresent
- tag: v1.2-ls15@sha256:605ebc091fa14b4ba82ceadda7f35c186d514e649c97913605384027c2750f4f
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/pixapop/0.0.4/values.yaml b/incubator/pixapop/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/pixapop/0.0.5/CHANGELOG.md b/incubator/pixapop/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..9717f18255
--- /dev/null
+++ b/incubator/pixapop/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [pixapop-0.0.5](https://github.com/truecharts/apps/compare/pixapop-0.0.4...pixapop-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/pixapop/0.0.4/CONFIG.md b/incubator/pixapop/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/pixapop/0.0.4/CONFIG.md
rename to incubator/pixapop/0.0.5/CONFIG.md
diff --git a/incubator/pixapop/0.0.5/Chart.lock b/incubator/pixapop/0.0.5/Chart.lock
new file mode 100644
index 0000000000..43b9a934d2
--- /dev/null
+++ b/incubator/pixapop/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:20:08.521620411Z"
diff --git a/incubator/pixapop/0.0.4/Chart.yaml b/incubator/pixapop/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/pixapop/0.0.4/Chart.yaml
rename to incubator/pixapop/0.0.5/Chart.yaml
index 2b5d30b433..ef0b19f798 100644
--- a/incubator/pixapop/0.0.4/Chart.yaml
+++ b/incubator/pixapop/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: An open-source single page application to view your photos in the easiest
way possible.
home: https://github.com/truecharts/apps/tree/master/charts/stable/pixapop
@@ -23,4 +23,4 @@ sources:
- https://github.com/linuxserver/docker-pixapop
- https://github.com/bierdok/pixapop
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/pixapop/0.0.4/README.md b/incubator/pixapop/0.0.5/README.md
similarity index 96%
rename from incubator/pixapop/0.0.4/README.md
rename to incubator/pixapop/0.0.5/README.md
index d1e007f0ea..3232db8047 100644
--- a/incubator/pixapop/0.0.4/README.md
+++ b/incubator/pixapop/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/pixapop/0.0.4/app-readme.md b/incubator/pixapop/0.0.5/app-readme.md
similarity index 100%
rename from incubator/pixapop/0.0.4/app-readme.md
rename to incubator/pixapop/0.0.5/app-readme.md
diff --git a/incubator/pixapop/0.0.5/charts/common-8.3.12.tgz b/incubator/pixapop/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/pixapop/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/pixapop/0.0.4/helm-values.md b/incubator/pixapop/0.0.5/helm-values.md
similarity index 100%
rename from incubator/pixapop/0.0.4/helm-values.md
rename to incubator/pixapop/0.0.5/helm-values.md
diff --git a/incubator/pixapop/0.0.4/questions.yaml b/incubator/pixapop/0.0.5/questions.yaml
similarity index 99%
rename from incubator/pixapop/0.0.4/questions.yaml
rename to incubator/pixapop/0.0.5/questions.yaml
index e005b1faf6..95594f7162 100644
--- a/incubator/pixapop/0.0.4/questions.yaml
+++ b/incubator/pixapop/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/pixapop/0.0.4/templates/common.yaml b/incubator/pixapop/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/pixapop/0.0.4/templates/common.yaml
rename to incubator/pixapop/0.0.5/templates/common.yaml
diff --git a/incubator/pixapop/0.0.4/test_values.yaml b/incubator/pixapop/0.0.5/values.yaml
similarity index 100%
rename from incubator/pixapop/0.0.4/test_values.yaml
rename to incubator/pixapop/0.0.5/values.yaml
diff --git a/incubator/remmina/0.0.4/CHANGELOG.md b/incubator/remmina/0.0.4/CHANGELOG.md
deleted file mode 100644
index 2d7684d9b9..0000000000
--- a/incubator/remmina/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [remmina-0.0.4](https://github.com/truecharts/apps/compare/remmina-0.0.3...remmina-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/remmina/0.0.4/Chart.lock b/incubator/remmina/0.0.4/Chart.lock
deleted file mode 100644
index c34df9be83..0000000000
--- a/incubator/remmina/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:28:35.796462744Z"
diff --git a/incubator/remmina/0.0.4/charts/common-8.3.10.tgz b/incubator/remmina/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/remmina/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/remmina/0.0.4/ix_values.yaml b/incubator/remmina/0.0.4/ix_values.yaml
deleted file mode 100644
index 97a07274ce..0000000000
--- a/incubator/remmina/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/remmina
- pullPolicy: IfNotPresent
- tag: version-1.2.0-rcgit.29dfsg-1ubuntu1@sha256:db94a727927b15ea49ba7292c793e0adbf1a20b8c30603f178e2450f97233def
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/remmina/0.0.4/values.yaml b/incubator/remmina/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/remmina/0.0.5/CHANGELOG.md b/incubator/remmina/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..100a504fe8
--- /dev/null
+++ b/incubator/remmina/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [remmina-0.0.5](https://github.com/truecharts/apps/compare/remmina-0.0.4...remmina-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/remmina/0.0.4/CONFIG.md b/incubator/remmina/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/remmina/0.0.4/CONFIG.md
rename to incubator/remmina/0.0.5/CONFIG.md
diff --git a/incubator/remmina/0.0.5/Chart.lock b/incubator/remmina/0.0.5/Chart.lock
new file mode 100644
index 0000000000..d03be021a0
--- /dev/null
+++ b/incubator/remmina/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:20:33.466786064Z"
diff --git a/incubator/remmina/0.0.4/Chart.yaml b/incubator/remmina/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/remmina/0.0.4/Chart.yaml
rename to incubator/remmina/0.0.5/Chart.yaml
index 8259ff0470..1637bf3ed3 100644
--- a/incubator/remmina/0.0.4/Chart.yaml
+++ b/incubator/remmina/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.2.0-rcgi"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A remote desktop client written in GTK
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
@@ -22,4 +22,4 @@ sources:
- https://github.com/linuxserver/docker-remmina
- https://remmina.org/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/remmina/0.0.4/README.md b/incubator/remmina/0.0.5/README.md
similarity index 96%
rename from incubator/remmina/0.0.4/README.md
rename to incubator/remmina/0.0.5/README.md
index 9b8daa44c7..199b46b1f7 100644
--- a/incubator/remmina/0.0.4/README.md
+++ b/incubator/remmina/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/remmina/0.0.4/app-readme.md b/incubator/remmina/0.0.5/app-readme.md
similarity index 100%
rename from incubator/remmina/0.0.4/app-readme.md
rename to incubator/remmina/0.0.5/app-readme.md
diff --git a/incubator/remmina/0.0.5/charts/common-8.3.12.tgz b/incubator/remmina/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/remmina/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/remmina/0.0.4/helm-values.md b/incubator/remmina/0.0.5/helm-values.md
similarity index 100%
rename from incubator/remmina/0.0.4/helm-values.md
rename to incubator/remmina/0.0.5/helm-values.md
diff --git a/incubator/remmina/0.0.4/questions.yaml b/incubator/remmina/0.0.5/questions.yaml
similarity index 99%
rename from incubator/remmina/0.0.4/questions.yaml
rename to incubator/remmina/0.0.5/questions.yaml
index 89b0d39b9f..388a59ab06 100644
--- a/incubator/remmina/0.0.4/questions.yaml
+++ b/incubator/remmina/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/remmina/0.0.4/templates/common.yaml b/incubator/remmina/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/remmina/0.0.4/templates/common.yaml
rename to incubator/remmina/0.0.5/templates/common.yaml
diff --git a/incubator/remmina/0.0.4/test_values.yaml b/incubator/remmina/0.0.5/values.yaml
similarity index 100%
rename from incubator/remmina/0.0.4/test_values.yaml
rename to incubator/remmina/0.0.5/values.yaml
diff --git a/incubator/shorturl/0.0.4/CHANGELOG.md b/incubator/shorturl/0.0.4/CHANGELOG.md
deleted file mode 100644
index 1099209b2d..0000000000
--- a/incubator/shorturl/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [shorturl-0.0.4](https://github.com/truecharts/apps/compare/shorturl-0.0.3...shorturl-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/shorturl/0.0.4/Chart.lock b/incubator/shorturl/0.0.4/Chart.lock
deleted file mode 100644
index 724410a20c..0000000000
--- a/incubator/shorturl/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:28:50.304259655Z"
diff --git a/incubator/shorturl/0.0.4/charts/common-8.3.10.tgz b/incubator/shorturl/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/shorturl/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/shorturl/0.0.4/ix_values.yaml b/incubator/shorturl/0.0.4/ix_values.yaml
deleted file mode 100644
index 1c48501f2f..0000000000
--- a/incubator/shorturl/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/nicholaswilde/shorturl
- pullPolicy: IfNotPresent
- tag: version-v0.1.0@sha256:75fc450af5d2d07e5caebc6a01863a0aacdc15c1fbe57b3db46e3bd548226420
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/shorturl/0.0.4/values.yaml b/incubator/shorturl/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/shorturl/0.0.5/CHANGELOG.md b/incubator/shorturl/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..bd7671b235
--- /dev/null
+++ b/incubator/shorturl/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [shorturl-0.0.5](https://github.com/truecharts/apps/compare/shorturl-0.0.4...shorturl-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/shorturl/0.0.4/CONFIG.md b/incubator/shorturl/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/shorturl/0.0.4/CONFIG.md
rename to incubator/shorturl/0.0.5/CONFIG.md
diff --git a/incubator/shorturl/0.0.5/Chart.lock b/incubator/shorturl/0.0.5/Chart.lock
new file mode 100644
index 0000000000..93d6fac345
--- /dev/null
+++ b/incubator/shorturl/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:20:57.859988076Z"
diff --git a/incubator/shorturl/0.0.4/Chart.yaml b/incubator/shorturl/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/shorturl/0.0.4/Chart.yaml
rename to incubator/shorturl/0.0.5/Chart.yaml
index 37c38b1981..cdecd6c8d6 100644
--- a/incubator/shorturl/0.0.4/Chart.yaml
+++ b/incubator/shorturl/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.1.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Self hosted web app for shortening urls (URL shortener)
home: https://github.com/truecharts/apps/tree/master/charts/stable/shorturl
icon: ''
@@ -22,4 +22,4 @@ sources:
- https://github.com/prologic/shorturl
- https://github.com/nicholaswilde/docker-shorturl
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/shorturl/0.0.4/README.md b/incubator/shorturl/0.0.5/README.md
similarity index 96%
rename from incubator/shorturl/0.0.4/README.md
rename to incubator/shorturl/0.0.5/README.md
index 3169fb0e7d..a638e54e19 100644
--- a/incubator/shorturl/0.0.4/README.md
+++ b/incubator/shorturl/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/shorturl/0.0.4/app-readme.md b/incubator/shorturl/0.0.5/app-readme.md
similarity index 100%
rename from incubator/shorturl/0.0.4/app-readme.md
rename to incubator/shorturl/0.0.5/app-readme.md
diff --git a/incubator/shorturl/0.0.5/charts/common-8.3.12.tgz b/incubator/shorturl/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/shorturl/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/shorturl/0.0.4/helm-values.md b/incubator/shorturl/0.0.5/helm-values.md
similarity index 100%
rename from incubator/shorturl/0.0.4/helm-values.md
rename to incubator/shorturl/0.0.5/helm-values.md
diff --git a/incubator/shorturl/0.0.4/questions.yaml b/incubator/shorturl/0.0.5/questions.yaml
similarity index 99%
rename from incubator/shorturl/0.0.4/questions.yaml
rename to incubator/shorturl/0.0.5/questions.yaml
index c9aa11ed2d..db046bdab1 100644
--- a/incubator/shorturl/0.0.4/questions.yaml
+++ b/incubator/shorturl/0.0.5/questions.yaml
@@ -540,6 +540,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/shorturl/0.0.4/templates/common.yaml b/incubator/shorturl/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/shorturl/0.0.4/templates/common.yaml
rename to incubator/shorturl/0.0.5/templates/common.yaml
diff --git a/incubator/shorturl/0.0.4/test_values.yaml b/incubator/shorturl/0.0.5/values.yaml
similarity index 100%
rename from incubator/shorturl/0.0.4/test_values.yaml
rename to incubator/shorturl/0.0.5/values.yaml
diff --git a/incubator/sickchill/0.0.4/CHANGELOG.md b/incubator/sickchill/0.0.4/CHANGELOG.md
deleted file mode 100644
index 72bb430eb3..0000000000
--- a/incubator/sickchill/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [sickchill-0.0.4](https://github.com/truecharts/apps/compare/sickchill-0.0.3...sickchill-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/sickchill/0.0.4/Chart.lock b/incubator/sickchill/0.0.4/Chart.lock
deleted file mode 100644
index 7145d42f31..0000000000
--- a/incubator/sickchill/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:29:05.015713046Z"
diff --git a/incubator/sickchill/0.0.4/charts/common-8.3.10.tgz b/incubator/sickchill/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/sickchill/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/sickchill/0.0.4/ix_values.yaml b/incubator/sickchill/0.0.4/ix_values.yaml
deleted file mode 100644
index c1f1b6359b..0000000000
--- a/incubator/sickchill/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/sickchill
- pullPolicy: IfNotPresent
- tag: 2021.5.10-1-ls63@sha256:a607452a692a008eb397051c90603eb618c616855553dbde9a98675ca5043bd7
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/sickchill/0.0.4/values.yaml b/incubator/sickchill/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/sickchill/0.0.5/CHANGELOG.md b/incubator/sickchill/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..d7da382115
--- /dev/null
+++ b/incubator/sickchill/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [sickchill-0.0.5](https://github.com/truecharts/apps/compare/sickchill-0.0.4...sickchill-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/sickchill/0.0.4/CONFIG.md b/incubator/sickchill/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/sickchill/0.0.4/CONFIG.md
rename to incubator/sickchill/0.0.5/CONFIG.md
diff --git a/incubator/sickchill/0.0.5/Chart.lock b/incubator/sickchill/0.0.5/Chart.lock
new file mode 100644
index 0000000000..174c0ceafc
--- /dev/null
+++ b/incubator/sickchill/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:21:22.220379406Z"
diff --git a/incubator/sickchill/0.0.4/Chart.yaml b/incubator/sickchill/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/sickchill/0.0.4/Chart.yaml
rename to incubator/sickchill/0.0.5/Chart.yaml
index fd19270c80..043fdb45ea 100644
--- a/incubator/sickchill/0.0.4/Chart.yaml
+++ b/incubator/sickchill/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2021.5.10"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: An Automatic Video Library Manager for TV Shows
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
@@ -22,4 +22,4 @@ sources:
- https://github.com/linuxserver/docker-sickchill
- https://github.com/SickChill/SickChill
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/sickchill/0.0.4/README.md b/incubator/sickchill/0.0.5/README.md
similarity index 96%
rename from incubator/sickchill/0.0.4/README.md
rename to incubator/sickchill/0.0.5/README.md
index c9832e0df6..a7e67c4dd1 100644
--- a/incubator/sickchill/0.0.4/README.md
+++ b/incubator/sickchill/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/sickchill/0.0.4/app-readme.md b/incubator/sickchill/0.0.5/app-readme.md
similarity index 100%
rename from incubator/sickchill/0.0.4/app-readme.md
rename to incubator/sickchill/0.0.5/app-readme.md
diff --git a/incubator/sickchill/0.0.5/charts/common-8.3.12.tgz b/incubator/sickchill/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/sickchill/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/sickchill/0.0.4/helm-values.md b/incubator/sickchill/0.0.5/helm-values.md
similarity index 100%
rename from incubator/sickchill/0.0.4/helm-values.md
rename to incubator/sickchill/0.0.5/helm-values.md
diff --git a/incubator/sickchill/0.0.4/questions.yaml b/incubator/sickchill/0.0.5/questions.yaml
similarity index 99%
rename from incubator/sickchill/0.0.4/questions.yaml
rename to incubator/sickchill/0.0.5/questions.yaml
index 101b11ba5c..3a2a1eaa75 100644
--- a/incubator/sickchill/0.0.4/questions.yaml
+++ b/incubator/sickchill/0.0.5/questions.yaml
@@ -545,6 +545,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/sickchill/0.0.4/templates/common.yaml b/incubator/sickchill/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/sickchill/0.0.4/templates/common.yaml
rename to incubator/sickchill/0.0.5/templates/common.yaml
diff --git a/incubator/sickchill/0.0.4/test_values.yaml b/incubator/sickchill/0.0.5/values.yaml
similarity index 100%
rename from incubator/sickchill/0.0.4/test_values.yaml
rename to incubator/sickchill/0.0.5/values.yaml
diff --git a/incubator/sickgear/0.0.4/CHANGELOG.md b/incubator/sickgear/0.0.4/CHANGELOG.md
deleted file mode 100644
index d64213d9ee..0000000000
--- a/incubator/sickgear/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [sickgear-0.0.4](https://github.com/truecharts/apps/compare/sickgear-0.0.3...sickgear-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/sickgear/0.0.4/Chart.lock b/incubator/sickgear/0.0.4/Chart.lock
deleted file mode 100644
index 8641cacf01..0000000000
--- a/incubator/sickgear/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:29:19.644945915Z"
diff --git a/incubator/sickgear/0.0.4/charts/common-8.3.10.tgz b/incubator/sickgear/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/sickgear/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/sickgear/0.0.4/ix_values.yaml b/incubator/sickgear/0.0.4/ix_values.yaml
deleted file mode 100644
index fc8c058a11..0000000000
--- a/incubator/sickgear/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/sickgear
- pullPolicy: IfNotPresent
- tag: version-release_0.25.4@sha256:ad0e59d0590906f7c303926a316a357c8541986205c40cae5848a1ea5e552399
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/sickgear/0.0.4/values.yaml b/incubator/sickgear/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/sickgear/0.0.5/CHANGELOG.md b/incubator/sickgear/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..e8b9ca6dcc
--- /dev/null
+++ b/incubator/sickgear/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [sickgear-0.0.5](https://github.com/truecharts/apps/compare/sickgear-0.0.4...sickgear-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/sickgear/0.0.4/CONFIG.md b/incubator/sickgear/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/sickgear/0.0.4/CONFIG.md
rename to incubator/sickgear/0.0.5/CONFIG.md
diff --git a/incubator/sickgear/0.0.5/Chart.lock b/incubator/sickgear/0.0.5/Chart.lock
new file mode 100644
index 0000000000..9d61779c17
--- /dev/null
+++ b/incubator/sickgear/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:21:45.89270673Z"
diff --git a/incubator/sickgear/0.0.4/Chart.yaml b/incubator/sickgear/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/sickgear/0.0.4/Chart.yaml
rename to incubator/sickgear/0.0.5/Chart.yaml
index b4a24d165f..e3a1b3cc90 100644
--- a/incubator/sickgear/0.0.4/Chart.yaml
+++ b/incubator/sickgear/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.25.4"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Provides management of TV shows and/or Anime, it detects new episodes,
links downloader apps, and more
home: https://github.com/truecharts/apps/tree/master/charts/stable/sickgear
@@ -23,4 +23,4 @@ sources:
- https://github.com/linuxserver/docker-sickgear
- https://github.com/SickGear/SickGear
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/sickgear/0.0.4/README.md b/incubator/sickgear/0.0.5/README.md
similarity index 96%
rename from incubator/sickgear/0.0.4/README.md
rename to incubator/sickgear/0.0.5/README.md
index bb3afb219e..584ff8e45a 100644
--- a/incubator/sickgear/0.0.4/README.md
+++ b/incubator/sickgear/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/sickgear/0.0.4/app-readme.md b/incubator/sickgear/0.0.5/app-readme.md
similarity index 100%
rename from incubator/sickgear/0.0.4/app-readme.md
rename to incubator/sickgear/0.0.5/app-readme.md
diff --git a/incubator/sickgear/0.0.5/charts/common-8.3.12.tgz b/incubator/sickgear/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/sickgear/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/sickgear/0.0.4/helm-values.md b/incubator/sickgear/0.0.5/helm-values.md
similarity index 100%
rename from incubator/sickgear/0.0.4/helm-values.md
rename to incubator/sickgear/0.0.5/helm-values.md
diff --git a/incubator/sickgear/0.0.4/questions.yaml b/incubator/sickgear/0.0.5/questions.yaml
similarity index 99%
rename from incubator/sickgear/0.0.4/questions.yaml
rename to incubator/sickgear/0.0.5/questions.yaml
index a31dd81c56..910e10260a 100644
--- a/incubator/sickgear/0.0.4/questions.yaml
+++ b/incubator/sickgear/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/sickgear/0.0.4/templates/common.yaml b/incubator/sickgear/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/sickgear/0.0.4/templates/common.yaml
rename to incubator/sickgear/0.0.5/templates/common.yaml
diff --git a/incubator/sickgear/0.0.4/test_values.yaml b/incubator/sickgear/0.0.5/values.yaml
similarity index 100%
rename from incubator/sickgear/0.0.4/test_values.yaml
rename to incubator/sickgear/0.0.5/values.yaml
diff --git a/incubator/smokeping/0.0.4/CHANGELOG.md b/incubator/smokeping/0.0.4/CHANGELOG.md
deleted file mode 100644
index f355a05c06..0000000000
--- a/incubator/smokeping/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [smokeping-0.0.4](https://github.com/truecharts/apps/compare/smokeping-0.0.3...smokeping-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/smokeping/0.0.4/Chart.lock b/incubator/smokeping/0.0.4/Chart.lock
deleted file mode 100644
index f3aeaaa107..0000000000
--- a/incubator/smokeping/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:29:34.382840387Z"
diff --git a/incubator/smokeping/0.0.4/charts/common-8.3.10.tgz b/incubator/smokeping/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/smokeping/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/smokeping/0.0.4/ix_values.yaml b/incubator/smokeping/0.0.4/ix_values.yaml
deleted file mode 100644
index c374d3bc13..0000000000
--- a/incubator/smokeping/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/smokeping
- pullPolicy: IfNotPresent
- tag: version-2.7.3-r5@sha256:bdb817109b80a24cba5512ec5ffab2cbc9492bd0d17eae41aa0e1c7f883b7e01
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/smokeping/0.0.4/values.yaml b/incubator/smokeping/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/smokeping/0.0.5/CHANGELOG.md b/incubator/smokeping/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..8e9428bccb
--- /dev/null
+++ b/incubator/smokeping/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [smokeping-0.0.5](https://github.com/truecharts/apps/compare/smokeping-0.0.4...smokeping-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/smokeping/0.0.4/CONFIG.md b/incubator/smokeping/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/smokeping/0.0.4/CONFIG.md
rename to incubator/smokeping/0.0.5/CONFIG.md
diff --git a/incubator/smokeping/0.0.5/Chart.lock b/incubator/smokeping/0.0.5/Chart.lock
new file mode 100644
index 0000000000..8596706ac3
--- /dev/null
+++ b/incubator/smokeping/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:22:09.240733285Z"
diff --git a/incubator/smokeping/0.0.4/Chart.yaml b/incubator/smokeping/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/smokeping/0.0.4/Chart.yaml
rename to incubator/smokeping/0.0.5/Chart.yaml
index da2510abf1..6be7c4f447 100644
--- a/incubator/smokeping/0.0.4/Chart.yaml
+++ b/incubator/smokeping/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.7.3"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Keep track of your network latency.
home: https://github.com/truecharts/apps/tree/master/charts/stable/smokeping
icon: https://github.com/truecharts/apps/raw/main/images/smokeping.png
@@ -21,4 +21,4 @@ sources:
- https://oss.oetiker.ch/smokeping/
- https://hub.docker.com/r/linuxserver/smokeping
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/smokeping/0.0.4/README.md b/incubator/smokeping/0.0.5/README.md
similarity index 96%
rename from incubator/smokeping/0.0.4/README.md
rename to incubator/smokeping/0.0.5/README.md
index b34d30245f..d565afebd8 100644
--- a/incubator/smokeping/0.0.4/README.md
+++ b/incubator/smokeping/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/smokeping/0.0.4/app-readme.md b/incubator/smokeping/0.0.5/app-readme.md
similarity index 100%
rename from incubator/smokeping/0.0.4/app-readme.md
rename to incubator/smokeping/0.0.5/app-readme.md
diff --git a/incubator/smokeping/0.0.5/charts/common-8.3.12.tgz b/incubator/smokeping/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/smokeping/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/smokeping/0.0.4/helm-values.md b/incubator/smokeping/0.0.5/helm-values.md
similarity index 100%
rename from incubator/smokeping/0.0.4/helm-values.md
rename to incubator/smokeping/0.0.5/helm-values.md
diff --git a/incubator/smokeping/0.0.4/questions.yaml b/incubator/smokeping/0.0.5/questions.yaml
similarity index 99%
rename from incubator/smokeping/0.0.4/questions.yaml
rename to incubator/smokeping/0.0.5/questions.yaml
index 161b9e2e2c..4ea5bcf50b 100644
--- a/incubator/smokeping/0.0.4/questions.yaml
+++ b/incubator/smokeping/0.0.5/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/smokeping/0.0.4/templates/common.yaml b/incubator/smokeping/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/smokeping/0.0.4/templates/common.yaml
rename to incubator/smokeping/0.0.5/templates/common.yaml
diff --git a/incubator/smokeping/0.0.4/test_values.yaml b/incubator/smokeping/0.0.5/values.yaml
similarity index 100%
rename from incubator/smokeping/0.0.4/test_values.yaml
rename to incubator/smokeping/0.0.5/values.yaml
diff --git a/incubator/sqlitebrowser/0.0.4/CHANGELOG.md b/incubator/sqlitebrowser/0.0.4/CHANGELOG.md
deleted file mode 100644
index cb4ec442d3..0000000000
--- a/incubator/sqlitebrowser/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [sqlitebrowser-0.0.4](https://github.com/truecharts/apps/compare/sqlitebrowser-0.0.3...sqlitebrowser-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/sqlitebrowser/0.0.4/Chart.lock b/incubator/sqlitebrowser/0.0.4/Chart.lock
deleted file mode 100644
index 534c19110e..0000000000
--- a/incubator/sqlitebrowser/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:29:48.910842931Z"
diff --git a/incubator/sqlitebrowser/0.0.4/charts/common-8.3.10.tgz b/incubator/sqlitebrowser/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/sqlitebrowser/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/sqlitebrowser/0.0.4/ix_values.yaml b/incubator/sqlitebrowser/0.0.4/ix_values.yaml
deleted file mode 100644
index 7fa76af16c..0000000000
--- a/incubator/sqlitebrowser/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/sqlitebrowser
- pullPolicy: IfNotPresent
- tag: version-3.12.2-02876202105241947ubuntu18.04.1@sha256:eaa8080260178409088a98eb4ccde3af8885468958861223d052d257624504c5
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/sqlitebrowser/0.0.4/values.yaml b/incubator/sqlitebrowser/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/sqlitebrowser/0.0.5/CHANGELOG.md b/incubator/sqlitebrowser/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..8922466490
--- /dev/null
+++ b/incubator/sqlitebrowser/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [sqlitebrowser-0.0.5](https://github.com/truecharts/apps/compare/sqlitebrowser-0.0.4...sqlitebrowser-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/sqlitebrowser/0.0.4/CONFIG.md b/incubator/sqlitebrowser/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/sqlitebrowser/0.0.4/CONFIG.md
rename to incubator/sqlitebrowser/0.0.5/CONFIG.md
diff --git a/incubator/sqlitebrowser/0.0.5/Chart.lock b/incubator/sqlitebrowser/0.0.5/Chart.lock
new file mode 100644
index 0000000000..68dd60e780
--- /dev/null
+++ b/incubator/sqlitebrowser/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:22:31.962253636Z"
diff --git a/incubator/sqlitebrowser/0.0.4/Chart.yaml b/incubator/sqlitebrowser/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/sqlitebrowser/0.0.4/Chart.yaml
rename to incubator/sqlitebrowser/0.0.5/Chart.yaml
index 1ff3ba93f4..b896dc2871 100644
--- a/incubator/sqlitebrowser/0.0.4/Chart.yaml
+++ b/incubator/sqlitebrowser/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.12.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A high quality, visual, open source tool to create, design, and edit
database files compatible with SQLite
home: https://github.com/truecharts/apps/tree/master/charts/stable/sqlitebrowser
@@ -23,4 +23,4 @@ sources:
- https://github.com/linuxserver/docker-sqlitebrowser
- https://sqlitebrowser.org/
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/sqlitebrowser/0.0.4/README.md b/incubator/sqlitebrowser/0.0.5/README.md
similarity index 96%
rename from incubator/sqlitebrowser/0.0.4/README.md
rename to incubator/sqlitebrowser/0.0.5/README.md
index 3d749fd7f9..62892fc0d9 100644
--- a/incubator/sqlitebrowser/0.0.4/README.md
+++ b/incubator/sqlitebrowser/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/sqlitebrowser/0.0.4/app-readme.md b/incubator/sqlitebrowser/0.0.5/app-readme.md
similarity index 100%
rename from incubator/sqlitebrowser/0.0.4/app-readme.md
rename to incubator/sqlitebrowser/0.0.5/app-readme.md
diff --git a/incubator/sqlitebrowser/0.0.5/charts/common-8.3.12.tgz b/incubator/sqlitebrowser/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/sqlitebrowser/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/sqlitebrowser/0.0.4/helm-values.md b/incubator/sqlitebrowser/0.0.5/helm-values.md
similarity index 100%
rename from incubator/sqlitebrowser/0.0.4/helm-values.md
rename to incubator/sqlitebrowser/0.0.5/helm-values.md
diff --git a/incubator/sqlitebrowser/0.0.4/questions.yaml b/incubator/sqlitebrowser/0.0.5/questions.yaml
similarity index 99%
rename from incubator/sqlitebrowser/0.0.4/questions.yaml
rename to incubator/sqlitebrowser/0.0.5/questions.yaml
index 29794eb84c..98b214ed06 100644
--- a/incubator/sqlitebrowser/0.0.4/questions.yaml
+++ b/incubator/sqlitebrowser/0.0.5/questions.yaml
@@ -545,6 +545,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/sqlitebrowser/0.0.4/templates/common.yaml b/incubator/sqlitebrowser/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/sqlitebrowser/0.0.4/templates/common.yaml
rename to incubator/sqlitebrowser/0.0.5/templates/common.yaml
diff --git a/incubator/sqlitebrowser/0.0.4/test_values.yaml b/incubator/sqlitebrowser/0.0.5/values.yaml
similarity index 100%
rename from incubator/sqlitebrowser/0.0.4/test_values.yaml
rename to incubator/sqlitebrowser/0.0.5/values.yaml
diff --git a/incubator/static/0.0.4/CHANGELOG.md b/incubator/static/0.0.4/CHANGELOG.md
deleted file mode 100644
index 66053c63bc..0000000000
--- a/incubator/static/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [static-0.0.4](https://github.com/truecharts/apps/compare/static-0.0.3...static-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/static/0.0.4/Chart.lock b/incubator/static/0.0.4/Chart.lock
deleted file mode 100644
index 520b4ff55c..0000000000
--- a/incubator/static/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:30:03.487192385Z"
diff --git a/incubator/static/0.0.4/charts/common-8.3.10.tgz b/incubator/static/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/static/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/static/0.0.4/ix_values.yaml b/incubator/static/0.0.4/ix_values.yaml
deleted file mode 100644
index 7a890533e0..0000000000
--- a/incubator/static/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/nicholaswilde/static
- pullPolicy: IfNotPresent
- tag: version-ee8a20c@sha256:d1d47c730bc41c4ae46de8df0c9c76bb803927fcbe3446b6ff4f7cd152972940
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/static/0.0.4/values.yaml b/incubator/static/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/static/0.0.5/CHANGELOG.md b/incubator/static/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..f916731ff9
--- /dev/null
+++ b/incubator/static/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [static-0.0.5](https://github.com/truecharts/apps/compare/static-0.0.4...static-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/static/0.0.4/CONFIG.md b/incubator/static/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/static/0.0.4/CONFIG.md
rename to incubator/static/0.0.5/CONFIG.md
diff --git a/incubator/static/0.0.5/Chart.lock b/incubator/static/0.0.5/Chart.lock
new file mode 100644
index 0000000000..2ee049f241
--- /dev/null
+++ b/incubator/static/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:22:54.599127703Z"
diff --git a/incubator/static/0.0.4/Chart.yaml b/incubator/static/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/static/0.0.4/Chart.yaml
rename to incubator/static/0.0.5/Chart.yaml
index 0b00973231..08d17d1e93 100644
--- a/incubator/static/0.0.4/Chart.yaml
+++ b/incubator/static/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "ee8a20c"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A self-hosted static file serving app which does nothing more than just
serve up static files from a mounted volume.
home: https://github.com/truecharts/apps/tree/master/charts/stable/static
@@ -23,4 +23,4 @@ sources:
- https://github.com/prologic/static
- https://github.com/nicholaswilde/docker-static
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/static/0.0.4/README.md b/incubator/static/0.0.5/README.md
similarity index 96%
rename from incubator/static/0.0.4/README.md
rename to incubator/static/0.0.5/README.md
index 99422f315e..b6757297f2 100644
--- a/incubator/static/0.0.4/README.md
+++ b/incubator/static/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/static/0.0.4/app-readme.md b/incubator/static/0.0.5/app-readme.md
similarity index 100%
rename from incubator/static/0.0.4/app-readme.md
rename to incubator/static/0.0.5/app-readme.md
diff --git a/incubator/static/0.0.5/charts/common-8.3.12.tgz b/incubator/static/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/static/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/static/0.0.4/helm-values.md b/incubator/static/0.0.5/helm-values.md
similarity index 100%
rename from incubator/static/0.0.4/helm-values.md
rename to incubator/static/0.0.5/helm-values.md
diff --git a/incubator/static/0.0.4/questions.yaml b/incubator/static/0.0.5/questions.yaml
similarity index 99%
rename from incubator/static/0.0.4/questions.yaml
rename to incubator/static/0.0.5/questions.yaml
index cdc40c0267..2f21f9b15b 100644
--- a/incubator/static/0.0.4/questions.yaml
+++ b/incubator/static/0.0.5/questions.yaml
@@ -540,6 +540,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/static/0.0.4/templates/common.yaml b/incubator/static/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/static/0.0.4/templates/common.yaml
rename to incubator/static/0.0.5/templates/common.yaml
diff --git a/incubator/static/0.0.4/test_values.yaml b/incubator/static/0.0.5/values.yaml
similarity index 100%
rename from incubator/static/0.0.4/test_values.yaml
rename to incubator/static/0.0.5/values.yaml
diff --git a/incubator/tdarr-node/0.0.3/CHANGELOG.md b/incubator/tdarr-node/0.0.3/CHANGELOG.md
deleted file mode 100644
index 21bddc0295..0000000000
--- a/incubator/tdarr-node/0.0.3/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [tdarr-node-0.0.3](https://github.com/truecharts/apps/compare/tdarr-node-0.0.2...tdarr-node-0.0.3) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/tdarr-node/0.0.3/Chart.lock b/incubator/tdarr-node/0.0.3/Chart.lock
deleted file mode 100644
index 328545e05f..0000000000
--- a/incubator/tdarr-node/0.0.3/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:30:18.298771468Z"
diff --git a/incubator/tdarr-node/0.0.3/charts/common-8.3.10.tgz b/incubator/tdarr-node/0.0.3/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/tdarr-node/0.0.3/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/tdarr-node/0.0.3/ix_values.yaml b/incubator/tdarr-node/0.0.3/ix_values.yaml
deleted file mode 100644
index cbc9da804b..0000000000
--- a/incubator/tdarr-node/0.0.3/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: haveagitgat/tdarr_node
- pullPolicy: IfNotPresent
- tag: 2.00.10@sha256:1e3f9328327d7d5597c414e6cf2b609e9e4a2854385e03c009814ad03c3c210c
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/tdarr-node/0.0.3/values.yaml b/incubator/tdarr-node/0.0.3/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/tdarr-node/0.0.4/CHANGELOG.md b/incubator/tdarr-node/0.0.4/CHANGELOG.md
new file mode 100644
index 0000000000..90377e5c8d
--- /dev/null
+++ b/incubator/tdarr-node/0.0.4/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [tdarr-node-0.0.4](https://github.com/truecharts/apps/compare/tdarr-node-0.0.3...tdarr-node-0.0.4) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/tdarr-node/0.0.3/CONFIG.md b/incubator/tdarr-node/0.0.4/CONFIG.md
similarity index 100%
rename from incubator/tdarr-node/0.0.3/CONFIG.md
rename to incubator/tdarr-node/0.0.4/CONFIG.md
diff --git a/incubator/tdarr-node/0.0.4/Chart.lock b/incubator/tdarr-node/0.0.4/Chart.lock
new file mode 100644
index 0000000000..70eed0e66b
--- /dev/null
+++ b/incubator/tdarr-node/0.0.4/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:23:17.406411469Z"
diff --git a/incubator/tdarr-node/0.0.3/Chart.yaml b/incubator/tdarr-node/0.0.4/Chart.yaml
similarity index 94%
rename from incubator/tdarr-node/0.0.3/Chart.yaml
rename to incubator/tdarr-node/0.0.4/Chart.yaml
index 43a3e0b0d8..07a1692eaa 100644
--- a/incubator/tdarr-node/0.0.3/Chart.yaml
+++ b/incubator/tdarr-node/0.0.4/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.00.10"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Audio/Video library transcoding automation
home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr-node
@@ -22,4 +22,4 @@ sources:
- https://github.com/HaveAGitGat/Tdarr
- https://hub.docker.com/r/haveagitgat/tdarr_node
type: application
-version: 0.0.3
+version: 0.0.4
diff --git a/incubator/tdarr-node/0.0.3/README.md b/incubator/tdarr-node/0.0.4/README.md
similarity index 96%
rename from incubator/tdarr-node/0.0.3/README.md
rename to incubator/tdarr-node/0.0.4/README.md
index 342660b7b1..fb80ca1021 100644
--- a/incubator/tdarr-node/0.0.3/README.md
+++ b/incubator/tdarr-node/0.0.4/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/tdarr-node/0.0.3/app-readme.md b/incubator/tdarr-node/0.0.4/app-readme.md
similarity index 100%
rename from incubator/tdarr-node/0.0.3/app-readme.md
rename to incubator/tdarr-node/0.0.4/app-readme.md
diff --git a/incubator/tdarr-node/0.0.4/charts/common-8.3.12.tgz b/incubator/tdarr-node/0.0.4/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/tdarr-node/0.0.4/charts/common-8.3.12.tgz differ
diff --git a/incubator/tdarr-node/0.0.3/helm-values.md b/incubator/tdarr-node/0.0.4/helm-values.md
similarity index 100%
rename from incubator/tdarr-node/0.0.3/helm-values.md
rename to incubator/tdarr-node/0.0.4/helm-values.md
diff --git a/incubator/tdarr-node/0.0.3/questions.yaml b/incubator/tdarr-node/0.0.4/questions.yaml
similarity index 99%
rename from incubator/tdarr-node/0.0.3/questions.yaml
rename to incubator/tdarr-node/0.0.4/questions.yaml
index 7fcffceb2b..d10ebcdabc 100644
--- a/incubator/tdarr-node/0.0.3/questions.yaml
+++ b/incubator/tdarr-node/0.0.4/questions.yaml
@@ -577,6 +577,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/tdarr-node/0.0.3/templates/common.yaml b/incubator/tdarr-node/0.0.4/templates/common.yaml
similarity index 100%
rename from incubator/tdarr-node/0.0.3/templates/common.yaml
rename to incubator/tdarr-node/0.0.4/templates/common.yaml
diff --git a/incubator/tdarr-node/0.0.3/test_values.yaml b/incubator/tdarr-node/0.0.4/values.yaml
similarity index 100%
rename from incubator/tdarr-node/0.0.3/test_values.yaml
rename to incubator/tdarr-node/0.0.4/values.yaml
diff --git a/incubator/tdarr/0.0.3/CHANGELOG.md b/incubator/tdarr/0.0.3/CHANGELOG.md
deleted file mode 100644
index 83d2fef61b..0000000000
--- a/incubator/tdarr/0.0.3/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [tdarr-0.0.3](https://github.com/truecharts/apps/compare/tdarr-node-0.0.2...tdarr-0.0.3) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/tdarr/0.0.3/Chart.lock b/incubator/tdarr/0.0.3/Chart.lock
deleted file mode 100644
index 610334292f..0000000000
--- a/incubator/tdarr/0.0.3/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:30:33.030828571Z"
diff --git a/incubator/tdarr/0.0.3/charts/common-8.3.10.tgz b/incubator/tdarr/0.0.3/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/tdarr/0.0.3/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/tdarr/0.0.3/ix_values.yaml b/incubator/tdarr/0.0.3/ix_values.yaml
deleted file mode 100644
index 98eab330d9..0000000000
--- a/incubator/tdarr/0.0.3/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: haveagitgat/tdarr
- pullPolicy: IfNotPresent
- tag: 2.00.10@sha256:63b95a5897f7be1841f4f4e192ab978ec4afc2d81d6fcc150f4785071560ed86
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/tdarr/0.0.3/values.yaml b/incubator/tdarr/0.0.3/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/tdarr/0.0.4/CHANGELOG.md b/incubator/tdarr/0.0.4/CHANGELOG.md
new file mode 100644
index 0000000000..c77cadc73e
--- /dev/null
+++ b/incubator/tdarr/0.0.4/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [tdarr-0.0.4](https://github.com/truecharts/apps/compare/tdarr-node-0.0.3...tdarr-0.0.4) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/tdarr/0.0.3/CONFIG.md b/incubator/tdarr/0.0.4/CONFIG.md
similarity index 100%
rename from incubator/tdarr/0.0.3/CONFIG.md
rename to incubator/tdarr/0.0.4/CONFIG.md
diff --git a/incubator/tdarr/0.0.4/Chart.lock b/incubator/tdarr/0.0.4/Chart.lock
new file mode 100644
index 0000000000..7f998b2b51
--- /dev/null
+++ b/incubator/tdarr/0.0.4/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:23:40.443277604Z"
diff --git a/incubator/tdarr/0.0.3/Chart.yaml b/incubator/tdarr/0.0.4/Chart.yaml
similarity index 94%
rename from incubator/tdarr/0.0.3/Chart.yaml
rename to incubator/tdarr/0.0.4/Chart.yaml
index c59140f5c5..4b4ebba06a 100644
--- a/incubator/tdarr/0.0.3/Chart.yaml
+++ b/incubator/tdarr/0.0.4/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.00.10"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Audio/Video library transcoding automation
home: https://github.com/truecharts/apps/tree/master/charts/stable/tdarr
@@ -22,4 +22,4 @@ sources:
- https://github.com/HaveAGitGat/Tdarr
- https://hub.docker.com/r/haveagitgat/tdarr
type: application
-version: 0.0.3
+version: 0.0.4
diff --git a/incubator/tdarr/0.0.3/README.md b/incubator/tdarr/0.0.4/README.md
similarity index 96%
rename from incubator/tdarr/0.0.3/README.md
rename to incubator/tdarr/0.0.4/README.md
index c1c30ba8f7..505c998df9 100644
--- a/incubator/tdarr/0.0.3/README.md
+++ b/incubator/tdarr/0.0.4/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/tdarr/0.0.3/app-readme.md b/incubator/tdarr/0.0.4/app-readme.md
similarity index 100%
rename from incubator/tdarr/0.0.3/app-readme.md
rename to incubator/tdarr/0.0.4/app-readme.md
diff --git a/incubator/tdarr/0.0.4/charts/common-8.3.12.tgz b/incubator/tdarr/0.0.4/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/tdarr/0.0.4/charts/common-8.3.12.tgz differ
diff --git a/incubator/tdarr/0.0.3/helm-values.md b/incubator/tdarr/0.0.4/helm-values.md
similarity index 100%
rename from incubator/tdarr/0.0.3/helm-values.md
rename to incubator/tdarr/0.0.4/helm-values.md
diff --git a/incubator/tdarr/0.0.3/questions.yaml b/incubator/tdarr/0.0.4/questions.yaml
similarity index 99%
rename from incubator/tdarr/0.0.3/questions.yaml
rename to incubator/tdarr/0.0.4/questions.yaml
index c1656100c1..20de83bc66 100644
--- a/incubator/tdarr/0.0.3/questions.yaml
+++ b/incubator/tdarr/0.0.4/questions.yaml
@@ -670,6 +670,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/tdarr/0.0.3/templates/common.yaml b/incubator/tdarr/0.0.4/templates/common.yaml
similarity index 100%
rename from incubator/tdarr/0.0.3/templates/common.yaml
rename to incubator/tdarr/0.0.4/templates/common.yaml
diff --git a/incubator/tdarr/0.0.3/test_values.yaml b/incubator/tdarr/0.0.4/values.yaml
similarity index 100%
rename from incubator/tdarr/0.0.3/test_values.yaml
rename to incubator/tdarr/0.0.4/values.yaml
diff --git a/incubator/twtxt/0.0.4/CHANGELOG.md b/incubator/twtxt/0.0.4/CHANGELOG.md
deleted file mode 100644
index fef437f9bf..0000000000
--- a/incubator/twtxt/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [twtxt-0.0.4](https://github.com/truecharts/apps/compare/twtxt-0.0.3...twtxt-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/twtxt/0.0.4/Chart.lock b/incubator/twtxt/0.0.4/Chart.lock
deleted file mode 100644
index dba9aa4014..0000000000
--- a/incubator/twtxt/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:30:47.802951571Z"
diff --git a/incubator/twtxt/0.0.4/charts/common-8.3.10.tgz b/incubator/twtxt/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/twtxt/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/twtxt/0.0.4/ix_values.yaml b/incubator/twtxt/0.0.4/ix_values.yaml
deleted file mode 100644
index 7be836d9ac..0000000000
--- a/incubator/twtxt/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/nicholaswilde/twtxt
- pullPolicy: IfNotPresent
- tag: version-0.1.1@sha256:58736a73ca1000cc93258efe0cd91270c6b8480a84b98b05a056234d271f92e3
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/twtxt/0.0.4/values.yaml b/incubator/twtxt/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/twtxt/0.0.5/CHANGELOG.md b/incubator/twtxt/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..3701cfdb7b
--- /dev/null
+++ b/incubator/twtxt/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [twtxt-0.0.5](https://github.com/truecharts/apps/compare/twtxt-0.0.4...twtxt-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/twtxt/0.0.4/CONFIG.md b/incubator/twtxt/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/twtxt/0.0.4/CONFIG.md
rename to incubator/twtxt/0.0.5/CONFIG.md
diff --git a/incubator/twtxt/0.0.5/Chart.lock b/incubator/twtxt/0.0.5/Chart.lock
new file mode 100644
index 0000000000..76a340ff29
--- /dev/null
+++ b/incubator/twtxt/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:24:03.554986812Z"
diff --git a/incubator/twtxt/0.0.4/Chart.yaml b/incubator/twtxt/0.0.5/Chart.yaml
similarity index 95%
rename from incubator/twtxt/0.0.4/Chart.yaml
rename to incubator/twtxt/0.0.5/Chart.yaml
index bad9c44fbb..df02e51149 100644
--- a/incubator/twtxt/0.0.4/Chart.yaml
+++ b/incubator/twtxt/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.1.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: "A Self-Hosted, Twitter\u2122-like Decentralised microBlogging platform.\
\ No ads, no tracking, your content, your data!"
home: https://github.com/truecharts/apps/tree/master/charts/stable/twtxt
@@ -23,4 +23,4 @@ sources:
- https://github.com/prologic/twtxt
- https://github.com/nicholaswilde/docker-twtxt
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/twtxt/0.0.4/README.md b/incubator/twtxt/0.0.5/README.md
similarity index 96%
rename from incubator/twtxt/0.0.4/README.md
rename to incubator/twtxt/0.0.5/README.md
index cbb2d8ffc6..f1fccd36d7 100644
--- a/incubator/twtxt/0.0.4/README.md
+++ b/incubator/twtxt/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/twtxt/0.0.4/app-readme.md b/incubator/twtxt/0.0.5/app-readme.md
similarity index 100%
rename from incubator/twtxt/0.0.4/app-readme.md
rename to incubator/twtxt/0.0.5/app-readme.md
diff --git a/incubator/twtxt/0.0.5/charts/common-8.3.12.tgz b/incubator/twtxt/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/twtxt/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/twtxt/0.0.4/helm-values.md b/incubator/twtxt/0.0.5/helm-values.md
similarity index 100%
rename from incubator/twtxt/0.0.4/helm-values.md
rename to incubator/twtxt/0.0.5/helm-values.md
diff --git a/incubator/twtxt/0.0.4/questions.yaml b/incubator/twtxt/0.0.5/questions.yaml
similarity index 99%
rename from incubator/twtxt/0.0.4/questions.yaml
rename to incubator/twtxt/0.0.5/questions.yaml
index 219530054d..11d5e49dfa 100644
--- a/incubator/twtxt/0.0.4/questions.yaml
+++ b/incubator/twtxt/0.0.5/questions.yaml
@@ -564,6 +564,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/twtxt/0.0.4/templates/common.yaml b/incubator/twtxt/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/twtxt/0.0.4/templates/common.yaml
rename to incubator/twtxt/0.0.5/templates/common.yaml
diff --git a/incubator/twtxt/0.0.4/test_values.yaml b/incubator/twtxt/0.0.5/values.yaml
similarity index 100%
rename from incubator/twtxt/0.0.4/test_values.yaml
rename to incubator/twtxt/0.0.5/values.yaml
diff --git a/incubator/uptime-kuma/0.0.2/CHANGELOG.md b/incubator/uptime-kuma/0.0.2/CHANGELOG.md
deleted file mode 100644
index 3739fbde0d..0000000000
--- a/incubator/uptime-kuma/0.0.2/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [uptime-kuma-0.0.2](https://github.com/truecharts/apps/compare/uptime-kuma-0.0.1...uptime-kuma-0.0.2) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/uptime-kuma/0.0.2/Chart.lock b/incubator/uptime-kuma/0.0.2/Chart.lock
deleted file mode 100644
index 9b6d258132..0000000000
--- a/incubator/uptime-kuma/0.0.2/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:31:02.597932791Z"
diff --git a/incubator/uptime-kuma/0.0.2/charts/common-8.3.10.tgz b/incubator/uptime-kuma/0.0.2/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/uptime-kuma/0.0.2/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/uptime-kuma/0.0.2/ix_values.yaml b/incubator/uptime-kuma/0.0.2/ix_values.yaml
deleted file mode 100644
index 8dcfac890c..0000000000
--- a/incubator/uptime-kuma/0.0.2/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: louislam/uptime-kuma
- pullPolicy: IfNotPresent
- tag: 1.8.0-debian@sha256:c775044689c432e282df0adc2fb6f0706513e87d6ff73fcafe0149a729a5e383
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/uptime-kuma/0.0.2/values.yaml b/incubator/uptime-kuma/0.0.2/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/uptime-kuma/0.0.3/CHANGELOG.md b/incubator/uptime-kuma/0.0.3/CHANGELOG.md
new file mode 100644
index 0000000000..d82aa0735a
--- /dev/null
+++ b/incubator/uptime-kuma/0.0.3/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [uptime-kuma-0.0.3](https://github.com/truecharts/apps/compare/uptime-kuma-0.0.2...uptime-kuma-0.0.3) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/uptime-kuma/0.0.2/CONFIG.md b/incubator/uptime-kuma/0.0.3/CONFIG.md
similarity index 100%
rename from incubator/uptime-kuma/0.0.2/CONFIG.md
rename to incubator/uptime-kuma/0.0.3/CONFIG.md
diff --git a/incubator/uptime-kuma/0.0.3/Chart.lock b/incubator/uptime-kuma/0.0.3/Chart.lock
new file mode 100644
index 0000000000..26e8bc785e
--- /dev/null
+++ b/incubator/uptime-kuma/0.0.3/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:24:28.054862151Z"
diff --git a/incubator/uptime-kuma/0.0.2/Chart.yaml b/incubator/uptime-kuma/0.0.3/Chart.yaml
similarity index 94%
rename from incubator/uptime-kuma/0.0.2/Chart.yaml
rename to incubator/uptime-kuma/0.0.3/Chart.yaml
index 4b1e5437a1..94bfcb6b02 100644
--- a/incubator/uptime-kuma/0.0.2/Chart.yaml
+++ b/incubator/uptime-kuma/0.0.3/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.8.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: A fancy self-hosted monitoring tool
home: https://github.com/louislam/uptime-kuma
@@ -23,4 +23,4 @@ name: uptime-kuma
sources:
- https://github.com/louislam/uptime-kuma
type: application
-version: 0.0.2
+version: 0.0.3
diff --git a/incubator/uptime-kuma/0.0.2/README.md b/incubator/uptime-kuma/0.0.3/README.md
similarity index 96%
rename from incubator/uptime-kuma/0.0.2/README.md
rename to incubator/uptime-kuma/0.0.3/README.md
index 915147ae30..c3f41f142e 100644
--- a/incubator/uptime-kuma/0.0.2/README.md
+++ b/incubator/uptime-kuma/0.0.3/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/uptime-kuma/0.0.2/app-readme.md b/incubator/uptime-kuma/0.0.3/app-readme.md
similarity index 100%
rename from incubator/uptime-kuma/0.0.2/app-readme.md
rename to incubator/uptime-kuma/0.0.3/app-readme.md
diff --git a/incubator/uptime-kuma/0.0.3/charts/common-8.3.12.tgz b/incubator/uptime-kuma/0.0.3/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/uptime-kuma/0.0.3/charts/common-8.3.12.tgz differ
diff --git a/incubator/uptime-kuma/0.0.2/helm-values.md b/incubator/uptime-kuma/0.0.3/helm-values.md
similarity index 100%
rename from incubator/uptime-kuma/0.0.2/helm-values.md
rename to incubator/uptime-kuma/0.0.3/helm-values.md
diff --git a/incubator/uptime-kuma/0.0.2/questions.yaml b/incubator/uptime-kuma/0.0.3/questions.yaml
similarity index 99%
rename from incubator/uptime-kuma/0.0.2/questions.yaml
rename to incubator/uptime-kuma/0.0.3/questions.yaml
index f7f6090ad9..7c86abab26 100644
--- a/incubator/uptime-kuma/0.0.2/questions.yaml
+++ b/incubator/uptime-kuma/0.0.3/questions.yaml
@@ -540,6 +540,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/uptime-kuma/0.0.2/templates/common.yaml b/incubator/uptime-kuma/0.0.3/templates/common.yaml
similarity index 100%
rename from incubator/uptime-kuma/0.0.2/templates/common.yaml
rename to incubator/uptime-kuma/0.0.3/templates/common.yaml
diff --git a/incubator/uptime-kuma/0.0.2/test_values.yaml b/incubator/uptime-kuma/0.0.3/values.yaml
similarity index 100%
rename from incubator/uptime-kuma/0.0.2/test_values.yaml
rename to incubator/uptime-kuma/0.0.3/values.yaml
diff --git a/incubator/valheim/0.0.4/CHANGELOG.md b/incubator/valheim/0.0.4/CHANGELOG.md
deleted file mode 100644
index a53dc8407a..0000000000
--- a/incubator/valheim/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [valheim-0.0.4](https://github.com/truecharts/apps/compare/valheim-0.0.3...valheim-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/valheim/0.0.4/Chart.lock b/incubator/valheim/0.0.4/Chart.lock
deleted file mode 100644
index f0a7eab140..0000000000
--- a/incubator/valheim/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:31:17.21609752Z"
diff --git a/incubator/valheim/0.0.4/charts/common-8.3.10.tgz b/incubator/valheim/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/valheim/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/valheim/0.0.4/ix_values.yaml b/incubator/valheim/0.0.4/ix_values.yaml
deleted file mode 100644
index 20add48b9b..0000000000
--- a/incubator/valheim/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/lloesche/valheim-server
- pullPolicy: IfNotPresent
- tag: latest@sha256:0224c94befe2ddea0aad596ad4320e8de82d892e193268fa6f7a654fad65a62f
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/valheim/0.0.4/values.yaml b/incubator/valheim/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/valheim/0.0.5/CHANGELOG.md b/incubator/valheim/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..f7f95e6b7b
--- /dev/null
+++ b/incubator/valheim/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [valheim-0.0.5](https://github.com/truecharts/apps/compare/valheim-0.0.4...valheim-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/valheim/0.0.4/CONFIG.md b/incubator/valheim/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/valheim/0.0.4/CONFIG.md
rename to incubator/valheim/0.0.5/CONFIG.md
diff --git a/incubator/valheim/0.0.5/Chart.lock b/incubator/valheim/0.0.5/Chart.lock
new file mode 100644
index 0000000000..caa87b66ce
--- /dev/null
+++ b/incubator/valheim/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:24:51.005363166Z"
diff --git a/incubator/valheim/0.0.4/Chart.yaml b/incubator/valheim/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/valheim/0.0.4/Chart.yaml
rename to incubator/valheim/0.0.5/Chart.yaml
index c007035fc9..138921a642 100644
--- a/incubator/valheim/0.0.4/Chart.yaml
+++ b/incubator/valheim/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Valheim dedicated gameserver with automatic update and world backup support
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
@@ -18,4 +18,4 @@ name: valheim
sources:
- https://github.com/lloesche/valheim-server-docker
- https://hub.docker.com/r/lloesche/valheim-server
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/valheim/0.0.4/README.md b/incubator/valheim/0.0.5/README.md
similarity index 96%
rename from incubator/valheim/0.0.4/README.md
rename to incubator/valheim/0.0.5/README.md
index 0090062c1b..65f56243ae 100644
--- a/incubator/valheim/0.0.4/README.md
+++ b/incubator/valheim/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/valheim/0.0.4/app-readme.md b/incubator/valheim/0.0.5/app-readme.md
similarity index 100%
rename from incubator/valheim/0.0.4/app-readme.md
rename to incubator/valheim/0.0.5/app-readme.md
diff --git a/incubator/valheim/0.0.5/charts/common-8.3.12.tgz b/incubator/valheim/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/valheim/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/valheim/0.0.4/helm-values.md b/incubator/valheim/0.0.5/helm-values.md
similarity index 100%
rename from incubator/valheim/0.0.4/helm-values.md
rename to incubator/valheim/0.0.5/helm-values.md
diff --git a/incubator/valheim/0.0.4/questions.yaml b/incubator/valheim/0.0.5/questions.yaml
similarity index 99%
rename from incubator/valheim/0.0.4/questions.yaml
rename to incubator/valheim/0.0.5/questions.yaml
index c6e9a50831..50ab5626c6 100644
--- a/incubator/valheim/0.0.4/questions.yaml
+++ b/incubator/valheim/0.0.5/questions.yaml
@@ -924,6 +924,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/valheim/0.0.4/templates/common.yaml b/incubator/valheim/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/valheim/0.0.4/templates/common.yaml
rename to incubator/valheim/0.0.5/templates/common.yaml
diff --git a/incubator/valheim/0.0.4/test_values.yaml b/incubator/valheim/0.0.5/values.yaml
similarity index 100%
rename from incubator/valheim/0.0.4/test_values.yaml
rename to incubator/valheim/0.0.5/values.yaml
diff --git a/incubator/whoogle/0.0.4/CHANGELOG.md b/incubator/whoogle/0.0.4/CHANGELOG.md
deleted file mode 100644
index c08a17f1ea..0000000000
--- a/incubator/whoogle/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [whoogle-0.0.4](https://github.com/truecharts/apps/compare/whoogle-0.0.3...whoogle-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/whoogle/0.0.4/Chart.lock b/incubator/whoogle/0.0.4/Chart.lock
deleted file mode 100644
index f9d0daf3c9..0000000000
--- a/incubator/whoogle/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:31:31.774555174Z"
diff --git a/incubator/whoogle/0.0.4/charts/common-8.3.10.tgz b/incubator/whoogle/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/whoogle/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/whoogle/0.0.4/ix_values.yaml b/incubator/whoogle/0.0.4/ix_values.yaml
deleted file mode 100644
index ba278d7c25..0000000000
--- a/incubator/whoogle/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: benbusby/whoogle-search
- pullPolicy: IfNotPresent
- tag: 0.6.0@sha256:6a3e25c63ec09645cb3ee91f4a12b551882e694609c842ee49aa8fcd218fcad8
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/whoogle/0.0.4/values.yaml b/incubator/whoogle/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/whoogle/0.0.5/CHANGELOG.md b/incubator/whoogle/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..618898b963
--- /dev/null
+++ b/incubator/whoogle/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [whoogle-0.0.5](https://github.com/truecharts/apps/compare/whoogle-0.0.4...whoogle-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/whoogle/0.0.4/CONFIG.md b/incubator/whoogle/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/whoogle/0.0.4/CONFIG.md
rename to incubator/whoogle/0.0.5/CONFIG.md
diff --git a/incubator/whoogle/0.0.5/Chart.lock b/incubator/whoogle/0.0.5/Chart.lock
new file mode 100644
index 0000000000..5807586129
--- /dev/null
+++ b/incubator/whoogle/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:25:13.929554163Z"
diff --git a/incubator/whoogle/0.0.4/Chart.yaml b/incubator/whoogle/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/whoogle/0.0.4/Chart.yaml
rename to incubator/whoogle/0.0.5/Chart.yaml
index 848d12a989..3684e1cbd8 100644
--- a/incubator/whoogle/0.0.4/Chart.yaml
+++ b/incubator/whoogle/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.6.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A self-hosted, ad-free, privacy-respecting metasearch engine
home: https://github.com/truecharts/apps/tree/master/charts/stable/whoogle
icon: https://raw.githubusercontent.com/benbusby/whoogle-search/develop/docs/banner.png
@@ -20,4 +20,4 @@ maintainers:
name: whoogle
sources:
- https://github.com/benbusby/whoogle-search
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/whoogle/0.0.4/README.md b/incubator/whoogle/0.0.5/README.md
similarity index 96%
rename from incubator/whoogle/0.0.4/README.md
rename to incubator/whoogle/0.0.5/README.md
index 5cc671e495..223b8e28a6 100644
--- a/incubator/whoogle/0.0.4/README.md
+++ b/incubator/whoogle/0.0.5/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/whoogle/0.0.4/app-readme.md b/incubator/whoogle/0.0.5/app-readme.md
similarity index 100%
rename from incubator/whoogle/0.0.4/app-readme.md
rename to incubator/whoogle/0.0.5/app-readme.md
diff --git a/incubator/whoogle/0.0.5/charts/common-8.3.12.tgz b/incubator/whoogle/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/whoogle/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/whoogle/0.0.4/helm-values.md b/incubator/whoogle/0.0.5/helm-values.md
similarity index 100%
rename from incubator/whoogle/0.0.4/helm-values.md
rename to incubator/whoogle/0.0.5/helm-values.md
diff --git a/incubator/whoogle/0.0.4/questions.yaml b/incubator/whoogle/0.0.5/questions.yaml
similarity index 99%
rename from incubator/whoogle/0.0.4/questions.yaml
rename to incubator/whoogle/0.0.5/questions.yaml
index 8c3e95ef2e..712d2f00c6 100644
--- a/incubator/whoogle/0.0.4/questions.yaml
+++ b/incubator/whoogle/0.0.5/questions.yaml
@@ -604,6 +604,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/whoogle/0.0.4/templates/common.yaml b/incubator/whoogle/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/whoogle/0.0.4/templates/common.yaml
rename to incubator/whoogle/0.0.5/templates/common.yaml
diff --git a/incubator/whoogle/0.0.4/test_values.yaml b/incubator/whoogle/0.0.5/values.yaml
similarity index 100%
rename from incubator/whoogle/0.0.4/test_values.yaml
rename to incubator/whoogle/0.0.5/values.yaml
diff --git a/incubator/wiki/0.0.4/CHANGELOG.md b/incubator/wiki/0.0.4/CHANGELOG.md
deleted file mode 100644
index cd4efb124c..0000000000
--- a/incubator/wiki/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [wiki-0.0.4](https://github.com/truecharts/apps/compare/wiki-0.0.3...wiki-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/wiki/0.0.4/Chart.lock b/incubator/wiki/0.0.4/Chart.lock
deleted file mode 100644
index a063ac0144..0000000000
--- a/incubator/wiki/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:31:46.44244032Z"
diff --git a/incubator/wiki/0.0.4/charts/common-8.3.10.tgz b/incubator/wiki/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/wiki/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/wiki/0.0.4/ix_values.yaml b/incubator/wiki/0.0.4/ix_values.yaml
deleted file mode 100644
index 51f6250a6b..0000000000
--- a/incubator/wiki/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/nicholaswilde/wiki
- pullPolicy: IfNotPresent
- tag: version-900b76a@sha256:6c4f261d8f5e5dadd5ec97465465d434dc6730a85ccf9af415c03d1c0e8d1afd
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/wiki/0.0.4/values.yaml b/incubator/wiki/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/wiki/0.0.5/CHANGELOG.md b/incubator/wiki/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..5d7560624e
--- /dev/null
+++ b/incubator/wiki/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [wiki-0.0.5](https://github.com/truecharts/apps/compare/wiki-0.0.4...wiki-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/wiki/0.0.4/CONFIG.md b/incubator/wiki/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/wiki/0.0.4/CONFIG.md
rename to incubator/wiki/0.0.5/CONFIG.md
diff --git a/incubator/wiki/0.0.5/Chart.lock b/incubator/wiki/0.0.5/Chart.lock
new file mode 100644
index 0000000000..2fac501a67
--- /dev/null
+++ b/incubator/wiki/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:25:38.296478574Z"
diff --git a/incubator/wiki/0.0.4/Chart.yaml b/incubator/wiki/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/wiki/0.0.4/Chart.yaml
rename to incubator/wiki/0.0.5/Chart.yaml
index 2dd130a0cc..21d6780060 100644
--- a/incubator/wiki/0.0.4/Chart.yaml
+++ b/incubator/wiki/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "900b76a"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A self-hosted well uh wiki engine or content management system.
home: https://github.com/truecharts/apps/tree/master/charts/stable/wiki
icon: ''
@@ -23,4 +23,4 @@ sources:
- https://github.com/prologic/wiki
- https://github.com/nicholaswilde/docker-wiki
type: application
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/wiki/0.0.4/README.md b/incubator/wiki/0.0.5/README.md
similarity index 96%
rename from incubator/wiki/0.0.4/README.md
rename to incubator/wiki/0.0.5/README.md
index 685d9d677f..0ab924bb95 100644
--- a/incubator/wiki/0.0.4/README.md
+++ b/incubator/wiki/0.0.5/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/wiki/0.0.4/app-readme.md b/incubator/wiki/0.0.5/app-readme.md
similarity index 100%
rename from incubator/wiki/0.0.4/app-readme.md
rename to incubator/wiki/0.0.5/app-readme.md
diff --git a/incubator/wiki/0.0.5/charts/common-8.3.12.tgz b/incubator/wiki/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/wiki/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/wiki/0.0.4/helm-values.md b/incubator/wiki/0.0.5/helm-values.md
similarity index 100%
rename from incubator/wiki/0.0.4/helm-values.md
rename to incubator/wiki/0.0.5/helm-values.md
diff --git a/incubator/wiki/0.0.4/questions.yaml b/incubator/wiki/0.0.5/questions.yaml
similarity index 99%
rename from incubator/wiki/0.0.4/questions.yaml
rename to incubator/wiki/0.0.5/questions.yaml
index ebe1706484..a84f67b780 100644
--- a/incubator/wiki/0.0.4/questions.yaml
+++ b/incubator/wiki/0.0.5/questions.yaml
@@ -540,6 +540,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/wiki/0.0.4/templates/common.yaml b/incubator/wiki/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/wiki/0.0.4/templates/common.yaml
rename to incubator/wiki/0.0.5/templates/common.yaml
diff --git a/incubator/wiki/0.0.4/test_values.yaml b/incubator/wiki/0.0.5/values.yaml
similarity index 100%
rename from incubator/wiki/0.0.4/test_values.yaml
rename to incubator/wiki/0.0.5/values.yaml
diff --git a/incubator/zigbee2mqtt/0.0.4/CHANGELOG.md b/incubator/zigbee2mqtt/0.0.4/CHANGELOG.md
deleted file mode 100644
index b2cba6db37..0000000000
--- a/incubator/zigbee2mqtt/0.0.4/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [zigbee2mqtt-0.0.4](https://github.com/truecharts/apps/compare/zigbee2mqtt-0.0.3...zigbee2mqtt-0.0.4) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/incubator/zigbee2mqtt/0.0.4/Chart.lock b/incubator/zigbee2mqtt/0.0.4/Chart.lock
deleted file mode 100644
index 90671e067f..0000000000
--- a/incubator/zigbee2mqtt/0.0.4/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:32:01.104199648Z"
diff --git a/incubator/zigbee2mqtt/0.0.4/charts/common-8.3.10.tgz b/incubator/zigbee2mqtt/0.0.4/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/incubator/zigbee2mqtt/0.0.4/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/incubator/zigbee2mqtt/0.0.4/ix_values.yaml b/incubator/zigbee2mqtt/0.0.4/ix_values.yaml
deleted file mode 100644
index f9c0370d36..0000000000
--- a/incubator/zigbee2mqtt/0.0.4/ix_values.yaml
+++ /dev/null
@@ -1,91 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: koenkk/zigbee2mqtt
- pullPolicy: IfNotPresent
- tag: 1.21.2@sha256:22390a4ceb1c2849e6717aa8521fa50eaaa39e38abc103387076045161ebd351
-
-# -- 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
-# @default -- See values.yaml
-config:
- # These will be applied ONLY on first run
- # Home Assistant integration (MQTT discovery)
- homeassistant: false
-
- # allow new devices to join
- # WARNING: Disable this after all devices have been paired! (default: false)
- # Note: this will be controllable in the UI
- permit_join: true
-
- # MQTT settings
- mqtt:
- # MQTT base topic for zigbee2mqtt MQTT messages
- base_topic: zigbee2mqtt
- # MQTT server URL
- server: "mqtt://localhost"
- # MQTT server authentication, uncomment if required:
- # user: my_user
- # password: my_password
- # client_id: my_id
- # Alternatively, credentials may be put into a separate file, managed through a secret:
- # password: '!secret password'
-
- # Optional: Include device information to mqtt messages (default: false)
- include_device_information: true
-
- # USB / Serial settings
- serial:
- # Location of your zigbee device
- # port: /dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2400981-if00
-
- # Optional: adapter type, not needed unless you are experiencing problems (options: zstack, deconz)
- # adapter: deconz
-
- advanced:
- network_key: GENERATE
- log_output:
- - console
- log_level: info
-
- # Optional: ZigBee channel, changing requires re-pairing of all devices. (Note: use a ZLL channel: 11, 15, 20, or 25 to avoid Problems)
- # default: 11
- # channel: 11
-
- # Optional: Baudrate for serial port (default: 115200 for Z-Stack, 38400 for Deconz)
- # baudrate: 38400
-
- # Optional: RTS / CTS Hardware Flow Control for serial port (default: false)
- # rtscts: true
-
- # Optional: Add a last_seen attribute to MQTT messages, contains date/time of last Zigbee message
- # possible values are: disable (default), ISO_8601, ISO_8601_local, epoch (default: disable)
- last_seen: 'ISO_8601'
-
- homeassistant_discovery_topic: 'homeassistant'
- homeassistant_status_topic: 'homeassistant/status'
-
- # Optional: Enables report feature (see information -> report for more details) (default: false)
- # report: true
-
- # Optional: Add an elapsed attribute to MQTT messages, contains milliseconds since the previous msg (default: false)
- # elapsed: true
-
- # Both of these need to be enabled for the webui
- frontend:
- port: 8080
- experimental:
- new_api: true
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/incubator/zigbee2mqtt/0.0.4/values.yaml b/incubator/zigbee2mqtt/0.0.4/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/incubator/zigbee2mqtt/0.0.5/CHANGELOG.md b/incubator/zigbee2mqtt/0.0.5/CHANGELOG.md
new file mode 100644
index 0000000000..7b7312eb42
--- /dev/null
+++ b/incubator/zigbee2mqtt/0.0.5/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [zigbee2mqtt-0.0.5](https://github.com/truecharts/apps/compare/zigbee2mqtt-0.0.4...zigbee2mqtt-0.0.5) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/incubator/zigbee2mqtt/0.0.4/CONFIG.md b/incubator/zigbee2mqtt/0.0.5/CONFIG.md
similarity index 100%
rename from incubator/zigbee2mqtt/0.0.4/CONFIG.md
rename to incubator/zigbee2mqtt/0.0.5/CONFIG.md
diff --git a/incubator/zigbee2mqtt/0.0.5/Chart.lock b/incubator/zigbee2mqtt/0.0.5/Chart.lock
new file mode 100644
index 0000000000..714229d538
--- /dev/null
+++ b/incubator/zigbee2mqtt/0.0.5/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:26:00.733882011Z"
diff --git a/incubator/zigbee2mqtt/0.0.4/Chart.yaml b/incubator/zigbee2mqtt/0.0.5/Chart.yaml
similarity index 94%
rename from incubator/zigbee2mqtt/0.0.4/Chart.yaml
rename to incubator/zigbee2mqtt/0.0.5/Chart.yaml
index 57982ecac6..b744dbf866 100644
--- a/incubator/zigbee2mqtt/0.0.4/Chart.yaml
+++ b/incubator/zigbee2mqtt/0.0.5/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.21.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Bridges events and allows you to control your Zigbee devices via MQTT
home: https://github.com/truecharts/apps/tree/master/charts/stable/zigbee2mqtt
icon: https://www.zigbee2mqtt.io/images/logo.png
@@ -19,4 +19,4 @@ maintainers:
name: zigbee2mqtt
sources:
- https://github.com/Koenkk/zigbee2mqtt
-version: 0.0.4
+version: 0.0.5
diff --git a/incubator/zigbee2mqtt/0.0.4/README.md b/incubator/zigbee2mqtt/0.0.5/README.md
similarity index 96%
rename from incubator/zigbee2mqtt/0.0.4/README.md
rename to incubator/zigbee2mqtt/0.0.5/README.md
index ff80ecae56..bc2333e9b5 100644
--- a/incubator/zigbee2mqtt/0.0.4/README.md
+++ b/incubator/zigbee2mqtt/0.0.5/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/incubator/zigbee2mqtt/0.0.4/SKIPINSTALL b/incubator/zigbee2mqtt/0.0.5/SKIPINSTALL
similarity index 100%
rename from incubator/zigbee2mqtt/0.0.4/SKIPINSTALL
rename to incubator/zigbee2mqtt/0.0.5/SKIPINSTALL
diff --git a/incubator/zigbee2mqtt/0.0.4/app-readme.md b/incubator/zigbee2mqtt/0.0.5/app-readme.md
similarity index 100%
rename from incubator/zigbee2mqtt/0.0.4/app-readme.md
rename to incubator/zigbee2mqtt/0.0.5/app-readme.md
diff --git a/incubator/zigbee2mqtt/0.0.5/charts/common-8.3.12.tgz b/incubator/zigbee2mqtt/0.0.5/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/incubator/zigbee2mqtt/0.0.5/charts/common-8.3.12.tgz differ
diff --git a/incubator/zigbee2mqtt/0.0.4/helm-values.md b/incubator/zigbee2mqtt/0.0.5/helm-values.md
similarity index 100%
rename from incubator/zigbee2mqtt/0.0.4/helm-values.md
rename to incubator/zigbee2mqtt/0.0.5/helm-values.md
diff --git a/incubator/zigbee2mqtt/0.0.4/questions.yaml b/incubator/zigbee2mqtt/0.0.5/questions.yaml
similarity index 99%
rename from incubator/zigbee2mqtt/0.0.4/questions.yaml
rename to incubator/zigbee2mqtt/0.0.5/questions.yaml
index 2a3e8409fc..32be5d7b2a 100644
--- a/incubator/zigbee2mqtt/0.0.4/questions.yaml
+++ b/incubator/zigbee2mqtt/0.0.5/questions.yaml
@@ -545,6 +545,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/incubator/zigbee2mqtt/0.0.4/templates/common.yaml b/incubator/zigbee2mqtt/0.0.5/templates/common.yaml
similarity index 100%
rename from incubator/zigbee2mqtt/0.0.4/templates/common.yaml
rename to incubator/zigbee2mqtt/0.0.5/templates/common.yaml
diff --git a/incubator/zigbee2mqtt/0.0.4/templates/configmap.yaml b/incubator/zigbee2mqtt/0.0.5/templates/configmap.yaml
similarity index 100%
rename from incubator/zigbee2mqtt/0.0.4/templates/configmap.yaml
rename to incubator/zigbee2mqtt/0.0.5/templates/configmap.yaml
diff --git a/incubator/zigbee2mqtt/0.0.4/test_values.yaml b/incubator/zigbee2mqtt/0.0.5/values.yaml
similarity index 100%
rename from incubator/zigbee2mqtt/0.0.4/test_values.yaml
rename to incubator/zigbee2mqtt/0.0.5/values.yaml
diff --git a/stable/airsonic/3.0.11/CHANGELOG.md b/stable/airsonic/3.0.11/CHANGELOG.md
deleted file mode 100644
index fe66d9b46b..0000000000
--- a/stable/airsonic/3.0.11/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [airsonic-3.0.11](https://github.com/truecharts/apps/compare/airsonic-3.0.10...airsonic-3.0.11) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/airsonic/3.0.11/Chart.lock b/stable/airsonic/3.0.11/Chart.lock
deleted file mode 100644
index 53f895d583..0000000000
--- a/stable/airsonic/3.0.11/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:32:15.702272134Z"
diff --git a/stable/airsonic/3.0.11/charts/common-8.3.10.tgz b/stable/airsonic/3.0.11/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/airsonic/3.0.11/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/airsonic/3.0.11/ix_values.yaml b/stable/airsonic/3.0.11/ix_values.yaml
deleted file mode 100644
index 4132b0b963..0000000000
--- a/stable/airsonic/3.0.11/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- # -- image repository
- repository: ghcr.io/linuxserver/airsonic
- # -- image tag
- tag: version-v10.6.2@sha256:c75d6d3ab20d48af0203a3a4d34a5a1b79bf73cb5139a40328ecac55bc65d44d
- # -- image pull policy
- pullPolicy: IfNotPresent
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/airsonic/3.0.11/values.yaml b/stable/airsonic/3.0.11/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/airsonic/3.0.12/CHANGELOG.md b/stable/airsonic/3.0.12/CHANGELOG.md
new file mode 100644
index 0000000000..5a7e900458
--- /dev/null
+++ b/stable/airsonic/3.0.12/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [airsonic-3.0.12](https://github.com/truecharts/apps/compare/airsonic-3.0.11...airsonic-3.0.12) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/airsonic/3.0.11/CONFIG.md b/stable/airsonic/3.0.12/CONFIG.md
similarity index 100%
rename from stable/airsonic/3.0.11/CONFIG.md
rename to stable/airsonic/3.0.12/CONFIG.md
diff --git a/stable/airsonic/3.0.12/Chart.lock b/stable/airsonic/3.0.12/Chart.lock
new file mode 100644
index 0000000000..6a93c78114
--- /dev/null
+++ b/stable/airsonic/3.0.12/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:26:23.274911977Z"
diff --git a/stable/airsonic/3.0.11/Chart.yaml b/stable/airsonic/3.0.12/Chart.yaml
similarity index 95%
rename from stable/airsonic/3.0.11/Chart.yaml
rename to stable/airsonic/3.0.12/Chart.yaml
index be4bdf7a3c..7a8bfae0dd 100644
--- a/stable/airsonic/3.0.11/Chart.yaml
+++ b/stable/airsonic/3.0.12/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "10.6.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Airsonic is a Free and Open Source community driven media server
home: https://github.com/truecharts/apps/tree/master/charts/stable/airsonic
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/airsonic-logo.png
@@ -19,4 +19,4 @@ sources:
- https://github.com/airsonic/airsonic
- https://github.com/linuxserver/docker-airsonic
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
-version: 3.0.11
+version: 3.0.12
diff --git a/stable/airsonic/3.0.11/README.md b/stable/airsonic/3.0.12/README.md
similarity index 96%
rename from stable/airsonic/3.0.11/README.md
rename to stable/airsonic/3.0.12/README.md
index 5b3349b123..8d34d4eead 100644
--- a/stable/airsonic/3.0.11/README.md
+++ b/stable/airsonic/3.0.12/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/airsonic/3.0.11/app-readme.md b/stable/airsonic/3.0.12/app-readme.md
similarity index 100%
rename from stable/airsonic/3.0.11/app-readme.md
rename to stable/airsonic/3.0.12/app-readme.md
diff --git a/stable/airsonic/3.0.12/charts/common-8.3.12.tgz b/stable/airsonic/3.0.12/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/airsonic/3.0.12/charts/common-8.3.12.tgz differ
diff --git a/stable/airsonic/3.0.11/helm-values.md b/stable/airsonic/3.0.12/helm-values.md
similarity index 100%
rename from stable/airsonic/3.0.11/helm-values.md
rename to stable/airsonic/3.0.12/helm-values.md
diff --git a/stable/airsonic/3.0.11/questions.yaml b/stable/airsonic/3.0.12/questions.yaml
similarity index 100%
rename from stable/airsonic/3.0.11/questions.yaml
rename to stable/airsonic/3.0.12/questions.yaml
diff --git a/stable/airsonic/3.0.11/templates/common.yaml b/stable/airsonic/3.0.12/templates/common.yaml
similarity index 100%
rename from stable/airsonic/3.0.11/templates/common.yaml
rename to stable/airsonic/3.0.12/templates/common.yaml
diff --git a/stable/airsonic/3.0.11/test_values.yaml b/stable/airsonic/3.0.12/values.yaml
similarity index 100%
rename from stable/airsonic/3.0.11/test_values.yaml
rename to stable/airsonic/3.0.12/values.yaml
diff --git a/stable/appdaemon/5.0.8/CHANGELOG.md b/stable/appdaemon/5.0.8/CHANGELOG.md
deleted file mode 100644
index 995df89c7e..0000000000
--- a/stable/appdaemon/5.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [appdaemon-5.0.8](https://github.com/truecharts/apps/compare/appdaemon-5.0.7...appdaemon-5.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/appdaemon/5.0.8/Chart.lock b/stable/appdaemon/5.0.8/Chart.lock
deleted file mode 100644
index b252222904..0000000000
--- a/stable/appdaemon/5.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:32:30.555027451Z"
diff --git a/stable/appdaemon/5.0.8/charts/common-8.3.10.tgz b/stable/appdaemon/5.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/appdaemon/5.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/appdaemon/5.0.8/ix_values.yaml b/stable/appdaemon/5.0.8/ix_values.yaml
deleted file mode 100644
index 17ccb63ec5..0000000000
--- a/stable/appdaemon/5.0.8/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: docker.io/acockburn/appdaemon
- pullPolicy: IfNotPresent
- tag: 4.1.0@sha256:99f5891d8fceb75ec5bd8eabb0dff7a4a0a07167ace46c10204a1605b804632a
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/appdaemon/5.0.8/values.yaml b/stable/appdaemon/5.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/appdaemon/5.0.9/CHANGELOG.md b/stable/appdaemon/5.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..d0af44febb
--- /dev/null
+++ b/stable/appdaemon/5.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [appdaemon-5.0.9](https://github.com/truecharts/apps/compare/appdaemon-5.0.8...appdaemon-5.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/appdaemon/5.0.8/CONFIG.md b/stable/appdaemon/5.0.9/CONFIG.md
similarity index 100%
rename from stable/appdaemon/5.0.8/CONFIG.md
rename to stable/appdaemon/5.0.9/CONFIG.md
diff --git a/stable/appdaemon/5.0.9/Chart.lock b/stable/appdaemon/5.0.9/Chart.lock
new file mode 100644
index 0000000000..048ec15f2f
--- /dev/null
+++ b/stable/appdaemon/5.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:26:45.907997738Z"
diff --git a/stable/appdaemon/5.0.8/Chart.yaml b/stable/appdaemon/5.0.9/Chart.yaml
similarity index 96%
rename from stable/appdaemon/5.0.8/Chart.yaml
rename to stable/appdaemon/5.0.9/Chart.yaml
index afeaa20c02..b5d476f7f3 100644
--- a/stable/appdaemon/5.0.8/Chart.yaml
+++ b/stable/appdaemon/5.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "4.1.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: AppDaemon is a loosely coupled, multithreaded, sandboxed python execution
environment for writing automation apps for Home Assistant home automation software.
@@ -26,4 +26,4 @@ name: appdaemon
sources:
- https://github.com/AppDaemon/appdaemon
type: application
-version: 5.0.8
+version: 5.0.9
diff --git a/stable/appdaemon/5.0.8/README.md b/stable/appdaemon/5.0.9/README.md
similarity index 96%
rename from stable/appdaemon/5.0.8/README.md
rename to stable/appdaemon/5.0.9/README.md
index 0c136a32e9..69860f67ee 100644
--- a/stable/appdaemon/5.0.8/README.md
+++ b/stable/appdaemon/5.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/appdaemon/5.0.8/app-readme.md b/stable/appdaemon/5.0.9/app-readme.md
similarity index 100%
rename from stable/appdaemon/5.0.8/app-readme.md
rename to stable/appdaemon/5.0.9/app-readme.md
diff --git a/stable/appdaemon/5.0.9/charts/common-8.3.12.tgz b/stable/appdaemon/5.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/appdaemon/5.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/appdaemon/5.0.8/helm-values.md b/stable/appdaemon/5.0.9/helm-values.md
similarity index 100%
rename from stable/appdaemon/5.0.8/helm-values.md
rename to stable/appdaemon/5.0.9/helm-values.md
diff --git a/stable/appdaemon/5.0.8/questions.yaml b/stable/appdaemon/5.0.9/questions.yaml
similarity index 100%
rename from stable/appdaemon/5.0.8/questions.yaml
rename to stable/appdaemon/5.0.9/questions.yaml
diff --git a/stable/appdaemon/5.0.8/templates/common.yaml b/stable/appdaemon/5.0.9/templates/common.yaml
similarity index 100%
rename from stable/appdaemon/5.0.8/templates/common.yaml
rename to stable/appdaemon/5.0.9/templates/common.yaml
diff --git a/stable/appdaemon/5.0.8/test_values.yaml b/stable/appdaemon/5.0.9/values.yaml
similarity index 100%
rename from stable/appdaemon/5.0.8/test_values.yaml
rename to stable/appdaemon/5.0.9/values.yaml
diff --git a/stable/authelia/4.0.19/CHANGELOG.md b/stable/authelia/4.0.19/CHANGELOG.md
deleted file mode 100644
index 86ab29dd60..0000000000
--- a/stable/authelia/4.0.19/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [authelia-4.0.19](https://github.com/truecharts/apps/compare/authelia-4.0.18...authelia-4.0.19) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/authelia/4.0.19/charts/common-8.3.10.tgz b/stable/authelia/4.0.19/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/authelia/4.0.19/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/authelia/4.0.19/charts/postgresql-3.0.16.tgz b/stable/authelia/4.0.19/charts/postgresql-3.0.16.tgz
deleted file mode 100644
index a6bcd7d61c..0000000000
Binary files a/stable/authelia/4.0.19/charts/postgresql-3.0.16.tgz and /dev/null differ
diff --git a/stable/authelia/4.0.19/ix_values.yaml b/stable/authelia/4.0.19/ix_values.yaml
deleted file mode 100644
index c4d4e92a27..0000000000
--- a/stable/authelia/4.0.19/ix_values.yaml
+++ /dev/null
@@ -1,251 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/authelia/authelia
- pullPolicy: IfNotPresent
- tag: 4.32.2@sha256:4c46e56d219424542349fee05b643d854ab74df7a10207dc247dd36366ecfc25
-
-
-enableServiceLinks: false
-
-command: ["authelia"]
-args: ["--config=/configuration.yaml"]
-
-
-initContainers:
- init-postgresdb:
- image: "{{ .Values.postgresqlImage.repository}}:{{ .Values.postgresqlImage.tag }}"
- command:
- - "sh"
- - "-c"
- - "until pg_isready -U authelia -h ${pghost} ; do sleep 2 ; done"
- imagePullPolicy: IfNotPresent
- env:
- - name: pghost
- valueFrom:
- secretKeyRef:
- name: dbcreds
- key: plainhost
-
-# Enabled postgres
-postgresql:
- enabled: true
- existingSecret: "dbcreds"
- postgresqlUsername: authelia
- postgresqlDatabase: authelia
- persistence:
- db:
- storageClass: "SCALE-ZFS"
- dbbackups:
- storageClass: "SCALE-ZFS"
-
-# Enabled redis
-# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/redis
-redis:
- volumePermissions:
- enabled: true
- architecture: standalone
- enabled: true
- auth:
- existingSecret: rediscreds
- existingSecretPasswordKey: redis-password
- master:
- persistence:
- enabled: false
- existingClaim: redismaster
- replica:
- replicaCount: 0
- persistence:
- enabled: false
-
-envFrom:
- - configMapRef:
- name: authelia-paths
-
-probes:
- liveness:
- type: HTTP
- path: /api/health"
-
- readiness:
- type: HTTP
- path: "/api/health"
-
- startup:
- type: HTTP
- path: "/api/health"
-
-##
-## Storage Provider Configuration
-##
-## The available providers are: `local`, `mysql`, `postgres`. You must use one and only one of these providers.
-storage:
- ##
- ## PostgreSQL (Storage Provider)
- ##
- postgres:
- port: 5432
- database: authelia
- username: authelia
- sslmode: disable
- timeout: 5s
-
-##
-## Server Configuration
-##
-server:
- ##
- ## Port sets the configured port for the daemon, service, and the probes.
- ## Default is 9091 and should not need to be changed.
- ##
- port: 9091
-
- ## Buffers usually should be configured to be the same value.
- ## Explanation at https://www.authelia.com/docs/configuration/server.html
- ## Read buffer size adjusts the server's max incoming request size in bytes.
- ## Write buffer size does the same for outgoing responses.
- read_buffer_size: 4096
- write_buffer_size: 4096
- ## Set the single level path Authelia listens on.
- ## Must be alphanumeric chars and should not contain any slashes.
- path: ""
-
-##
-## Redis Provider
-##
-## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html
-##
-## The redis connection details
-redisProvider:
- port: 6379
-
- ## Optional username to be used with authentication.
- # username: authelia
- username: ""
-
- ## This is the Redis DB Index https://redis.io/commands/select (sometimes referred to as database number, DB, etc).
- database_index: 0
-
- ## The maximum number of concurrent active connections to Redis.
- maximum_active_connections: 8
-
- ## The target number of idle connections to have open ready for work. Useful when opening connections is slow.
- minimum_idle_connections: 0
-
- ## The Redis TLS configuration. If defined will require a TLS connection to the Redis instance(s).
- tls:
- enabled: false
-
- ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option).
- server_name: ""
-
- ## Skip verifying the server certificate (to allow a self-signed certificate).
- ## In preference to setting this we strongly recommend you add the public portion of the certificate to the
- ## certificates directory which is defined by the `certificates_directory` option at the top of the config.
- skip_verify: false
-
- ## Minimum TLS version for the connection.
- minimum_version: TLS1.2
-
- ## The Redis HA configuration options.
- ## This provides specific options to Redis Sentinel, sentinel_name must be defined (Master Name).
- high_availability:
- enabled: false
- enabledSecret: false
- ## Sentinel Name / Master Name
- sentinel_name: mysentinel
-
- ## The additional nodes to pre-seed the redis provider with (for sentinel).
- ## If the host in the above section is defined, it will be combined with this list to connect to sentinel.
- ## For high availability to be used you must have either defined; the host above or at least one node below.
- nodes: []
- # nodes:
- # - host: sentinel-0.databases.svc.cluster.local
- # port: 26379
- # - host: sentinel-1.databases.svc.cluster.local
- # port: 26379
-
- ## Choose the host with the lowest latency.
- route_by_latency: false
-
- ## Choose the host randomly.
- route_randomly: false
-
-identity_providers:
- oidc:
- ## Enables this in the config map. Currently in beta stage.
- ## See https://www.authelia.com/docs/configuration/identity-providers/oidc.html#roadmap
- enabled: false
-
- access_token_lifespan: 1h
- authorize_code_lifespan: 1m
- id_token_lifespan: 1h
- refresh_token_lifespan: 90m
-
- enable_client_debug_messages: false
-
- ## SECURITY NOTICE: It's not recommended changing this option, and highly discouraged to have it below 8 for
- ## security reasons.
- minimum_parameter_entropy: 8
-
- clients: []
- # clients:
- # -
- ## The ID is the OpenID Connect ClientID which is used to link an application to a configuration.
- # id: myapp
-
- ## The description to show to users when they end up on the consent screen. Defaults to the ID above.
- # description: My Application
-
- ## The client secret is a shared secret between Authelia and the consumer of this client.
- # secret: apple123
-
- ## Sets the client to public. This should typically not be set, please see the documentation for usage.
- # public: false
-
- ## The policy to require for this client; one_factor or two_factor.
- # authorization_policy: two_factor
-
- ## Audience this client is allowed to request.
- # audience: []
-
- ## Scopes this client is allowed to request.
- # scopes:
- # - openid
- # - profile
- # - email
- # - groups
-
- ## Redirect URI's specifies a list of valid case-sensitive callbacks for this client.
- # redirect_uris:
- # - https://oidc.example.com/oauth2/callback
-
- ## Grant Types configures which grants this client can obtain.
- ## It's not recommended to configure this unless you know what you're doing.
- # grant_types:
- # - refresh_token
- # - authorization_code
-
- ## Response Types configures which responses this client can be sent.
- ## It's not recommended to configure this unless you know what you're doing.
- # response_types:
- # - code
-
- ## Response Modes configures which response modes this client supports.
- ## It's not recommended to configure this unless you know what you're doing.
- # response_modes:
- # - form_post
- # - query
- # - fragment
-
- ## The algorithm used to sign userinfo endpoint responses for this client, either none or RS256.
- # userinfo_signing_algorithm: none
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/authelia/4.0.19/values.yaml b/stable/authelia/4.0.19/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/authelia/4.0.20/CHANGELOG.md b/stable/authelia/4.0.20/CHANGELOG.md
new file mode 100644
index 0000000000..fa897c3a34
--- /dev/null
+++ b/stable/authelia/4.0.20/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [authelia-4.0.20](https://github.com/truecharts/apps/compare/authelia-4.0.19...authelia-4.0.20) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/authelia/4.0.19/CONFIG.md b/stable/authelia/4.0.20/CONFIG.md
similarity index 100%
rename from stable/authelia/4.0.19/CONFIG.md
rename to stable/authelia/4.0.20/CONFIG.md
diff --git a/stable/nextcloud/6.0.22/Chart.lock b/stable/authelia/4.0.20/Chart.lock
similarity index 56%
rename from stable/nextcloud/6.0.22/Chart.lock
rename to stable/authelia/4.0.20/Chart.lock
index f6acd82d90..97ee6134b6 100644
--- a/stable/nextcloud/6.0.22/Chart.lock
+++ b/stable/authelia/4.0.20/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
- name: postgresql
repository: https://truecharts.org/
- version: 3.0.16
+ version: 3.0.18
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 15.4.1
-digest: sha256:b992a5b78f87cc4046f10d463fa6e3a465f064d998416db155cc6a2b7be9aea0
-generated: "2021-10-18T09:06:16.219763453Z"
+digest: sha256:22d58ec0e370340603b0ef7ba65eebbfdb54b1b322434bb6c2d17b1e3f2c4261
+generated: "2021-10-18T21:27:11.054258859Z"
diff --git a/stable/authelia/4.0.19/Chart.yaml b/stable/authelia/4.0.20/Chart.yaml
similarity index 94%
rename from stable/authelia/4.0.19/Chart.yaml
rename to stable/authelia/4.0.20/Chart.yaml
index 4db3b28c11..6766482cdb 100644
--- a/stable/authelia/4.0.19/Chart.yaml
+++ b/stable/authelia/4.0.20/Chart.yaml
@@ -3,11 +3,11 @@ appVersion: "4.32.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.16
+ version: 3.0.18
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
@@ -38,4 +38,4 @@ sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
-version: 4.0.19
+version: 4.0.20
diff --git a/stable/authelia/4.0.19/README.md b/stable/authelia/4.0.20/README.md
similarity index 93%
rename from stable/authelia/4.0.19/README.md
rename to stable/authelia/4.0.20/README.md
index 08f30c5f43..621a37fcb9 100644
--- a/stable/authelia/4.0.19/README.md
+++ b/stable/authelia/4.0.20/README.md
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.4.1 |
-| https://truecharts.org/ | postgresql | 3.0.16 |
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/authelia/4.0.19/app-readme.md b/stable/authelia/4.0.20/app-readme.md
similarity index 100%
rename from stable/authelia/4.0.19/app-readme.md
rename to stable/authelia/4.0.20/app-readme.md
diff --git a/stable/authelia/4.0.20/charts/common-8.3.12.tgz b/stable/authelia/4.0.20/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/authelia/4.0.20/charts/common-8.3.12.tgz differ
diff --git a/stable/authelia/4.0.20/charts/postgresql-3.0.18.tgz b/stable/authelia/4.0.20/charts/postgresql-3.0.18.tgz
new file mode 100644
index 0000000000..7f4a2a7284
Binary files /dev/null and b/stable/authelia/4.0.20/charts/postgresql-3.0.18.tgz differ
diff --git a/stable/authelia/4.0.19/charts/redis-15.4.1.tgz b/stable/authelia/4.0.20/charts/redis-15.4.1.tgz
similarity index 100%
rename from stable/authelia/4.0.19/charts/redis-15.4.1.tgz
rename to stable/authelia/4.0.20/charts/redis-15.4.1.tgz
diff --git a/stable/authelia/4.0.19/helm-values.md b/stable/authelia/4.0.20/helm-values.md
similarity index 100%
rename from stable/authelia/4.0.19/helm-values.md
rename to stable/authelia/4.0.20/helm-values.md
diff --git a/stable/authelia/4.0.19/questions.yaml b/stable/authelia/4.0.20/questions.yaml
similarity index 100%
rename from stable/authelia/4.0.19/questions.yaml
rename to stable/authelia/4.0.20/questions.yaml
diff --git a/stable/authelia/4.0.19/templates/_configmap.tpl b/stable/authelia/4.0.20/templates/_configmap.tpl
similarity index 100%
rename from stable/authelia/4.0.19/templates/_configmap.tpl
rename to stable/authelia/4.0.20/templates/_configmap.tpl
diff --git a/stable/authelia/4.0.19/templates/_secrets.tpl b/stable/authelia/4.0.20/templates/_secrets.tpl
similarity index 100%
rename from stable/authelia/4.0.19/templates/_secrets.tpl
rename to stable/authelia/4.0.20/templates/_secrets.tpl
diff --git a/stable/authelia/4.0.19/templates/common.yaml b/stable/authelia/4.0.20/templates/common.yaml
similarity index 100%
rename from stable/authelia/4.0.19/templates/common.yaml
rename to stable/authelia/4.0.20/templates/common.yaml
diff --git a/stable/authelia/4.0.19/test_values.yaml b/stable/authelia/4.0.20/values.yaml
similarity index 100%
rename from stable/authelia/4.0.19/test_values.yaml
rename to stable/authelia/4.0.20/values.yaml
diff --git a/stable/bazarr/8.0.10/CHANGELOG.md b/stable/bazarr/8.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..cb539e5489
--- /dev/null
+++ b/stable/bazarr/8.0.10/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [bazarr-8.0.10](https://github.com/truecharts/apps/compare/bazarr-8.0.9...bazarr-8.0.10) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/bazarr/8.0.9/CONFIG.md b/stable/bazarr/8.0.10/CONFIG.md
similarity index 100%
rename from stable/bazarr/8.0.9/CONFIG.md
rename to stable/bazarr/8.0.10/CONFIG.md
diff --git a/stable/bazarr/8.0.10/Chart.lock b/stable/bazarr/8.0.10/Chart.lock
new file mode 100644
index 0000000000..d11b218142
--- /dev/null
+++ b/stable/bazarr/8.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:27:57.36135744Z"
diff --git a/stable/bazarr/8.0.9/Chart.yaml b/stable/bazarr/8.0.10/Chart.yaml
similarity index 82%
rename from stable/bazarr/8.0.9/Chart.yaml
rename to stable/bazarr/8.0.10/Chart.yaml
index d203b38feb..6bccb1418f 100644
--- a/stable/bazarr/8.0.9/Chart.yaml
+++ b/stable/bazarr/8.0.10/Chart.yaml
@@ -3,16 +3,16 @@ appVersion: "1.0.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
-description: Bazarr is a companion application to Bazarr and Radarr. It manages and
+description: Bazarr is a companion application to Sonarr and Radarr. It manages and
downloads subtitles based on your requirements
home: https://github.com/truecharts/apps/tree/master/charts/stable/bazarr
icon: https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bazarr.png
keywords:
- bazarr
- radarr
-- bazarr
+- sonarr
- subtitles
- usenet
- torrent
@@ -26,7 +26,7 @@ maintainers:
url: truecharts.org
name: bazarr
sources:
-- https://github.com/Bazarr/Bazarr
+- https://github.com/morpheus65535/bazarr
- https://hub.docker.com/r/linuxserver/bazarr
type: application
-version: 8.0.9
+version: 8.0.10
diff --git a/stable/bazarr/8.0.9/README.md b/stable/bazarr/8.0.10/README.md
similarity index 89%
rename from stable/bazarr/8.0.9/README.md
rename to stable/bazarr/8.0.10/README.md
index d033cced08..183d18fdd9 100644
--- a/stable/bazarr/8.0.9/README.md
+++ b/stable/bazarr/8.0.10/README.md
@@ -1,13 +1,13 @@
# Introduction
-Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements
+Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
## Source Code
-*
+*
*
## Requirements
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/bazarr/8.0.9/app-readme.md b/stable/bazarr/8.0.10/app-readme.md
similarity index 69%
rename from stable/bazarr/8.0.9/app-readme.md
rename to stable/bazarr/8.0.10/app-readme.md
index c6291fa085..9f8586f3ae 100644
--- a/stable/bazarr/8.0.9/app-readme.md
+++ b/stable/bazarr/8.0.10/app-readme.md
@@ -1,3 +1,3 @@
-Bazarr is a companion application to Bazarr and Radarr. It manages and downloads subtitles based on your requirements
+Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
diff --git a/stable/bazarr/8.0.10/charts/common-8.3.12.tgz b/stable/bazarr/8.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/bazarr/8.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/bazarr/8.0.9/helm-values.md b/stable/bazarr/8.0.10/helm-values.md
similarity index 100%
rename from stable/bazarr/8.0.9/helm-values.md
rename to stable/bazarr/8.0.10/helm-values.md
diff --git a/stable/bazarr/8.0.9/questions.yaml b/stable/bazarr/8.0.10/questions.yaml
similarity index 100%
rename from stable/bazarr/8.0.9/questions.yaml
rename to stable/bazarr/8.0.10/questions.yaml
diff --git a/stable/bazarr/8.0.9/templates/common.yaml b/stable/bazarr/8.0.10/templates/common.yaml
similarity index 100%
rename from stable/bazarr/8.0.9/templates/common.yaml
rename to stable/bazarr/8.0.10/templates/common.yaml
diff --git a/stable/bazarr/8.0.9/test_values.yaml b/stable/bazarr/8.0.10/values.yaml
similarity index 100%
rename from stable/bazarr/8.0.9/test_values.yaml
rename to stable/bazarr/8.0.10/values.yaml
diff --git a/stable/bazarr/8.0.9/CHANGELOG.md b/stable/bazarr/8.0.9/CHANGELOG.md
deleted file mode 100644
index a8b66f5299..0000000000
--- a/stable/bazarr/8.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [bazarr-8.0.9](https://github.com/truecharts/apps/compare/bazarr-8.0.8...bazarr-8.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/bazarr/8.0.9/Chart.lock b/stable/bazarr/8.0.9/Chart.lock
deleted file mode 100644
index b428098cde..0000000000
--- a/stable/bazarr/8.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:33:14.178425489Z"
diff --git a/stable/bazarr/8.0.9/charts/common-8.3.10.tgz b/stable/bazarr/8.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/bazarr/8.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/bazarr/8.0.9/ix_values.yaml b/stable/bazarr/8.0.9/ix_values.yaml
deleted file mode 100644
index ec68ca7d2e..0000000000
--- a/stable/bazarr/8.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/bazarr
- pullPolicy: IfNotPresent
- tag: v1.0.0@sha256:b9f8768f7c9a5d6dfe633fe6b4afe71ef4d1efae3ae992c7dd7b4da651725af0
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/bazarr/8.0.9/values.yaml b/stable/bazarr/8.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/booksonic-air/3.0.10/CHANGELOG.md b/stable/booksonic-air/3.0.10/CHANGELOG.md
deleted file mode 100644
index bb8f893580..0000000000
--- a/stable/booksonic-air/3.0.10/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [booksonic-air-3.0.10](https://github.com/truecharts/apps/compare/booksonic-air-3.0.9...booksonic-air-3.0.10) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/booksonic-air/3.0.10/Chart.lock b/stable/booksonic-air/3.0.10/Chart.lock
deleted file mode 100644
index be38d6a3c7..0000000000
--- a/stable/booksonic-air/3.0.10/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:33:28.892313702Z"
diff --git a/stable/booksonic-air/3.0.10/charts/common-8.3.10.tgz b/stable/booksonic-air/3.0.10/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/booksonic-air/3.0.10/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/booksonic-air/3.0.10/ix_values.yaml b/stable/booksonic-air/3.0.10/ix_values.yaml
deleted file mode 100644
index e02df174df..0000000000
--- a/stable/booksonic-air/3.0.10/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/booksonic-air
- pullPolicy: IfNotPresent
- tag: version-v2009.1.0@sha256:8af3c63dd755ced05cb7d997703491554096fba0afeae59b828e973a1c651c4b
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/booksonic-air/3.0.10/values.yaml b/stable/booksonic-air/3.0.10/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/booksonic-air/3.0.11/CHANGELOG.md b/stable/booksonic-air/3.0.11/CHANGELOG.md
new file mode 100644
index 0000000000..865715cfaa
--- /dev/null
+++ b/stable/booksonic-air/3.0.11/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [booksonic-air-3.0.11](https://github.com/truecharts/apps/compare/booksonic-air-3.0.10...booksonic-air-3.0.11) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/booksonic-air/3.0.10/CONFIG.md b/stable/booksonic-air/3.0.11/CONFIG.md
similarity index 100%
rename from stable/booksonic-air/3.0.10/CONFIG.md
rename to stable/booksonic-air/3.0.11/CONFIG.md
diff --git a/stable/booksonic-air/3.0.11/Chart.lock b/stable/booksonic-air/3.0.11/Chart.lock
new file mode 100644
index 0000000000..3ace0bebe0
--- /dev/null
+++ b/stable/booksonic-air/3.0.11/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:28:20.542357202Z"
diff --git a/stable/booksonic-air/3.0.10/Chart.yaml b/stable/booksonic-air/3.0.11/Chart.yaml
similarity index 95%
rename from stable/booksonic-air/3.0.10/Chart.yaml
rename to stable/booksonic-air/3.0.11/Chart.yaml
index 55cc8f5c74..ac23b4d308 100644
--- a/stable/booksonic-air/3.0.10/Chart.yaml
+++ b/stable/booksonic-air/3.0.11/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2009.1.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Booksonic is a platform for accessing the audibooks you own wherever
you are
home: https://github.com/truechartsapps/tree/master/charts/stable/booksonic-air
@@ -20,4 +20,4 @@ name: booksonic-air
sources:
- https://github.com/popeen/Booksonic-Air
- https://hub.docker.com/r/linuxserver/booksonic-air
-version: 3.0.10
+version: 3.0.11
diff --git a/stable/booksonic-air/3.0.10/README.md b/stable/booksonic-air/3.0.11/README.md
similarity index 96%
rename from stable/booksonic-air/3.0.10/README.md
rename to stable/booksonic-air/3.0.11/README.md
index c13e443fe6..d7687dd5a2 100644
--- a/stable/booksonic-air/3.0.10/README.md
+++ b/stable/booksonic-air/3.0.11/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/booksonic-air/3.0.10/app-readme.md b/stable/booksonic-air/3.0.11/app-readme.md
similarity index 100%
rename from stable/booksonic-air/3.0.10/app-readme.md
rename to stable/booksonic-air/3.0.11/app-readme.md
diff --git a/stable/booksonic-air/3.0.11/charts/common-8.3.12.tgz b/stable/booksonic-air/3.0.11/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/booksonic-air/3.0.11/charts/common-8.3.12.tgz differ
diff --git a/stable/booksonic-air/3.0.10/helm-values.md b/stable/booksonic-air/3.0.11/helm-values.md
similarity index 100%
rename from stable/booksonic-air/3.0.10/helm-values.md
rename to stable/booksonic-air/3.0.11/helm-values.md
diff --git a/stable/booksonic-air/3.0.10/questions.yaml b/stable/booksonic-air/3.0.11/questions.yaml
similarity index 99%
rename from stable/booksonic-air/3.0.10/questions.yaml
rename to stable/booksonic-air/3.0.11/questions.yaml
index 3c747db022..9a5266c16c 100644
--- a/stable/booksonic-air/3.0.10/questions.yaml
+++ b/stable/booksonic-air/3.0.11/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/booksonic-air/3.0.10/templates/common.yaml b/stable/booksonic-air/3.0.11/templates/common.yaml
similarity index 100%
rename from stable/booksonic-air/3.0.10/templates/common.yaml
rename to stable/booksonic-air/3.0.11/templates/common.yaml
diff --git a/stable/booksonic-air/3.0.10/test_values.yaml b/stable/booksonic-air/3.0.11/values.yaml
similarity index 100%
rename from stable/booksonic-air/3.0.10/test_values.yaml
rename to stable/booksonic-air/3.0.11/values.yaml
diff --git a/stable/calibre-web/8.0.8/CHANGELOG.md b/stable/calibre-web/8.0.8/CHANGELOG.md
deleted file mode 100644
index 02a506ce49..0000000000
--- a/stable/calibre-web/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [calibre-web-8.0.8](https://github.com/truecharts/apps/compare/calibre-web-8.0.7...calibre-web-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/calibre-web/8.0.8/Chart.lock b/stable/calibre-web/8.0.8/Chart.lock
deleted file mode 100644
index 530bff9d2f..0000000000
--- a/stable/calibre-web/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:33:43.488401963Z"
diff --git a/stable/calibre-web/8.0.8/charts/common-8.3.10.tgz b/stable/calibre-web/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/calibre-web/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/calibre-web/8.0.8/ix_values.yaml b/stable/calibre-web/8.0.8/ix_values.yaml
deleted file mode 100644
index e5805d87d9..0000000000
--- a/stable/calibre-web/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/calibre-web
- pullPolicy: IfNotPresent
- tag: version-0.6.12@sha256:938810eca3d3137221308afe9095773c8552a457dc0943abd0aec5613242b0b6
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/calibre-web/8.0.8/values.yaml b/stable/calibre-web/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/calibre-web/8.0.9/CHANGELOG.md b/stable/calibre-web/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..f23f3f0b70
--- /dev/null
+++ b/stable/calibre-web/8.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [calibre-web-8.0.9](https://github.com/truecharts/apps/compare/calibre-web-8.0.8...calibre-web-8.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/calibre-web/8.0.8/CONFIG.md b/stable/calibre-web/8.0.9/CONFIG.md
similarity index 100%
rename from stable/calibre-web/8.0.8/CONFIG.md
rename to stable/calibre-web/8.0.9/CONFIG.md
diff --git a/stable/calibre-web/8.0.9/Chart.lock b/stable/calibre-web/8.0.9/Chart.lock
new file mode 100644
index 0000000000..66ccd68d96
--- /dev/null
+++ b/stable/calibre-web/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:28:43.804248159Z"
diff --git a/stable/calibre-web/8.0.8/Chart.yaml b/stable/calibre-web/8.0.9/Chart.yaml
similarity index 95%
rename from stable/calibre-web/8.0.8/Chart.yaml
rename to stable/calibre-web/8.0.9/Chart.yaml
index e09315f23e..74a4b222a4 100644
--- a/stable/calibre-web/8.0.8/Chart.yaml
+++ b/stable/calibre-web/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.6.12"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Calibre-Web is a web app providing a clean interface for browsing, reading
and downloading eBooks using an existing Calibre database.
@@ -23,4 +23,4 @@ sources:
- https://hub.docker.com/r/linuxserver/calibre-web/
- https://github.com/janeczku/calibre-web
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/calibre-web/8.0.8/README.md b/stable/calibre-web/8.0.9/README.md
similarity index 96%
rename from stable/calibre-web/8.0.8/README.md
rename to stable/calibre-web/8.0.9/README.md
index 395c9a81f8..d9acbdc5e9 100644
--- a/stable/calibre-web/8.0.8/README.md
+++ b/stable/calibre-web/8.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/calibre-web/8.0.8/app-readme.md b/stable/calibre-web/8.0.9/app-readme.md
similarity index 100%
rename from stable/calibre-web/8.0.8/app-readme.md
rename to stable/calibre-web/8.0.9/app-readme.md
diff --git a/stable/calibre-web/8.0.9/charts/common-8.3.12.tgz b/stable/calibre-web/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/calibre-web/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/calibre-web/8.0.8/helm-values.md b/stable/calibre-web/8.0.9/helm-values.md
similarity index 100%
rename from stable/calibre-web/8.0.8/helm-values.md
rename to stable/calibre-web/8.0.9/helm-values.md
diff --git a/stable/calibre-web/8.0.8/questions.yaml b/stable/calibre-web/8.0.9/questions.yaml
similarity index 100%
rename from stable/calibre-web/8.0.8/questions.yaml
rename to stable/calibre-web/8.0.9/questions.yaml
diff --git a/stable/calibre-web/8.0.8/templates/common.yaml b/stable/calibre-web/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/calibre-web/8.0.8/templates/common.yaml
rename to stable/calibre-web/8.0.9/templates/common.yaml
diff --git a/stable/calibre-web/8.0.8/test_values.yaml b/stable/calibre-web/8.0.9/values.yaml
similarity index 100%
rename from stable/calibre-web/8.0.8/test_values.yaml
rename to stable/calibre-web/8.0.9/values.yaml
diff --git a/stable/calibre/3.0.10/CHANGELOG.md b/stable/calibre/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..34ef0a3f79
--- /dev/null
+++ b/stable/calibre/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [calibre-3.0.10](https://github.com/truecharts/apps/compare/calibre-web-8.0.8...calibre-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/calibre/3.0.9/CONFIG.md b/stable/calibre/3.0.10/CONFIG.md
similarity index 100%
rename from stable/calibre/3.0.9/CONFIG.md
rename to stable/calibre/3.0.10/CONFIG.md
diff --git a/stable/calibre/3.0.10/Chart.lock b/stable/calibre/3.0.10/Chart.lock
new file mode 100644
index 0000000000..04dad04dec
--- /dev/null
+++ b/stable/calibre/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:29:07.438808862Z"
diff --git a/stable/calibre/3.0.9/Chart.yaml b/stable/calibre/3.0.10/Chart.yaml
similarity index 94%
rename from stable/calibre/3.0.9/Chart.yaml
rename to stable/calibre/3.0.10/Chart.yaml
index fd1f04aa85..16ea6426de 100644
--- a/stable/calibre/3.0.9/Chart.yaml
+++ b/stable/calibre/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "5.26.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Calibre is a powerful and easy to use e-book manager.
home: https://github.com/truechartsapps/tree/master/charts/stable/calibre
icon: https://github.com/kovidgoyal/calibre/raw/master/resources/images/lt.png
@@ -18,4 +18,4 @@ name: calibre
sources:
- https://hub.docker.com/r/linuxserver/calibre/
- https://github.com/kovidgoyal/calibre/
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/calibre/3.0.9/README.md b/stable/calibre/3.0.10/README.md
similarity index 96%
rename from stable/calibre/3.0.9/README.md
rename to stable/calibre/3.0.10/README.md
index 4544353316..b74cf57395 100644
--- a/stable/calibre/3.0.9/README.md
+++ b/stable/calibre/3.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/calibre/3.0.9/app-readme.md b/stable/calibre/3.0.10/app-readme.md
similarity index 100%
rename from stable/calibre/3.0.9/app-readme.md
rename to stable/calibre/3.0.10/app-readme.md
diff --git a/stable/calibre/3.0.10/charts/common-8.3.12.tgz b/stable/calibre/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/calibre/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/calibre/3.0.9/helm-values.md b/stable/calibre/3.0.10/helm-values.md
similarity index 100%
rename from stable/calibre/3.0.9/helm-values.md
rename to stable/calibre/3.0.10/helm-values.md
diff --git a/stable/calibre/3.0.9/questions.yaml b/stable/calibre/3.0.10/questions.yaml
similarity index 99%
rename from stable/calibre/3.0.9/questions.yaml
rename to stable/calibre/3.0.10/questions.yaml
index e29103f8e6..88d69669c7 100644
--- a/stable/calibre/3.0.9/questions.yaml
+++ b/stable/calibre/3.0.10/questions.yaml
@@ -666,6 +666,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/calibre/3.0.9/templates/common.yaml b/stable/calibre/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/calibre/3.0.9/templates/common.yaml
rename to stable/calibre/3.0.10/templates/common.yaml
diff --git a/stable/calibre/3.0.9/test_values.yaml b/stable/calibre/3.0.10/values.yaml
similarity index 100%
rename from stable/calibre/3.0.9/test_values.yaml
rename to stable/calibre/3.0.10/values.yaml
diff --git a/stable/calibre/3.0.9/CHANGELOG.md b/stable/calibre/3.0.9/CHANGELOG.md
deleted file mode 100644
index 3a196504b6..0000000000
--- a/stable/calibre/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [calibre-3.0.9](https://github.com/truecharts/apps/compare/calibre-3.0.8...calibre-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/calibre/3.0.9/Chart.lock b/stable/calibre/3.0.9/Chart.lock
deleted file mode 100644
index 9490e7e6c3..0000000000
--- a/stable/calibre/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:33:58.394002248Z"
diff --git a/stable/calibre/3.0.9/charts/common-8.3.10.tgz b/stable/calibre/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/calibre/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/calibre/3.0.9/ix_values.yaml b/stable/calibre/3.0.9/ix_values.yaml
deleted file mode 100644
index 39d67940cc..0000000000
--- a/stable/calibre/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/calibre
- pullPolicy: IfNotPresent
- tag: version-v5.26.0@sha256:b5ab76091fedea53422e0f4ab57c9a672f23599e0c6c003d11df1f6161a7006e
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/calibre/3.0.9/values.yaml b/stable/calibre/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/collabora-online/8.0.10/CHANGELOG.md b/stable/collabora-online/8.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..d0a10ce2c3
--- /dev/null
+++ b/stable/collabora-online/8.0.10/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [collabora-online-8.0.10](https://github.com/truecharts/apps/compare/collabora-online-8.0.9...collabora-online-8.0.10) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/collabora-online/8.0.9/CONFIG.md b/stable/collabora-online/8.0.10/CONFIG.md
similarity index 100%
rename from stable/collabora-online/8.0.9/CONFIG.md
rename to stable/collabora-online/8.0.10/CONFIG.md
diff --git a/stable/collabora-online/8.0.10/Chart.lock b/stable/collabora-online/8.0.10/Chart.lock
new file mode 100644
index 0000000000..e032966dfe
--- /dev/null
+++ b/stable/collabora-online/8.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:29:33.513962466Z"
diff --git a/stable/collabora-online/8.0.9/Chart.yaml b/stable/collabora-online/8.0.10/Chart.yaml
similarity index 96%
rename from stable/collabora-online/8.0.9/Chart.yaml
rename to stable/collabora-online/8.0.10/Chart.yaml
index edb454bc28..2d8da8fdb2 100644
--- a/stable/collabora-online/8.0.9/Chart.yaml
+++ b/stable/collabora-online/8.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "6.4.13.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: "Collabora Online Development Edition \u2013 an awesome, Online Office\
\ suite image suitable for home use."
@@ -25,4 +25,4 @@ sources:
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
-version: 8.0.9
+version: 8.0.10
diff --git a/stable/collabora-online/8.0.9/README.md b/stable/collabora-online/8.0.10/README.md
similarity index 96%
rename from stable/collabora-online/8.0.9/README.md
rename to stable/collabora-online/8.0.10/README.md
index b1d899fe2c..d36eb12f04 100644
--- a/stable/collabora-online/8.0.9/README.md
+++ b/stable/collabora-online/8.0.10/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/collabora-online/8.0.9/app-readme.md b/stable/collabora-online/8.0.10/app-readme.md
similarity index 100%
rename from stable/collabora-online/8.0.9/app-readme.md
rename to stable/collabora-online/8.0.10/app-readme.md
diff --git a/stable/collabora-online/8.0.10/charts/common-8.3.12.tgz b/stable/collabora-online/8.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/collabora-online/8.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/collabora-online/8.0.9/helm-values.md b/stable/collabora-online/8.0.10/helm-values.md
similarity index 100%
rename from stable/collabora-online/8.0.9/helm-values.md
rename to stable/collabora-online/8.0.10/helm-values.md
diff --git a/stable/collabora-online/8.0.9/questions.yaml b/stable/collabora-online/8.0.10/questions.yaml
similarity index 100%
rename from stable/collabora-online/8.0.9/questions.yaml
rename to stable/collabora-online/8.0.10/questions.yaml
diff --git a/stable/collabora-online/8.0.9/templates/common.yaml b/stable/collabora-online/8.0.10/templates/common.yaml
similarity index 100%
rename from stable/collabora-online/8.0.9/templates/common.yaml
rename to stable/collabora-online/8.0.10/templates/common.yaml
diff --git a/stable/collabora-online/8.0.9/test_values.yaml b/stable/collabora-online/8.0.10/values.yaml
similarity index 100%
rename from stable/collabora-online/8.0.9/test_values.yaml
rename to stable/collabora-online/8.0.10/values.yaml
diff --git a/stable/collabora-online/8.0.9/CHANGELOG.md b/stable/collabora-online/8.0.9/CHANGELOG.md
deleted file mode 100644
index 053e40657c..0000000000
--- a/stable/collabora-online/8.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [collabora-online-8.0.9](https://github.com/truecharts/apps/compare/collabora-online-8.0.8...collabora-online-8.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/stable/collabora-online/8.0.9/Chart.lock b/stable/collabora-online/8.0.9/Chart.lock
deleted file mode 100644
index ddc553b6b5..0000000000
--- a/stable/collabora-online/8.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:34:13.418376458Z"
diff --git a/stable/collabora-online/8.0.9/charts/common-8.3.10.tgz b/stable/collabora-online/8.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/collabora-online/8.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/collabora-online/8.0.9/ix_values.yaml b/stable/collabora-online/8.0.9/ix_values.yaml
deleted file mode 100644
index bd95b4527e..0000000000
--- a/stable/collabora-online/8.0.9/ix_values.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/collabora
- tag: v6.4.13.2@sha256:45ceac29dbdc8adf55097a34baad696ffdd3b8ac41ffcf6930e68740c7cfe0df
- pullPolicy: IfNotPresent
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/collabora-online/8.0.9/values.yaml b/stable/collabora-online/8.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/custom-app/2.0.13/CHANGELOG.md b/stable/custom-app/2.0.13/CHANGELOG.md
deleted file mode 100644
index 0a05085a86..0000000000
--- a/stable/custom-app/2.0.13/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [custom-app-2.0.13](https://github.com/truecharts/apps/compare/custom-app-2.0.12...custom-app-2.0.13) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/stable/custom-app/2.0.13/Chart.lock b/stable/custom-app/2.0.13/Chart.lock
deleted file mode 100644
index 773faefd50..0000000000
--- a/stable/custom-app/2.0.13/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:34:28.365580435Z"
diff --git a/stable/custom-app/2.0.13/charts/common-8.3.10.tgz b/stable/custom-app/2.0.13/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/custom-app/2.0.13/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/custom-app/2.0.13/ix_values.yaml b/stable/custom-app/2.0.13/ix_values.yaml
deleted file mode 100644
index 18f32919de..0000000000
--- a/stable/custom-app/2.0.13/ix_values.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/custom-app/2.0.13/values.yaml b/stable/custom-app/2.0.13/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/custom-app/2.0.14/CHANGELOG.md b/stable/custom-app/2.0.14/CHANGELOG.md
new file mode 100644
index 0000000000..718cfe51b6
--- /dev/null
+++ b/stable/custom-app/2.0.14/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [custom-app-2.0.14](https://github.com/truecharts/apps/compare/custom-app-2.0.13...custom-app-2.0.14) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/custom-app/2.0.13/CONFIG.md b/stable/custom-app/2.0.14/CONFIG.md
similarity index 100%
rename from stable/custom-app/2.0.13/CONFIG.md
rename to stable/custom-app/2.0.14/CONFIG.md
diff --git a/stable/custom-app/2.0.14/Chart.lock b/stable/custom-app/2.0.14/Chart.lock
new file mode 100644
index 0000000000..2acdf76a34
--- /dev/null
+++ b/stable/custom-app/2.0.14/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:29:58.618481154Z"
diff --git a/stable/custom-app/2.0.13/Chart.yaml b/stable/custom-app/2.0.14/Chart.yaml
similarity index 94%
rename from stable/custom-app/2.0.13/Chart.yaml
rename to stable/custom-app/2.0.14/Chart.yaml
index 41f3d78e16..cfefeebf44 100644
--- a/stable/custom-app/2.0.13/Chart.yaml
+++ b/stable/custom-app/2.0.14/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.18.984"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Advanced tool to create your own TrueCharts-based App
home: https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
@@ -19,4 +19,4 @@ name: custom-app
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/custom-app
type: application
-version: 2.0.13
+version: 2.0.14
diff --git a/stable/custom-app/2.0.13/README.md b/stable/custom-app/2.0.14/README.md
similarity index 96%
rename from stable/custom-app/2.0.13/README.md
rename to stable/custom-app/2.0.14/README.md
index 291726bdf4..bdfa51a376 100644
--- a/stable/custom-app/2.0.13/README.md
+++ b/stable/custom-app/2.0.14/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/custom-app/2.0.13/app-readme.md b/stable/custom-app/2.0.14/app-readme.md
similarity index 100%
rename from stable/custom-app/2.0.13/app-readme.md
rename to stable/custom-app/2.0.14/app-readme.md
diff --git a/stable/custom-app/2.0.14/charts/common-8.3.12.tgz b/stable/custom-app/2.0.14/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/custom-app/2.0.14/charts/common-8.3.12.tgz differ
diff --git a/stable/custom-app/2.0.13/helm-values.md b/stable/custom-app/2.0.14/helm-values.md
similarity index 100%
rename from stable/custom-app/2.0.13/helm-values.md
rename to stable/custom-app/2.0.14/helm-values.md
diff --git a/stable/custom-app/2.0.13/questions.yaml b/stable/custom-app/2.0.14/questions.yaml
similarity index 100%
rename from stable/custom-app/2.0.13/questions.yaml
rename to stable/custom-app/2.0.14/questions.yaml
diff --git a/stable/custom-app/2.0.13/templates/common.yaml b/stable/custom-app/2.0.14/templates/common.yaml
similarity index 100%
rename from stable/custom-app/2.0.13/templates/common.yaml
rename to stable/custom-app/2.0.14/templates/common.yaml
diff --git a/stable/custom-app/2.0.13/test_values.yaml b/stable/custom-app/2.0.14/values.yaml
similarity index 100%
rename from stable/custom-app/2.0.13/test_values.yaml
rename to stable/custom-app/2.0.14/values.yaml
diff --git a/stable/deconz/3.0.10/CHANGELOG.md b/stable/deconz/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..4bd2941ec8
--- /dev/null
+++ b/stable/deconz/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [deconz-3.0.10](https://github.com/truecharts/apps/compare/deconz-3.0.9...deconz-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/deconz/3.0.9/CONFIG.md b/stable/deconz/3.0.10/CONFIG.md
similarity index 100%
rename from stable/deconz/3.0.9/CONFIG.md
rename to stable/deconz/3.0.10/CONFIG.md
diff --git a/stable/deconz/3.0.10/Chart.lock b/stable/deconz/3.0.10/Chart.lock
new file mode 100644
index 0000000000..3ac5d2ecf3
--- /dev/null
+++ b/stable/deconz/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:30:23.237575193Z"
diff --git a/stable/deconz/3.0.9/Chart.yaml b/stable/deconz/3.0.10/Chart.yaml
similarity index 95%
rename from stable/deconz/3.0.9/Chart.yaml
rename to stable/deconz/3.0.10/Chart.yaml
index c1dafcb408..01c4a77fcd 100644
--- a/stable/deconz/3.0.9/Chart.yaml
+++ b/stable/deconz/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.13.01"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: deCONZ is an easy to use control software, with which you can set up
and control Zigbee networks of any size without further programming effort.
home: https://github.com/truechartsapps/tree/master/charts/stable/deconz
@@ -22,4 +22,4 @@ name: deconz
sources:
- https://github.com/dresden-elektronik/deconz-rest-plugin
- https://github.com/marthoc/docker-deconz
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/deconz/3.0.9/README.md b/stable/deconz/3.0.10/README.md
similarity index 96%
rename from stable/deconz/3.0.9/README.md
rename to stable/deconz/3.0.10/README.md
index 46c634e8d6..38841cbcdf 100644
--- a/stable/deconz/3.0.9/README.md
+++ b/stable/deconz/3.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/deconz/3.0.9/app-readme.md b/stable/deconz/3.0.10/app-readme.md
similarity index 100%
rename from stable/deconz/3.0.9/app-readme.md
rename to stable/deconz/3.0.10/app-readme.md
diff --git a/stable/deconz/3.0.10/charts/common-8.3.12.tgz b/stable/deconz/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/deconz/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/deconz/3.0.9/helm-values.md b/stable/deconz/3.0.10/helm-values.md
similarity index 100%
rename from stable/deconz/3.0.9/helm-values.md
rename to stable/deconz/3.0.10/helm-values.md
diff --git a/stable/deconz/3.0.9/questions.yaml b/stable/deconz/3.0.10/questions.yaml
similarity index 99%
rename from stable/deconz/3.0.9/questions.yaml
rename to stable/deconz/3.0.10/questions.yaml
index a8bdfe12fd..313a5e6368 100644
--- a/stable/deconz/3.0.9/questions.yaml
+++ b/stable/deconz/3.0.10/questions.yaml
@@ -770,6 +770,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/deconz/3.0.9/templates/common.yaml b/stable/deconz/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/deconz/3.0.9/templates/common.yaml
rename to stable/deconz/3.0.10/templates/common.yaml
diff --git a/stable/deconz/3.0.9/test_values.yaml b/stable/deconz/3.0.10/values.yaml
similarity index 100%
rename from stable/deconz/3.0.9/test_values.yaml
rename to stable/deconz/3.0.10/values.yaml
diff --git a/stable/deconz/3.0.9/CHANGELOG.md b/stable/deconz/3.0.9/CHANGELOG.md
deleted file mode 100644
index 58d0bab5c6..0000000000
--- a/stable/deconz/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [deconz-3.0.9](https://github.com/truecharts/apps/compare/deconz-3.0.8...deconz-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/deconz/3.0.9/Chart.lock b/stable/deconz/3.0.9/Chart.lock
deleted file mode 100644
index 72fc4435ac..0000000000
--- a/stable/deconz/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:34:43.222445832Z"
diff --git a/stable/deconz/3.0.9/charts/common-8.3.10.tgz b/stable/deconz/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/deconz/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/deconz/3.0.9/ix_values.yaml b/stable/deconz/3.0.9/ix_values.yaml
deleted file mode 100644
index bc5a0b8858..0000000000
--- a/stable/deconz/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/deconz
- pullPolicy: IfNotPresent
- tag: v2.13.01@sha256:92a7a439e6010e21265fa5beaa47b0172bc6b6682f4e2d26bcd43c772ff7ddbd
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/deconz/3.0.9/values.yaml b/stable/deconz/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/deepstack-cpu/6.0.10/CHANGELOG.md b/stable/deepstack-cpu/6.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..d6dee3886e
--- /dev/null
+++ b/stable/deepstack-cpu/6.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [deepstack-cpu-6.0.10](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.9...deepstack-cpu-6.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/deepstack-cpu/6.0.9/CONFIG.md b/stable/deepstack-cpu/6.0.10/CONFIG.md
similarity index 100%
rename from stable/deepstack-cpu/6.0.9/CONFIG.md
rename to stable/deepstack-cpu/6.0.10/CONFIG.md
diff --git a/stable/deepstack-cpu/6.0.10/Chart.lock b/stable/deepstack-cpu/6.0.10/Chart.lock
new file mode 100644
index 0000000000..3a55b16bca
--- /dev/null
+++ b/stable/deepstack-cpu/6.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:30:48.394283132Z"
diff --git a/stable/deepstack-cpu/6.0.9/Chart.yaml b/stable/deepstack-cpu/6.0.10/Chart.yaml
similarity index 95%
rename from stable/deepstack-cpu/6.0.9/Chart.yaml
rename to stable/deepstack-cpu/6.0.10/Chart.yaml
index 83e10907ba..70758c89cd 100644
--- a/stable/deepstack-cpu/6.0.9/Chart.yaml
+++ b/stable/deepstack-cpu/6.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "cpu"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: DeepStack AI provides AI features including Face Recognition, Object
Detection, Scene Recognition and custom AI Models
@@ -25,4 +25,4 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/
type: application
-version: 6.0.9
+version: 6.0.10
diff --git a/stable/deepstack-cpu/6.0.9/README.md b/stable/deepstack-cpu/6.0.10/README.md
similarity index 96%
rename from stable/deepstack-cpu/6.0.9/README.md
rename to stable/deepstack-cpu/6.0.10/README.md
index 5497c5d4b3..ec593be3be 100644
--- a/stable/deepstack-cpu/6.0.9/README.md
+++ b/stable/deepstack-cpu/6.0.10/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/deepstack-cpu/6.0.9/app-readme.md b/stable/deepstack-cpu/6.0.10/app-readme.md
similarity index 100%
rename from stable/deepstack-cpu/6.0.9/app-readme.md
rename to stable/deepstack-cpu/6.0.10/app-readme.md
diff --git a/stable/deepstack-cpu/6.0.10/charts/common-8.3.12.tgz b/stable/deepstack-cpu/6.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/deepstack-cpu/6.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/deepstack-cpu/6.0.9/helm-values.md b/stable/deepstack-cpu/6.0.10/helm-values.md
similarity index 100%
rename from stable/deepstack-cpu/6.0.9/helm-values.md
rename to stable/deepstack-cpu/6.0.10/helm-values.md
diff --git a/stable/deepstack-cpu/6.0.9/questions.yaml b/stable/deepstack-cpu/6.0.10/questions.yaml
similarity index 99%
rename from stable/deepstack-cpu/6.0.9/questions.yaml
rename to stable/deepstack-cpu/6.0.10/questions.yaml
index fce4a804aa..b4ecbd03de 100644
--- a/stable/deepstack-cpu/6.0.9/questions.yaml
+++ b/stable/deepstack-cpu/6.0.10/questions.yaml
@@ -601,6 +601,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/deepstack-cpu/6.0.9/templates/common.yaml b/stable/deepstack-cpu/6.0.10/templates/common.yaml
similarity index 100%
rename from stable/deepstack-cpu/6.0.9/templates/common.yaml
rename to stable/deepstack-cpu/6.0.10/templates/common.yaml
diff --git a/stable/deepstack-cpu/6.0.9/test_values.yaml b/stable/deepstack-cpu/6.0.10/values.yaml
similarity index 100%
rename from stable/deepstack-cpu/6.0.9/test_values.yaml
rename to stable/deepstack-cpu/6.0.10/values.yaml
diff --git a/stable/deepstack-cpu/6.0.9/CHANGELOG.md b/stable/deepstack-cpu/6.0.9/CHANGELOG.md
deleted file mode 100644
index fa5daee5eb..0000000000
--- a/stable/deepstack-cpu/6.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [deepstack-cpu-6.0.9](https://github.com/truecharts/apps/compare/deepstack-cpu-6.0.8...deepstack-cpu-6.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/deepstack-cpu/6.0.9/Chart.lock b/stable/deepstack-cpu/6.0.9/Chart.lock
deleted file mode 100644
index 2c576c552f..0000000000
--- a/stable/deepstack-cpu/6.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:34:57.709198328Z"
diff --git a/stable/deepstack-cpu/6.0.9/charts/common-8.3.10.tgz b/stable/deepstack-cpu/6.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/deepstack-cpu/6.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/deepstack-cpu/6.0.9/ix_values.yaml b/stable/deepstack-cpu/6.0.9/ix_values.yaml
deleted file mode 100644
index c4c1927135..0000000000
--- a/stable/deepstack-cpu/6.0.9/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: deepquestai/deepstack
- pullPolicy: IfNotPresent
- tag: cpu-2021.02.1@sha256:db1876e7a5c73111e0cd18e26b2401c20997afdea3f8f9f9116ef951b49ba5be
-
-envTpl:
- # Permissions Settings
- USER_ID: "{{ .Values.env.PUID }}"
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/deepstack-cpu/6.0.9/values.yaml b/stable/deepstack-cpu/6.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/deepstack-gpu/1.0.1/CHANGELOG.md b/stable/deepstack-gpu/1.0.1/CHANGELOG.md
deleted file mode 100644
index c9e2ab5b5f..0000000000
--- a/stable/deepstack-gpu/1.0.1/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [deepstack-gpu-1.0.1](https://github.com/truecharts/apps/compare/deepstack-gpu-1.0.0...deepstack-gpu-1.0.1) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/deepstack-gpu/1.0.1/Chart.lock b/stable/deepstack-gpu/1.0.1/Chart.lock
deleted file mode 100644
index ed9e525502..0000000000
--- a/stable/deepstack-gpu/1.0.1/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:35:12.312513199Z"
diff --git a/stable/deepstack-gpu/1.0.1/charts/common-8.3.10.tgz b/stable/deepstack-gpu/1.0.1/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/deepstack-gpu/1.0.1/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/deepstack-gpu/1.0.1/ix_values.yaml b/stable/deepstack-gpu/1.0.1/ix_values.yaml
deleted file mode 100644
index 92e0ccb58c..0000000000
--- a/stable/deepstack-gpu/1.0.1/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: deepquestai/deepstack
- pullPolicy: IfNotPresent
- tag: gpu-2021.09.1@sha256:e71f54392c9b1199f9142d7ffcd8f0c3a6e91fe69c02a44fd76f906dd88849cb
-
-envTpl:
- # Permissions Settings
- USER_ID: "{{ .Values.env.PUID }}"
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/deepstack-gpu/1.0.1/values.yaml b/stable/deepstack-gpu/1.0.1/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/deepstack-gpu/1.0.2/CHANGELOG.md b/stable/deepstack-gpu/1.0.2/CHANGELOG.md
new file mode 100644
index 0000000000..6fe37f14f8
--- /dev/null
+++ b/stable/deepstack-gpu/1.0.2/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [deepstack-gpu-1.0.2](https://github.com/truecharts/apps/compare/deepstack-gpu-1.0.1...deepstack-gpu-1.0.2) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/deepstack-gpu/1.0.1/CONFIG.md b/stable/deepstack-gpu/1.0.2/CONFIG.md
similarity index 100%
rename from stable/deepstack-gpu/1.0.1/CONFIG.md
rename to stable/deepstack-gpu/1.0.2/CONFIG.md
diff --git a/stable/deepstack-gpu/1.0.2/Chart.lock b/stable/deepstack-gpu/1.0.2/Chart.lock
new file mode 100644
index 0000000000..17d6c65914
--- /dev/null
+++ b/stable/deepstack-gpu/1.0.2/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:31:14.576194261Z"
diff --git a/stable/deepstack-gpu/1.0.1/Chart.yaml b/stable/deepstack-gpu/1.0.2/Chart.yaml
similarity index 96%
rename from stable/deepstack-gpu/1.0.1/Chart.yaml
rename to stable/deepstack-gpu/1.0.2/Chart.yaml
index 9d6ec72506..28861ae4fd 100644
--- a/stable/deepstack-gpu/1.0.1/Chart.yaml
+++ b/stable/deepstack-gpu/1.0.2/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "gpu"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: DeepStack AI provides AI features including Face Recognition, Object
Detection, Scene Recognition and custom AI Models
@@ -25,4 +25,4 @@ sources:
- https://hub.docker.com/r/deepquestai/deepstack
- https://www.deepstack.cc/
type: application
-version: 1.0.1
+version: 1.0.2
diff --git a/stable/deepstack-gpu/1.0.1/README.md b/stable/deepstack-gpu/1.0.2/README.md
similarity index 96%
rename from stable/deepstack-gpu/1.0.1/README.md
rename to stable/deepstack-gpu/1.0.2/README.md
index 5497c5d4b3..ec593be3be 100644
--- a/stable/deepstack-gpu/1.0.1/README.md
+++ b/stable/deepstack-gpu/1.0.2/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/deepstack-gpu/1.0.1/app-readme.md b/stable/deepstack-gpu/1.0.2/app-readme.md
similarity index 100%
rename from stable/deepstack-gpu/1.0.1/app-readme.md
rename to stable/deepstack-gpu/1.0.2/app-readme.md
diff --git a/stable/deepstack-gpu/1.0.2/charts/common-8.3.12.tgz b/stable/deepstack-gpu/1.0.2/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/deepstack-gpu/1.0.2/charts/common-8.3.12.tgz differ
diff --git a/stable/deepstack-gpu/1.0.1/helm-values.md b/stable/deepstack-gpu/1.0.2/helm-values.md
similarity index 100%
rename from stable/deepstack-gpu/1.0.1/helm-values.md
rename to stable/deepstack-gpu/1.0.2/helm-values.md
diff --git a/stable/deepstack-gpu/1.0.1/questions.yaml b/stable/deepstack-gpu/1.0.2/questions.yaml
similarity index 99%
rename from stable/deepstack-gpu/1.0.1/questions.yaml
rename to stable/deepstack-gpu/1.0.2/questions.yaml
index f4f13cb254..0384f1f7c0 100644
--- a/stable/deepstack-gpu/1.0.1/questions.yaml
+++ b/stable/deepstack-gpu/1.0.2/questions.yaml
@@ -601,6 +601,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/deepstack-gpu/1.0.1/templates/common.yaml b/stable/deepstack-gpu/1.0.2/templates/common.yaml
similarity index 100%
rename from stable/deepstack-gpu/1.0.1/templates/common.yaml
rename to stable/deepstack-gpu/1.0.2/templates/common.yaml
diff --git a/stable/deepstack-gpu/1.0.1/test_values.yaml b/stable/deepstack-gpu/1.0.2/values.yaml
similarity index 100%
rename from stable/deepstack-gpu/1.0.1/test_values.yaml
rename to stable/deepstack-gpu/1.0.2/values.yaml
diff --git a/stable/deluge/8.0.12/CHANGELOG.md b/stable/deluge/8.0.12/CHANGELOG.md
deleted file mode 100644
index 015bae1ee7..0000000000
--- a/stable/deluge/8.0.12/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [deluge-8.0.12](https://github.com/truecharts/apps/compare/deluge-8.0.11...deluge-8.0.12) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/deluge/8.0.12/Chart.lock b/stable/deluge/8.0.12/Chart.lock
deleted file mode 100644
index 2d5a9d0f37..0000000000
--- a/stable/deluge/8.0.12/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:35:26.77234856Z"
diff --git a/stable/deluge/8.0.12/charts/common-8.3.10.tgz b/stable/deluge/8.0.12/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/deluge/8.0.12/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/deluge/8.0.12/ix_values.yaml b/stable/deluge/8.0.12/ix_values.yaml
deleted file mode 100644
index 55d32cdac5..0000000000
--- a/stable/deluge/8.0.12/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/deluge
- pullPolicy: IfNotPresent
- tag: version-2.0.3-2201906121747ubuntu18.04.1@sha256:f94c291e6e56d337e2a460a58b022a49f5ce56f17d60a74e2431e3ff85040b19
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/deluge/8.0.12/values.yaml b/stable/deluge/8.0.12/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/deluge/8.0.13/CHANGELOG.md b/stable/deluge/8.0.13/CHANGELOG.md
new file mode 100644
index 0000000000..0b89a69b62
--- /dev/null
+++ b/stable/deluge/8.0.13/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [deluge-8.0.13](https://github.com/truecharts/apps/compare/deluge-8.0.12...deluge-8.0.13) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/deluge/8.0.12/CONFIG.md b/stable/deluge/8.0.13/CONFIG.md
similarity index 100%
rename from stable/deluge/8.0.12/CONFIG.md
rename to stable/deluge/8.0.13/CONFIG.md
diff --git a/stable/deluge/8.0.13/Chart.lock b/stable/deluge/8.0.13/Chart.lock
new file mode 100644
index 0000000000..ea1674a932
--- /dev/null
+++ b/stable/deluge/8.0.13/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:31:39.889234058Z"
diff --git a/stable/deluge/8.0.12/Chart.yaml b/stable/deluge/8.0.13/Chart.yaml
similarity index 94%
rename from stable/deluge/8.0.12/Chart.yaml
rename to stable/deluge/8.0.13/Chart.yaml
index 6e1ac48133..63ff905470 100644
--- a/stable/deluge/8.0.12/Chart.yaml
+++ b/stable/deluge/8.0.13/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.0.3"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Deluge App for TrueNAS SCALE
home: https://github.com/truecharts/apps/tree/master/charts/stable/deluge
@@ -21,4 +21,4 @@ name: deluge
sources:
- https://github.com/deluge-torrent/deluge
type: application
-version: 8.0.12
+version: 8.0.13
diff --git a/stable/deluge/8.0.12/README.md b/stable/deluge/8.0.13/README.md
similarity index 96%
rename from stable/deluge/8.0.12/README.md
rename to stable/deluge/8.0.13/README.md
index c30d04d045..d5d1db37e0 100644
--- a/stable/deluge/8.0.12/README.md
+++ b/stable/deluge/8.0.13/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/deluge/8.0.12/app-readme.md b/stable/deluge/8.0.13/app-readme.md
similarity index 100%
rename from stable/deluge/8.0.12/app-readme.md
rename to stable/deluge/8.0.13/app-readme.md
diff --git a/stable/deluge/8.0.13/charts/common-8.3.12.tgz b/stable/deluge/8.0.13/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/deluge/8.0.13/charts/common-8.3.12.tgz differ
diff --git a/stable/deluge/8.0.12/helm-values.md b/stable/deluge/8.0.13/helm-values.md
similarity index 100%
rename from stable/deluge/8.0.12/helm-values.md
rename to stable/deluge/8.0.13/helm-values.md
diff --git a/stable/deluge/8.0.12/questions.yaml b/stable/deluge/8.0.13/questions.yaml
similarity index 100%
rename from stable/deluge/8.0.12/questions.yaml
rename to stable/deluge/8.0.13/questions.yaml
diff --git a/stable/deluge/8.0.12/templates/common.yaml b/stable/deluge/8.0.13/templates/common.yaml
similarity index 100%
rename from stable/deluge/8.0.12/templates/common.yaml
rename to stable/deluge/8.0.13/templates/common.yaml
diff --git a/stable/deluge/8.0.12/test_values.yaml b/stable/deluge/8.0.13/values.yaml
similarity index 100%
rename from stable/deluge/8.0.12/test_values.yaml
rename to stable/deluge/8.0.13/values.yaml
diff --git a/stable/dizquetv/3.0.10/CHANGELOG.md b/stable/dizquetv/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..45954650f4
--- /dev/null
+++ b/stable/dizquetv/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [dizquetv-3.0.10](https://github.com/truecharts/apps/compare/dizquetv-3.0.9...dizquetv-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/dizquetv/3.0.9/CONFIG.md b/stable/dizquetv/3.0.10/CONFIG.md
similarity index 100%
rename from stable/dizquetv/3.0.9/CONFIG.md
rename to stable/dizquetv/3.0.10/CONFIG.md
diff --git a/stable/dizquetv/3.0.10/Chart.lock b/stable/dizquetv/3.0.10/Chart.lock
new file mode 100644
index 0000000000..a125eee59a
--- /dev/null
+++ b/stable/dizquetv/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:32:04.427588555Z"
diff --git a/stable/dizquetv/3.0.9/Chart.yaml b/stable/dizquetv/3.0.10/Chart.yaml
similarity index 94%
rename from stable/dizquetv/3.0.9/Chart.yaml
rename to stable/dizquetv/3.0.10/Chart.yaml
index 6723c45859..36d5c28937 100644
--- a/stable/dizquetv/3.0.9/Chart.yaml
+++ b/stable/dizquetv/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.5.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Create live TV channel streams from media on your Plex servers.
home: https://github.com/truechartsapps/tree/master/charts/stable/dizquetv
icon: https://github.com/vexorian/dizquetv/raw/main/resources/dizquetv.png?raw=true
@@ -19,4 +19,4 @@ name: dizquetv
sources:
- https://github.com/vexorian/dizquetv
- https://hub.docker.com/r/vexorian/dizquetv
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/dizquetv/3.0.9/README.md b/stable/dizquetv/3.0.10/README.md
similarity index 96%
rename from stable/dizquetv/3.0.9/README.md
rename to stable/dizquetv/3.0.10/README.md
index e98aacaf89..7427a74293 100644
--- a/stable/dizquetv/3.0.9/README.md
+++ b/stable/dizquetv/3.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/dizquetv/3.0.9/app-readme.md b/stable/dizquetv/3.0.10/app-readme.md
similarity index 100%
rename from stable/dizquetv/3.0.9/app-readme.md
rename to stable/dizquetv/3.0.10/app-readme.md
diff --git a/stable/dizquetv/3.0.10/charts/common-8.3.12.tgz b/stable/dizquetv/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/dizquetv/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/dizquetv/3.0.9/helm-values.md b/stable/dizquetv/3.0.10/helm-values.md
similarity index 100%
rename from stable/dizquetv/3.0.9/helm-values.md
rename to stable/dizquetv/3.0.10/helm-values.md
diff --git a/stable/dizquetv/3.0.9/questions.yaml b/stable/dizquetv/3.0.10/questions.yaml
similarity index 99%
rename from stable/dizquetv/3.0.9/questions.yaml
rename to stable/dizquetv/3.0.10/questions.yaml
index ccb9f7bf75..ff6d0a8015 100644
--- a/stable/dizquetv/3.0.9/questions.yaml
+++ b/stable/dizquetv/3.0.10/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/dizquetv/3.0.9/templates/common.yaml b/stable/dizquetv/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/dizquetv/3.0.9/templates/common.yaml
rename to stable/dizquetv/3.0.10/templates/common.yaml
diff --git a/stable/dizquetv/3.0.9/test_values.yaml b/stable/dizquetv/3.0.10/values.yaml
similarity index 100%
rename from stable/dizquetv/3.0.9/test_values.yaml
rename to stable/dizquetv/3.0.10/values.yaml
diff --git a/stable/dizquetv/3.0.9/CHANGELOG.md b/stable/dizquetv/3.0.9/CHANGELOG.md
deleted file mode 100644
index c6c67a5ba8..0000000000
--- a/stable/dizquetv/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [dizquetv-3.0.9](https://github.com/truecharts/apps/compare/dizquetv-3.0.8...dizquetv-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/dizquetv/3.0.9/Chart.lock b/stable/dizquetv/3.0.9/Chart.lock
deleted file mode 100644
index 201a37262f..0000000000
--- a/stable/dizquetv/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:35:41.220072863Z"
diff --git a/stable/dizquetv/3.0.9/charts/common-8.3.10.tgz b/stable/dizquetv/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/dizquetv/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/dizquetv/3.0.9/ix_values.yaml b/stable/dizquetv/3.0.9/ix_values.yaml
deleted file mode 100644
index 41eb023960..0000000000
--- a/stable/dizquetv/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/dizquetv
- pullPolicy: IfNotPresent
- tag: v1.5.0@sha256:e7fab135e5048700be9635208c5500b830ceddb7fa0b0f9fffd2fcaa645a8374
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/dizquetv/3.0.9/values.yaml b/stable/dizquetv/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/duplicati/3.0.11/CHANGELOG.md b/stable/duplicati/3.0.11/CHANGELOG.md
deleted file mode 100644
index 051815f305..0000000000
--- a/stable/duplicati/3.0.11/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [duplicati-3.0.11](https://github.com/truecharts/apps/compare/duplicati-3.0.10...duplicati-3.0.11) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/duplicati/3.0.11/Chart.lock b/stable/duplicati/3.0.11/Chart.lock
deleted file mode 100644
index ecbaeac2cf..0000000000
--- a/stable/duplicati/3.0.11/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:35:55.893312914Z"
diff --git a/stable/duplicati/3.0.11/charts/common-8.3.10.tgz b/stable/duplicati/3.0.11/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/duplicati/3.0.11/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/duplicati/3.0.11/ix_values.yaml b/stable/duplicati/3.0.11/ix_values.yaml
deleted file mode 100644
index 1d0370cca6..0000000000
--- a/stable/duplicati/3.0.11/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/duplicati
- pullPolicy: IfNotPresent
- tag: latest@sha256:524542a5b61a63db0985944a1618fd37c026b18dd6f8d0d61b670123dad7481e
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/duplicati/3.0.11/values.yaml b/stable/duplicati/3.0.11/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/duplicati/3.0.12/CHANGELOG.md b/stable/duplicati/3.0.12/CHANGELOG.md
new file mode 100644
index 0000000000..dd37ed82ef
--- /dev/null
+++ b/stable/duplicati/3.0.12/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [duplicati-3.0.12](https://github.com/truecharts/apps/compare/duplicati-3.0.11...duplicati-3.0.12) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/duplicati/3.0.11/CONFIG.md b/stable/duplicati/3.0.12/CONFIG.md
similarity index 100%
rename from stable/duplicati/3.0.11/CONFIG.md
rename to stable/duplicati/3.0.12/CONFIG.md
diff --git a/stable/duplicati/3.0.12/Chart.lock b/stable/duplicati/3.0.12/Chart.lock
new file mode 100644
index 0000000000..1993cd5553
--- /dev/null
+++ b/stable/duplicati/3.0.12/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:32:29.518120302Z"
diff --git a/stable/duplicati/3.0.11/Chart.yaml b/stable/duplicati/3.0.12/Chart.yaml
similarity index 94%
rename from stable/duplicati/3.0.11/Chart.yaml
rename to stable/duplicati/3.0.12/Chart.yaml
index 81a6f50a0c..c5eb360757 100644
--- a/stable/duplicati/3.0.11/Chart.yaml
+++ b/stable/duplicati/3.0.12/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Store securely encrypted backups on cloud storage services!
home: https://github.com/truechartsapps/tree/master/charts/stable/duplicati
icon: https://avatars.githubusercontent.com/u/8270231?s=200&v=4
@@ -18,4 +18,4 @@ name: duplicati
sources:
- https://hub.docker.com/r/linuxserver/duplicati/
- https://github.com/duplicati/duplicati
-version: 3.0.11
+version: 3.0.12
diff --git a/stable/duplicati/3.0.11/README.md b/stable/duplicati/3.0.12/README.md
similarity index 96%
rename from stable/duplicati/3.0.11/README.md
rename to stable/duplicati/3.0.12/README.md
index eb0a8aca7e..79216621b8 100644
--- a/stable/duplicati/3.0.11/README.md
+++ b/stable/duplicati/3.0.12/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/duplicati/3.0.11/app-readme.md b/stable/duplicati/3.0.12/app-readme.md
similarity index 100%
rename from stable/duplicati/3.0.11/app-readme.md
rename to stable/duplicati/3.0.12/app-readme.md
diff --git a/stable/duplicati/3.0.12/charts/common-8.3.12.tgz b/stable/duplicati/3.0.12/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/duplicati/3.0.12/charts/common-8.3.12.tgz differ
diff --git a/stable/duplicati/3.0.11/helm-values.md b/stable/duplicati/3.0.12/helm-values.md
similarity index 100%
rename from stable/duplicati/3.0.11/helm-values.md
rename to stable/duplicati/3.0.12/helm-values.md
diff --git a/stable/duplicati/3.0.11/questions.yaml b/stable/duplicati/3.0.12/questions.yaml
similarity index 99%
rename from stable/duplicati/3.0.11/questions.yaml
rename to stable/duplicati/3.0.12/questions.yaml
index 076ad00ca9..19d10d2702 100644
--- a/stable/duplicati/3.0.11/questions.yaml
+++ b/stable/duplicati/3.0.12/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/duplicati/3.0.11/templates/common.yaml b/stable/duplicati/3.0.12/templates/common.yaml
similarity index 100%
rename from stable/duplicati/3.0.11/templates/common.yaml
rename to stable/duplicati/3.0.12/templates/common.yaml
diff --git a/stable/duplicati/3.0.11/test_values.yaml b/stable/duplicati/3.0.12/values.yaml
similarity index 100%
rename from stable/duplicati/3.0.11/test_values.yaml
rename to stable/duplicati/3.0.12/values.yaml
diff --git a/stable/emby/8.0.8/CHANGELOG.md b/stable/emby/8.0.8/CHANGELOG.md
deleted file mode 100644
index 1b0e15829e..0000000000
--- a/stable/emby/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [emby-8.0.8](https://github.com/truecharts/apps/compare/emby-8.0.7...emby-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/emby/8.0.8/Chart.lock b/stable/emby/8.0.8/Chart.lock
deleted file mode 100644
index 1736f76564..0000000000
--- a/stable/emby/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:36:10.832737175Z"
diff --git a/stable/emby/8.0.8/charts/common-8.3.10.tgz b/stable/emby/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/emby/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/emby/8.0.8/ix_values.yaml b/stable/emby/8.0.8/ix_values.yaml
deleted file mode 100644
index dc61a34bb2..0000000000
--- a/stable/emby/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/emby
- pullPolicy: IfNotPresent
- tag: v4.6.4.0@sha256:3921a37cfd43abbc5be6fd6a2141488573c64f70d628b4a4731415713cbb12cd
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/emby/8.0.8/values.yaml b/stable/emby/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/emby/8.0.9/CHANGELOG.md b/stable/emby/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..dfb3771934
--- /dev/null
+++ b/stable/emby/8.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [emby-8.0.9](https://github.com/truecharts/apps/compare/emby-8.0.8...emby-8.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/emby/8.0.8/CONFIG.md b/stable/emby/8.0.9/CONFIG.md
similarity index 100%
rename from stable/emby/8.0.8/CONFIG.md
rename to stable/emby/8.0.9/CONFIG.md
diff --git a/stable/emby/8.0.9/Chart.lock b/stable/emby/8.0.9/Chart.lock
new file mode 100644
index 0000000000..349511222d
--- /dev/null
+++ b/stable/emby/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:32:54.074080486Z"
diff --git a/stable/emby/8.0.8/Chart.yaml b/stable/emby/8.0.9/Chart.yaml
similarity index 95%
rename from stable/emby/8.0.8/Chart.yaml
rename to stable/emby/8.0.9/Chart.yaml
index ebbe671493..5b5131396a 100644
--- a/stable/emby/8.0.8/Chart.yaml
+++ b/stable/emby/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "4.6.4.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Emby Server is a home media server
home: https://github.com/truecharts/apps/master/stable/emby
@@ -25,4 +25,4 @@ sources:
- https://hub.docker.com/r/linuxserver/emby
- https://github.com/linuxserver/docker-emby.git
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/emby/8.0.8/README.md b/stable/emby/8.0.9/README.md
similarity index 96%
rename from stable/emby/8.0.8/README.md
rename to stable/emby/8.0.9/README.md
index 635d2dccd9..ffa9a64dd3 100644
--- a/stable/emby/8.0.8/README.md
+++ b/stable/emby/8.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/emby/8.0.8/app-readme.md b/stable/emby/8.0.9/app-readme.md
similarity index 100%
rename from stable/emby/8.0.8/app-readme.md
rename to stable/emby/8.0.9/app-readme.md
diff --git a/stable/emby/8.0.9/charts/common-8.3.12.tgz b/stable/emby/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/emby/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/emby/8.0.8/helm-values.md b/stable/emby/8.0.9/helm-values.md
similarity index 100%
rename from stable/emby/8.0.8/helm-values.md
rename to stable/emby/8.0.9/helm-values.md
diff --git a/stable/emby/8.0.8/questions.yaml b/stable/emby/8.0.9/questions.yaml
similarity index 99%
rename from stable/emby/8.0.8/questions.yaml
rename to stable/emby/8.0.9/questions.yaml
index 477277c22e..b6008de3df 100644
--- a/stable/emby/8.0.8/questions.yaml
+++ b/stable/emby/8.0.9/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/emby/8.0.8/templates/common.yaml b/stable/emby/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/emby/8.0.8/templates/common.yaml
rename to stable/emby/8.0.9/templates/common.yaml
diff --git a/stable/emby/8.0.8/test_values.yaml b/stable/emby/8.0.9/values.yaml
similarity index 100%
rename from stable/emby/8.0.8/test_values.yaml
rename to stable/emby/8.0.9/values.yaml
diff --git a/stable/esphome/8.0.10/CHANGELOG.md b/stable/esphome/8.0.10/CHANGELOG.md
deleted file mode 100644
index 754f77ecd2..0000000000
--- a/stable/esphome/8.0.10/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [esphome-8.0.10](https://github.com/truecharts/apps/compare/esphome-8.0.9...esphome-8.0.10) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/esphome/8.0.10/Chart.lock b/stable/esphome/8.0.10/Chart.lock
deleted file mode 100644
index 27d65cfdb6..0000000000
--- a/stable/esphome/8.0.10/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:36:25.965221149Z"
diff --git a/stable/esphome/8.0.10/charts/common-8.3.10.tgz b/stable/esphome/8.0.10/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/esphome/8.0.10/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/esphome/8.0.10/ix_values.yaml b/stable/esphome/8.0.10/ix_values.yaml
deleted file mode 100644
index 885fa57cae..0000000000
--- a/stable/esphome/8.0.10/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/esphome
- pullPolicy: IfNotPresent
- tag: v2021.9.3@sha256:7d16aedcf7769a838af92a9cbd84628dff3a8120ca07974c96addc0190a68a0a
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/esphome/8.0.10/values.yaml b/stable/esphome/8.0.10/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/esphome/8.0.11/CHANGELOG.md b/stable/esphome/8.0.11/CHANGELOG.md
new file mode 100644
index 0000000000..030323f800
--- /dev/null
+++ b/stable/esphome/8.0.11/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [esphome-8.0.11](https://github.com/truecharts/apps/compare/esphome-8.0.10...esphome-8.0.11) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/esphome/8.0.10/CONFIG.md b/stable/esphome/8.0.11/CONFIG.md
similarity index 100%
rename from stable/esphome/8.0.10/CONFIG.md
rename to stable/esphome/8.0.11/CONFIG.md
diff --git a/stable/esphome/8.0.11/Chart.lock b/stable/esphome/8.0.11/Chart.lock
new file mode 100644
index 0000000000..473f727d75
--- /dev/null
+++ b/stable/esphome/8.0.11/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:33:29.756160945Z"
diff --git a/stable/esphome/8.0.10/Chart.yaml b/stable/esphome/8.0.11/Chart.yaml
similarity index 95%
rename from stable/esphome/8.0.10/Chart.yaml
rename to stable/esphome/8.0.11/Chart.yaml
index be8ef8a4a6..c04ae6d445 100644
--- a/stable/esphome/8.0.10/Chart.yaml
+++ b/stable/esphome/8.0.11/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2021.9.3"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful
configuration files and control them remotely through Home Automation systems.
@@ -24,4 +24,4 @@ sources:
- https://github.com/esphome/esphome
- https://hub.docker.com/u/esphome
type: application
-version: 8.0.10
+version: 8.0.11
diff --git a/stable/esphome/8.0.10/README.md b/stable/esphome/8.0.11/README.md
similarity index 96%
rename from stable/esphome/8.0.10/README.md
rename to stable/esphome/8.0.11/README.md
index 35e6e6f8a3..e71755ce94 100644
--- a/stable/esphome/8.0.10/README.md
+++ b/stable/esphome/8.0.11/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/esphome/8.0.10/app-readme.md b/stable/esphome/8.0.11/app-readme.md
similarity index 100%
rename from stable/esphome/8.0.10/app-readme.md
rename to stable/esphome/8.0.11/app-readme.md
diff --git a/stable/esphome/8.0.11/charts/common-8.3.12.tgz b/stable/esphome/8.0.11/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/esphome/8.0.11/charts/common-8.3.12.tgz differ
diff --git a/stable/esphome/8.0.10/helm-values.md b/stable/esphome/8.0.11/helm-values.md
similarity index 100%
rename from stable/esphome/8.0.10/helm-values.md
rename to stable/esphome/8.0.11/helm-values.md
diff --git a/stable/esphome/8.0.10/questions.yaml b/stable/esphome/8.0.11/questions.yaml
similarity index 99%
rename from stable/esphome/8.0.10/questions.yaml
rename to stable/esphome/8.0.11/questions.yaml
index 91b7bd241f..e33e05941e 100644
--- a/stable/esphome/8.0.10/questions.yaml
+++ b/stable/esphome/8.0.11/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/esphome/8.0.10/templates/common.yaml b/stable/esphome/8.0.11/templates/common.yaml
similarity index 100%
rename from stable/esphome/8.0.10/templates/common.yaml
rename to stable/esphome/8.0.11/templates/common.yaml
diff --git a/stable/esphome/8.0.10/test_values.yaml b/stable/esphome/8.0.11/values.yaml
similarity index 100%
rename from stable/esphome/8.0.10/test_values.yaml
rename to stable/esphome/8.0.11/values.yaml
diff --git a/stable/external-service/3.0.8/CHANGELOG.md b/stable/external-service/3.0.8/CHANGELOG.md
deleted file mode 100644
index 639c66351d..0000000000
--- a/stable/external-service/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [external-service-3.0.8](https://github.com/truecharts/apps/compare/external-service-3.0.7...external-service-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/stable/external-service/3.0.8/Chart.lock b/stable/external-service/3.0.8/Chart.lock
deleted file mode 100644
index 5e45bfe67b..0000000000
--- a/stable/external-service/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:36:40.960518293Z"
diff --git a/stable/external-service/3.0.8/charts/common-8.3.10.tgz b/stable/external-service/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/external-service/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/external-service/3.0.8/ix_values.yaml b/stable/external-service/3.0.8/ix_values.yaml
deleted file mode 100644
index c624e04171..0000000000
--- a/stable/external-service/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-# Fake external service image
-image:
- repository: ghcr.io/truecharts/bs
- pullPolicy: IfNotPresent
- tag: v0.66.6@sha256:666
-
-# Disable Deployment
-controller:
- enabled: false
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/external-service/3.0.8/values.yaml b/stable/external-service/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/external-service/3.0.9/CHANGELOG.md b/stable/external-service/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..c6f62d1029
--- /dev/null
+++ b/stable/external-service/3.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [external-service-3.0.9](https://github.com/truecharts/apps/compare/external-service-3.0.8...external-service-3.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/external-service/3.0.8/CONFIG.md b/stable/external-service/3.0.9/CONFIG.md
similarity index 100%
rename from stable/external-service/3.0.8/CONFIG.md
rename to stable/external-service/3.0.9/CONFIG.md
diff --git a/stable/external-service/3.0.9/Chart.lock b/stable/external-service/3.0.9/Chart.lock
new file mode 100644
index 0000000000..13e6a6eec1
--- /dev/null
+++ b/stable/external-service/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:33:54.715692802Z"
diff --git a/stable/external-service/3.0.8/Chart.yaml b/stable/external-service/3.0.9/Chart.yaml
similarity index 95%
rename from stable/external-service/3.0.8/Chart.yaml
rename to stable/external-service/3.0.9/Chart.yaml
index a316c07267..dd094adee0 100644
--- a/stable/external-service/3.0.8/Chart.yaml
+++ b/stable/external-service/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.66.6"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Allow external services to be used like Apps.
home: https://github.com/truecharts/apps/tree/master/charts/stable/external-service
@@ -23,4 +23,4 @@ name: external-service
sources:
- https://github.com/truecharts/apps/tree/master/charts/stable/external-service
type: application
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/external-service/3.0.8/README.md b/stable/external-service/3.0.9/README.md
similarity index 96%
rename from stable/external-service/3.0.8/README.md
rename to stable/external-service/3.0.9/README.md
index 5e83161e34..54061757b3 100644
--- a/stable/external-service/3.0.8/README.md
+++ b/stable/external-service/3.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/external-service/3.0.8/app-readme.md b/stable/external-service/3.0.9/app-readme.md
similarity index 100%
rename from stable/external-service/3.0.8/app-readme.md
rename to stable/external-service/3.0.9/app-readme.md
diff --git a/stable/external-service/3.0.9/charts/common-8.3.12.tgz b/stable/external-service/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/external-service/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/external-service/3.0.8/helm-values.md b/stable/external-service/3.0.9/helm-values.md
similarity index 100%
rename from stable/external-service/3.0.8/helm-values.md
rename to stable/external-service/3.0.9/helm-values.md
diff --git a/stable/external-service/3.0.8/questions.yaml b/stable/external-service/3.0.9/questions.yaml
similarity index 100%
rename from stable/external-service/3.0.8/questions.yaml
rename to stable/external-service/3.0.9/questions.yaml
diff --git a/stable/external-service/3.0.8/templates/common.yaml b/stable/external-service/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/external-service/3.0.8/templates/common.yaml
rename to stable/external-service/3.0.9/templates/common.yaml
diff --git a/stable/external-service/3.0.8/test_values.yaml b/stable/external-service/3.0.9/values.yaml
similarity index 100%
rename from stable/external-service/3.0.8/test_values.yaml
rename to stable/external-service/3.0.9/values.yaml
diff --git a/stable/fireflyiii/9.0.17/CHANGELOG.md b/stable/fireflyiii/9.0.17/CHANGELOG.md
deleted file mode 100644
index 65eb6605d5..0000000000
--- a/stable/fireflyiii/9.0.17/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [fireflyiii-9.0.17](https://github.com/truecharts/apps/compare/fireflyiii-9.0.16...fireflyiii-9.0.17) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/fireflyiii/9.0.17/Chart.lock b/stable/fireflyiii/9.0.17/Chart.lock
deleted file mode 100644
index 0c5e9152ba..0000000000
--- a/stable/fireflyiii/9.0.17/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.16
-digest: sha256:5e1597affe67b70ac638fd3085d11b6de39a5bed59b3710bde5193bb2376e286
-generated: "2021-10-17T18:36:57.066853918Z"
diff --git a/stable/fireflyiii/9.0.17/charts/common-8.3.10.tgz b/stable/fireflyiii/9.0.17/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/fireflyiii/9.0.17/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/fireflyiii/9.0.17/charts/postgresql-3.0.16.tgz b/stable/fireflyiii/9.0.17/charts/postgresql-3.0.16.tgz
deleted file mode 100644
index a6bcd7d61c..0000000000
Binary files a/stable/fireflyiii/9.0.17/charts/postgresql-3.0.16.tgz and /dev/null differ
diff --git a/stable/fireflyiii/9.0.17/ix_values.yaml b/stable/fireflyiii/9.0.17/ix_values.yaml
deleted file mode 100644
index 83a0a486e1..0000000000
--- a/stable/fireflyiii/9.0.17/ix_values.yaml
+++ /dev/null
@@ -1,54 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: fireflyiii/core
- pullPolicy: IfNotPresent
- tag: version-5.5.12@sha256:9a1f87a8ad38694675390756be9686fe9d8ba941fe1f145641626135c7eb5e4b
-
-probes:
- liveness:
- path: "/login"
-
- readiness:
- path: "/login"
-
- startup:
- path: "/login"
-
-env:
- DB_USERNAME: fireflyiii
- DB_DATABASE: fireflyiii
- DB_CONNECTION: pgsql
- DB_PORT: 5432
-
-envValueFrom:
- DB_HOST:
- secretKeyRef:
- name: dbcreds
- key: plainhost
- DB_PASSWORD:
- secretKeyRef:
- name: dbcreds
- key: postgresql-password
-
-# Enabled postgres
-postgresql:
- enabled: true
- existingSecret: "dbcreds"
- postgresqlUsername: fireflyiii
- postgresqlDatabase: fireflyiii
- persistence:
- db:
- storageClass: "SCALE-ZFS"
- dbbackups:
- storageClass: "SCALE-ZFS"
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/fireflyiii/9.0.17/values.yaml b/stable/fireflyiii/9.0.17/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/fireflyiii/9.0.18/CHANGELOG.md b/stable/fireflyiii/9.0.18/CHANGELOG.md
new file mode 100644
index 0000000000..f06898d588
--- /dev/null
+++ b/stable/fireflyiii/9.0.18/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [fireflyiii-9.0.18](https://github.com/truecharts/apps/compare/fireflyiii-9.0.17...fireflyiii-9.0.18) (2021-10-18)
+
+#### Fix
+
+* Change default permissions ([#1170](https://github.com/truecharts/apps/issues/1170))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/fireflyiii/9.0.17/CONFIG.md b/stable/fireflyiii/9.0.18/CONFIG.md
similarity index 100%
rename from stable/fireflyiii/9.0.17/CONFIG.md
rename to stable/fireflyiii/9.0.18/CONFIG.md
diff --git a/stable/fireflyiii/9.0.18/Chart.lock b/stable/fireflyiii/9.0.18/Chart.lock
new file mode 100644
index 0000000000..ea914e67d7
--- /dev/null
+++ b/stable/fireflyiii/9.0.18/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.18
+digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
+generated: "2021-10-18T21:34:21.428738213Z"
diff --git a/stable/fireflyiii/9.0.17/Chart.yaml b/stable/fireflyiii/9.0.18/Chart.yaml
similarity index 93%
rename from stable/fireflyiii/9.0.17/Chart.yaml
rename to stable/fireflyiii/9.0.18/Chart.yaml
index e76f7f778a..0e8c392a23 100644
--- a/stable/fireflyiii/9.0.17/Chart.yaml
+++ b/stable/fireflyiii/9.0.18/Chart.yaml
@@ -3,11 +3,11 @@ appVersion: "5.5.12"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.16
+ version: 3.0.18
deprecated: false
description: A free and open source personal finance manager
home: https://github.com/firefly-iii/firefly-iii/
@@ -27,4 +27,4 @@ name: fireflyiii
sources:
- https://github.com/firefly-iii/firefly-iii/
type: application
-version: 9.0.17
+version: 9.0.18
diff --git a/stable/fireflyiii/9.0.17/README.md b/stable/fireflyiii/9.0.18/README.md
similarity index 92%
rename from stable/fireflyiii/9.0.17/README.md
rename to stable/fireflyiii/9.0.18/README.md
index bcf97fef3c..214b0abfdf 100644
--- a/stable/fireflyiii/9.0.17/README.md
+++ b/stable/fireflyiii/9.0.18/README.md
@@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.16 |
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/fireflyiii/9.0.17/app-readme.md b/stable/fireflyiii/9.0.18/app-readme.md
similarity index 100%
rename from stable/fireflyiii/9.0.17/app-readme.md
rename to stable/fireflyiii/9.0.18/app-readme.md
diff --git a/stable/fireflyiii/9.0.18/charts/common-8.3.12.tgz b/stable/fireflyiii/9.0.18/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/fireflyiii/9.0.18/charts/common-8.3.12.tgz differ
diff --git a/stable/fireflyiii/9.0.18/charts/postgresql-3.0.18.tgz b/stable/fireflyiii/9.0.18/charts/postgresql-3.0.18.tgz
new file mode 100644
index 0000000000..7f4a2a7284
Binary files /dev/null and b/stable/fireflyiii/9.0.18/charts/postgresql-3.0.18.tgz differ
diff --git a/stable/fireflyiii/9.0.17/helm-values.md b/stable/fireflyiii/9.0.18/helm-values.md
similarity index 93%
rename from stable/fireflyiii/9.0.17/helm-values.md
rename to stable/fireflyiii/9.0.18/helm-values.md
index 03de13ebbe..cfb1ebf9b6 100644
--- a/stable/fireflyiii/9.0.17/helm-values.md
+++ b/stable/fireflyiii/9.0.18/helm-values.md
@@ -28,6 +28,8 @@ You will, however, be able to use all values referenced in the common chart here
| persistence.data.mountPath | string | `"/var/www/html/storage/upload"` | |
| persistence.data.size | string | `"100Gi"` | |
| persistence.data.type | string | `"pvc"` | |
+| podSecurityContext.runAsGroup | int | `0` | |
+| podSecurityContext.runAsUser | int | `0` | |
| postgresql.enabled | bool | `true` | |
| postgresql.existingSecret | string | `"dbcreds"` | |
| postgresql.postgresqlDatabase | string | `"firefly"` | |
@@ -36,6 +38,7 @@ You will, however, be able to use all values referenced in the common chart here
| probes.readiness.path | string | `"/login"` | |
| probes.startup.path | string | `"/login"` | |
| securityContext.readOnlyRootFilesystem | bool | `false` | |
+| securityContext.runAsNonRoot | bool | `false` | |
| service.main.ports.main.port | int | `8080` | |
All Rights Reserved - The TrueCharts Project
diff --git a/stable/fireflyiii/9.0.17/questions.yaml b/stable/fireflyiii/9.0.18/questions.yaml
similarity index 99%
rename from stable/fireflyiii/9.0.17/questions.yaml
rename to stable/fireflyiii/9.0.18/questions.yaml
index 1f3f6de4cc..df2906141c 100644
--- a/stable/fireflyiii/9.0.17/questions.yaml
+++ b/stable/fireflyiii/9.0.18/questions.yaml
@@ -1193,7 +1193,7 @@ questions:
label: "runAsNonRoot"
schema:
type: boolean
- default: true
+ default: false
- variable: podSecurityContext
group: "Security and Permissions"
@@ -1206,13 +1206,13 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
- default: 568
+ default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
schema:
type: int
- default: 568
+ default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
diff --git a/stable/fireflyiii/9.0.17/templates/common.yaml b/stable/fireflyiii/9.0.18/templates/common.yaml
similarity index 100%
rename from stable/fireflyiii/9.0.17/templates/common.yaml
rename to stable/fireflyiii/9.0.18/templates/common.yaml
diff --git a/stable/fireflyiii/9.0.17/test_values.yaml b/stable/fireflyiii/9.0.18/values.yaml
similarity index 93%
rename from stable/fireflyiii/9.0.17/test_values.yaml
rename to stable/fireflyiii/9.0.18/values.yaml
index fe12d8a9a6..a75f092825 100644
--- a/stable/fireflyiii/9.0.17/test_values.yaml
+++ b/stable/fireflyiii/9.0.18/values.yaml
@@ -7,6 +7,11 @@ image:
securityContext:
readOnlyRootFilesystem: false
+ runAsNonRoot: false
+
+podSecurityContext:
+ runAsUser: 0
+ runAsGroup: 0
service:
main:
diff --git a/stable/flaresolverr/3.0.8/CHANGELOG.md b/stable/flaresolverr/3.0.8/CHANGELOG.md
deleted file mode 100644
index b1c339c247..0000000000
--- a/stable/flaresolverr/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [flaresolverr-3.0.8](https://github.com/truecharts/apps/compare/flaresolverr-3.0.7...flaresolverr-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/flaresolverr/3.0.8/Chart.lock b/stable/flaresolverr/3.0.8/Chart.lock
deleted file mode 100644
index 8b2cef7a5e..0000000000
--- a/stable/flaresolverr/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:37:15.745615504Z"
diff --git a/stable/flaresolverr/3.0.8/charts/common-8.3.10.tgz b/stable/flaresolverr/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/flaresolverr/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/flaresolverr/3.0.8/ix_values.yaml b/stable/flaresolverr/3.0.8/ix_values.yaml
deleted file mode 100644
index 43297404dc..0000000000
--- a/stable/flaresolverr/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/flaresolverr/flaresolverr
- pullPolicy: IfNotPresent
- tag: v1.2.9@sha256:6f93f3359a8b2cbd268286ce460ff5ffa79a6f1d8c19097ed49097fbfab6a786
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/flaresolverr/3.0.8/values.yaml b/stable/flaresolverr/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/flaresolverr/3.0.9/CHANGELOG.md b/stable/flaresolverr/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..049fd8b478
--- /dev/null
+++ b/stable/flaresolverr/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [flaresolverr-3.0.9](https://github.com/truecharts/apps/compare/flaresolverr-3.0.8...flaresolverr-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/flaresolverr/3.0.8/CONFIG.md b/stable/flaresolverr/3.0.9/CONFIG.md
similarity index 100%
rename from stable/flaresolverr/3.0.8/CONFIG.md
rename to stable/flaresolverr/3.0.9/CONFIG.md
diff --git a/stable/flaresolverr/3.0.9/Chart.lock b/stable/flaresolverr/3.0.9/Chart.lock
new file mode 100644
index 0000000000..350a03ad09
--- /dev/null
+++ b/stable/flaresolverr/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:34:53.657036717Z"
diff --git a/stable/flaresolverr/3.0.8/Chart.yaml b/stable/flaresolverr/3.0.9/Chart.yaml
similarity index 95%
rename from stable/flaresolverr/3.0.8/Chart.yaml
rename to stable/flaresolverr/3.0.9/Chart.yaml
index 6e8cdee1f1..3cd503cb75 100644
--- a/stable/flaresolverr/3.0.8/Chart.yaml
+++ b/stable/flaresolverr/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.2.9"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: FlareSolverr is a proxy server to bypass Cloudflare protection
home: https://github.com/truechartsapps/tree/master/charts/stable/flaresolverr
icon: https://raw.githubusercontent.com/FlareSolverr/FlareSolverr/master/resources/flaresolverr_logo.svg
@@ -19,4 +19,4 @@ name: flaresolverr
sources:
- https://github.com/FlareSolverr/FlareSolverr
- https://hub.docker.com/r/flaresolverr/flaresolverr
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/flaresolverr/3.0.8/README.md b/stable/flaresolverr/3.0.9/README.md
similarity index 96%
rename from stable/flaresolverr/3.0.8/README.md
rename to stable/flaresolverr/3.0.9/README.md
index 9a739c766a..e218b2afe9 100644
--- a/stable/flaresolverr/3.0.8/README.md
+++ b/stable/flaresolverr/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/flaresolverr/3.0.8/app-readme.md b/stable/flaresolverr/3.0.9/app-readme.md
similarity index 100%
rename from stable/flaresolverr/3.0.8/app-readme.md
rename to stable/flaresolverr/3.0.9/app-readme.md
diff --git a/stable/flaresolverr/3.0.9/charts/common-8.3.12.tgz b/stable/flaresolverr/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/flaresolverr/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/flaresolverr/3.0.8/helm-values.md b/stable/flaresolverr/3.0.9/helm-values.md
similarity index 100%
rename from stable/flaresolverr/3.0.8/helm-values.md
rename to stable/flaresolverr/3.0.9/helm-values.md
diff --git a/stable/flaresolverr/3.0.8/questions.yaml b/stable/flaresolverr/3.0.9/questions.yaml
similarity index 99%
rename from stable/flaresolverr/3.0.8/questions.yaml
rename to stable/flaresolverr/3.0.9/questions.yaml
index 2226deaea6..bc92218288 100644
--- a/stable/flaresolverr/3.0.8/questions.yaml
+++ b/stable/flaresolverr/3.0.9/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/flaresolverr/3.0.8/templates/common.yaml b/stable/flaresolverr/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/flaresolverr/3.0.8/templates/common.yaml
rename to stable/flaresolverr/3.0.9/templates/common.yaml
diff --git a/stable/flaresolverr/3.0.8/test_values.yaml b/stable/flaresolverr/3.0.9/values.yaml
similarity index 100%
rename from stable/flaresolverr/3.0.8/test_values.yaml
rename to stable/flaresolverr/3.0.9/values.yaml
diff --git a/stable/flood/3.0.10/CHANGELOG.md b/stable/flood/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..bdb945fe5a
--- /dev/null
+++ b/stable/flood/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [flood-3.0.10](https://github.com/truecharts/apps/compare/flood-3.0.9...flood-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/flood/3.0.9/CONFIG.md b/stable/flood/3.0.10/CONFIG.md
similarity index 100%
rename from stable/flood/3.0.9/CONFIG.md
rename to stable/flood/3.0.10/CONFIG.md
diff --git a/stable/flood/3.0.10/Chart.lock b/stable/flood/3.0.10/Chart.lock
new file mode 100644
index 0000000000..660c93ae1c
--- /dev/null
+++ b/stable/flood/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:35:17.026124714Z"
diff --git a/stable/flood/3.0.9/Chart.yaml b/stable/flood/3.0.10/Chart.yaml
similarity index 94%
rename from stable/flood/3.0.9/Chart.yaml
rename to stable/flood/3.0.10/Chart.yaml
index c51f05a482..7e225a6263 100644
--- a/stable/flood/3.0.9/Chart.yaml
+++ b/stable/flood/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "4.7.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Flood is a monitoring service for various torrent clients
home: https://github.com/truechartsapps/tree/master/charts/stable/flood
icon: https://raw.githubusercontent.com/jesec/flood/master/flood.svg
@@ -21,4 +21,4 @@ name: flood
sources:
- https://github.com/jesec/flood
- https://hub.docker.com/r/jesec/flood
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/flood/3.0.9/README.md b/stable/flood/3.0.10/README.md
similarity index 96%
rename from stable/flood/3.0.9/README.md
rename to stable/flood/3.0.10/README.md
index 5e43a42fdd..fc38a83d05 100644
--- a/stable/flood/3.0.9/README.md
+++ b/stable/flood/3.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/flood/3.0.9/app-readme.md b/stable/flood/3.0.10/app-readme.md
similarity index 100%
rename from stable/flood/3.0.9/app-readme.md
rename to stable/flood/3.0.10/app-readme.md
diff --git a/stable/flood/3.0.10/charts/common-8.3.12.tgz b/stable/flood/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/flood/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/flood/3.0.9/ci/ct-values.yaml b/stable/flood/3.0.10/ci/ct-values.yaml
similarity index 100%
rename from stable/flood/3.0.9/ci/ct-values.yaml
rename to stable/flood/3.0.10/ci/ct-values.yaml
diff --git a/stable/flood/3.0.9/helm-values.md b/stable/flood/3.0.10/helm-values.md
similarity index 100%
rename from stable/flood/3.0.9/helm-values.md
rename to stable/flood/3.0.10/helm-values.md
diff --git a/stable/flood/3.0.9/questions.yaml b/stable/flood/3.0.10/questions.yaml
similarity index 99%
rename from stable/flood/3.0.9/questions.yaml
rename to stable/flood/3.0.10/questions.yaml
index 4e0a37ea1f..11988e7ca3 100644
--- a/stable/flood/3.0.9/questions.yaml
+++ b/stable/flood/3.0.10/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/flood/3.0.9/templates/common.yaml b/stable/flood/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/flood/3.0.9/templates/common.yaml
rename to stable/flood/3.0.10/templates/common.yaml
diff --git a/stable/flood/3.0.9/test_values.yaml b/stable/flood/3.0.10/values.yaml
similarity index 100%
rename from stable/flood/3.0.9/test_values.yaml
rename to stable/flood/3.0.10/values.yaml
diff --git a/stable/flood/3.0.9/CHANGELOG.md b/stable/flood/3.0.9/CHANGELOG.md
deleted file mode 100644
index 7abadd4dde..0000000000
--- a/stable/flood/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [flood-3.0.9](https://github.com/truecharts/apps/compare/flood-3.0.8...flood-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/flood/3.0.9/Chart.lock b/stable/flood/3.0.9/Chart.lock
deleted file mode 100644
index ea08ec76ca..0000000000
--- a/stable/flood/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:37:30.484054167Z"
diff --git a/stable/flood/3.0.9/charts/common-8.3.10.tgz b/stable/flood/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/flood/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/flood/3.0.9/ix_values.yaml b/stable/flood/3.0.9/ix_values.yaml
deleted file mode 100644
index 020ad6fd12..0000000000
--- a/stable/flood/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/flood
- pullPolicy: IfNotPresent
- tag: v4.7.0@sha256:6ad4f3eb39e6b04d1632dd0436031377eb35759e0edcd56a95e5dd8c58c09ed8
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/flood/3.0.9/values.yaml b/stable/flood/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/focalboard/3.0.8/CHANGELOG.md b/stable/focalboard/3.0.8/CHANGELOG.md
deleted file mode 100644
index ec10b3ec8f..0000000000
--- a/stable/focalboard/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [focalboard-3.0.8](https://github.com/truecharts/apps/compare/focalboard-3.0.7...focalboard-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/focalboard/3.0.8/Chart.lock b/stable/focalboard/3.0.8/Chart.lock
deleted file mode 100644
index 65beb79ad6..0000000000
--- a/stable/focalboard/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:37:45.234984646Z"
diff --git a/stable/focalboard/3.0.8/charts/common-8.3.10.tgz b/stable/focalboard/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/focalboard/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/focalboard/3.0.8/ix_values.yaml b/stable/focalboard/3.0.8/ix_values.yaml
deleted file mode 100644
index db5f89819d..0000000000
--- a/stable/focalboard/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/focalboard
- pullPolicy: IfNotPresent
- tag: v0.8.0@sha256:c8a81de85722b1d8ce728222cd5b77ea9f8e4ca33c91787a8a3eb0a49f6fa432
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/focalboard/3.0.8/values.yaml b/stable/focalboard/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/focalboard/3.0.9/CHANGELOG.md b/stable/focalboard/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..3b84d198c3
--- /dev/null
+++ b/stable/focalboard/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [focalboard-3.0.9](https://github.com/truecharts/apps/compare/focalboard-3.0.8...focalboard-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/focalboard/3.0.8/CONFIG.md b/stable/focalboard/3.0.9/CONFIG.md
similarity index 100%
rename from stable/focalboard/3.0.8/CONFIG.md
rename to stable/focalboard/3.0.9/CONFIG.md
diff --git a/stable/focalboard/3.0.9/Chart.lock b/stable/focalboard/3.0.9/Chart.lock
new file mode 100644
index 0000000000..7bb60dd964
--- /dev/null
+++ b/stable/focalboard/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:35:40.594306017Z"
diff --git a/stable/focalboard/3.0.8/Chart.yaml b/stable/focalboard/3.0.9/Chart.yaml
similarity index 95%
rename from stable/focalboard/3.0.8/Chart.yaml
rename to stable/focalboard/3.0.9/Chart.yaml
index 98aa3770f2..7852e701bd 100644
--- a/stable/focalboard/3.0.8/Chart.yaml
+++ b/stable/focalboard/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.8.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Focalboard is an open source, self-hosted alternative to Trello, Notion,
and Asana.
home: https://github.com/truechartsapps/tree/master/charts/stable/focalboard
@@ -22,4 +22,4 @@ sources:
- https://www.focalboard.com/
- https://github.com/mattermost/focalboard
- https://github.com/FlipEnergy/container-images/blob/main/focalboard
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/focalboard/3.0.8/README.md b/stable/focalboard/3.0.9/README.md
similarity index 96%
rename from stable/focalboard/3.0.8/README.md
rename to stable/focalboard/3.0.9/README.md
index a4b53e01a9..fb56896bf7 100644
--- a/stable/focalboard/3.0.8/README.md
+++ b/stable/focalboard/3.0.9/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/focalboard/3.0.8/app-readme.md b/stable/focalboard/3.0.9/app-readme.md
similarity index 100%
rename from stable/focalboard/3.0.8/app-readme.md
rename to stable/focalboard/3.0.9/app-readme.md
diff --git a/stable/focalboard/3.0.9/charts/common-8.3.12.tgz b/stable/focalboard/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/focalboard/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/focalboard/3.0.8/helm-values.md b/stable/focalboard/3.0.9/helm-values.md
similarity index 100%
rename from stable/focalboard/3.0.8/helm-values.md
rename to stable/focalboard/3.0.9/helm-values.md
diff --git a/stable/focalboard/3.0.8/questions.yaml b/stable/focalboard/3.0.9/questions.yaml
similarity index 99%
rename from stable/focalboard/3.0.8/questions.yaml
rename to stable/focalboard/3.0.9/questions.yaml
index f6486e128d..ecac05c1a1 100644
--- a/stable/focalboard/3.0.8/questions.yaml
+++ b/stable/focalboard/3.0.9/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/focalboard/3.0.8/templates/common.yaml b/stable/focalboard/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/focalboard/3.0.8/templates/common.yaml
rename to stable/focalboard/3.0.9/templates/common.yaml
diff --git a/stable/focalboard/3.0.8/test_values.yaml b/stable/focalboard/3.0.9/values.yaml
similarity index 100%
rename from stable/focalboard/3.0.8/test_values.yaml
rename to stable/focalboard/3.0.9/values.yaml
diff --git a/stable/freeradius/3.0.8/CHANGELOG.md b/stable/freeradius/3.0.8/CHANGELOG.md
deleted file mode 100644
index a0b244e14d..0000000000
--- a/stable/freeradius/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [freeradius-3.0.8](https://github.com/truecharts/apps/compare/freeradius-3.0.7...freeradius-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/freeradius/3.0.8/Chart.lock b/stable/freeradius/3.0.8/Chart.lock
deleted file mode 100644
index 3050ea233c..0000000000
--- a/stable/freeradius/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:38:00.152951923Z"
diff --git a/stable/freeradius/3.0.8/charts/common-8.3.10.tgz b/stable/freeradius/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/freeradius/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/freeradius/3.0.8/ix_values.yaml b/stable/freeradius/3.0.8/ix_values.yaml
deleted file mode 100644
index dcd116baaa..0000000000
--- a/stable/freeradius/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-image:
- repository: ghcr.io/truecharts/freeradius
- pullPolicy: IfNotPresent
- tag: v3.0.23@sha256:21454da0a4f4950dd9b97e82de5b56556fdf2bf38f60ae427852b74a2622c972
-
-# -- Probe configuration
-# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
-# @default -- See below
-probes:
- # -- Liveness probe configuration
- # @default -- See below
- liveness:
- enabled: false
-
- # -- Redainess probe configuration
- # @default -- See below
- readiness:
- enabled: false
-
- # -- Startup probe configuration
- # @default -- See below
- startup:
- enabled: false
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/freeradius/3.0.8/values.yaml b/stable/freeradius/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/freeradius/3.0.9/CHANGELOG.md b/stable/freeradius/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..bcc94d2130
--- /dev/null
+++ b/stable/freeradius/3.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [freeradius-3.0.9](https://github.com/truecharts/apps/compare/freeradius-3.0.8...freeradius-3.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/freeradius/3.0.8/CONFIG.md b/stable/freeradius/3.0.9/CONFIG.md
similarity index 100%
rename from stable/freeradius/3.0.8/CONFIG.md
rename to stable/freeradius/3.0.9/CONFIG.md
diff --git a/stable/freeradius/3.0.9/Chart.lock b/stable/freeradius/3.0.9/Chart.lock
new file mode 100644
index 0000000000..dc14311c0d
--- /dev/null
+++ b/stable/freeradius/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:36:03.794464579Z"
diff --git a/stable/freeradius/3.0.8/Chart.yaml b/stable/freeradius/3.0.9/Chart.yaml
similarity index 94%
rename from stable/freeradius/3.0.8/Chart.yaml
rename to stable/freeradius/3.0.9/Chart.yaml
index 3381f63a41..a9a62bb776 100644
--- a/stable/freeradius/3.0.8/Chart.yaml
+++ b/stable/freeradius/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.0.23"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: OpenSource Radius implementation
home: https://www.openldap.org
@@ -24,4 +24,4 @@ sources:
- https://hub.docker.com/r/freeradius/freeradius-server/
- https://freeradius.org/
type: application
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/freeradius/3.0.8/README.md b/stable/freeradius/3.0.9/README.md
similarity index 96%
rename from stable/freeradius/3.0.8/README.md
rename to stable/freeradius/3.0.9/README.md
index 51bd7d03d5..372792fcb2 100644
--- a/stable/freeradius/3.0.8/README.md
+++ b/stable/freeradius/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/freeradius/3.0.8/app-readme.md b/stable/freeradius/3.0.9/app-readme.md
similarity index 100%
rename from stable/freeradius/3.0.8/app-readme.md
rename to stable/freeradius/3.0.9/app-readme.md
diff --git a/stable/freeradius/3.0.9/charts/common-8.3.12.tgz b/stable/freeradius/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/freeradius/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/freeradius/3.0.8/helm-values.md b/stable/freeradius/3.0.9/helm-values.md
similarity index 100%
rename from stable/freeradius/3.0.8/helm-values.md
rename to stable/freeradius/3.0.9/helm-values.md
diff --git a/stable/freeradius/3.0.8/questions.yaml b/stable/freeradius/3.0.9/questions.yaml
similarity index 100%
rename from stable/freeradius/3.0.8/questions.yaml
rename to stable/freeradius/3.0.9/questions.yaml
diff --git a/stable/freeradius/3.0.8/templates/common.yaml b/stable/freeradius/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/freeradius/3.0.8/templates/common.yaml
rename to stable/freeradius/3.0.9/templates/common.yaml
diff --git a/stable/freeradius/3.0.8/test_values.yaml b/stable/freeradius/3.0.9/values.yaml
similarity index 100%
rename from stable/freeradius/3.0.8/test_values.yaml
rename to stable/freeradius/3.0.9/values.yaml
diff --git a/stable/freshrss/8.0.11/CHANGELOG.md b/stable/freshrss/8.0.11/CHANGELOG.md
deleted file mode 100644
index 7e3c2351b8..0000000000
--- a/stable/freshrss/8.0.11/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [freshrss-8.0.11](https://github.com/truecharts/apps/compare/freshrss-8.0.10...freshrss-8.0.11) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/freshrss/8.0.11/Chart.lock b/stable/freshrss/8.0.11/Chart.lock
deleted file mode 100644
index c9132597c2..0000000000
--- a/stable/freshrss/8.0.11/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:38:14.88553975Z"
diff --git a/stable/freshrss/8.0.11/charts/common-8.3.10.tgz b/stable/freshrss/8.0.11/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/freshrss/8.0.11/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/freshrss/8.0.11/ix_values.yaml b/stable/freshrss/8.0.11/ix_values.yaml
deleted file mode 100644
index 557f3654d8..0000000000
--- a/stable/freshrss/8.0.11/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/freshrss
- pullPolicy: IfNotPresent
- tag: version-1.18.1@sha256:aff3316a800c58ce7c670fc6cfbc3177ba5f12c0529a5824f7cbb96e9a9fa7e5
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/freshrss/8.0.11/values.yaml b/stable/freshrss/8.0.11/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/freshrss/8.0.12/CHANGELOG.md b/stable/freshrss/8.0.12/CHANGELOG.md
new file mode 100644
index 0000000000..666dbee7b7
--- /dev/null
+++ b/stable/freshrss/8.0.12/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [freshrss-8.0.12](https://github.com/truecharts/apps/compare/freshrss-8.0.11...freshrss-8.0.12) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/freshrss/8.0.11/CONFIG.md b/stable/freshrss/8.0.12/CONFIG.md
similarity index 100%
rename from stable/freshrss/8.0.11/CONFIG.md
rename to stable/freshrss/8.0.12/CONFIG.md
diff --git a/stable/freshrss/8.0.12/Chart.lock b/stable/freshrss/8.0.12/Chart.lock
new file mode 100644
index 0000000000..31a099cb60
--- /dev/null
+++ b/stable/freshrss/8.0.12/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:36:27.633499836Z"
diff --git a/stable/freshrss/8.0.11/Chart.yaml b/stable/freshrss/8.0.12/Chart.yaml
similarity index 94%
rename from stable/freshrss/8.0.11/Chart.yaml
rename to stable/freshrss/8.0.12/Chart.yaml
index 998149dcbe..1857a109a9 100644
--- a/stable/freshrss/8.0.11/Chart.yaml
+++ b/stable/freshrss/8.0.12/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.18.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: FreshRSS is a self-hosted RSS feed aggregator
home: https://github.com/truecharts/apps/tree/master/charts/stable/freshrss
@@ -21,4 +21,4 @@ sources:
- https://github.com/FreshRSS/FreshRSS
- https://hub.docker.com/r/linuxserver/freshrss
type: application
-version: 8.0.11
+version: 8.0.12
diff --git a/stable/freshrss/8.0.11/README.md b/stable/freshrss/8.0.12/README.md
similarity index 96%
rename from stable/freshrss/8.0.11/README.md
rename to stable/freshrss/8.0.12/README.md
index 95b508ee9c..fede12f31a 100644
--- a/stable/freshrss/8.0.11/README.md
+++ b/stable/freshrss/8.0.12/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/freshrss/8.0.11/app-readme.md b/stable/freshrss/8.0.12/app-readme.md
similarity index 100%
rename from stable/freshrss/8.0.11/app-readme.md
rename to stable/freshrss/8.0.12/app-readme.md
diff --git a/stable/freshrss/8.0.12/charts/common-8.3.12.tgz b/stable/freshrss/8.0.12/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/freshrss/8.0.12/charts/common-8.3.12.tgz differ
diff --git a/stable/freshrss/8.0.11/helm-values.md b/stable/freshrss/8.0.12/helm-values.md
similarity index 100%
rename from stable/freshrss/8.0.11/helm-values.md
rename to stable/freshrss/8.0.12/helm-values.md
diff --git a/stable/freshrss/8.0.11/questions.yaml b/stable/freshrss/8.0.12/questions.yaml
similarity index 100%
rename from stable/freshrss/8.0.11/questions.yaml
rename to stable/freshrss/8.0.12/questions.yaml
diff --git a/stable/freshrss/8.0.11/templates/common.yaml b/stable/freshrss/8.0.12/templates/common.yaml
similarity index 100%
rename from stable/freshrss/8.0.11/templates/common.yaml
rename to stable/freshrss/8.0.12/templates/common.yaml
diff --git a/stable/freshrss/8.0.11/test_values.yaml b/stable/freshrss/8.0.12/values.yaml
similarity index 100%
rename from stable/freshrss/8.0.11/test_values.yaml
rename to stable/freshrss/8.0.12/values.yaml
diff --git a/stable/gaps/8.0.8/CHANGELOG.md b/stable/gaps/8.0.8/CHANGELOG.md
deleted file mode 100644
index 449f8d59ad..0000000000
--- a/stable/gaps/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [gaps-8.0.8](https://github.com/truecharts/apps/compare/gaps-8.0.7...gaps-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/gaps/8.0.8/Chart.lock b/stable/gaps/8.0.8/Chart.lock
deleted file mode 100644
index 561c9f8df6..0000000000
--- a/stable/gaps/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:38:29.538028072Z"
diff --git a/stable/gaps/8.0.8/charts/common-8.3.10.tgz b/stable/gaps/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/gaps/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/gaps/8.0.8/ix_values.yaml b/stable/gaps/8.0.8/ix_values.yaml
deleted file mode 100644
index aa4a19590d..0000000000
--- a/stable/gaps/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/gaps
- pullPolicy: IfNotPresent
- tag: v0.8.8@sha256:2e4b3b4e677be68b947517b0077aec719db8c382dad2952421b746060bbd6513
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/gaps/8.0.8/values.yaml b/stable/gaps/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/gaps/8.0.9/CHANGELOG.md b/stable/gaps/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..d6428f6071
--- /dev/null
+++ b/stable/gaps/8.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [gaps-8.0.9](https://github.com/truecharts/apps/compare/gaps-8.0.8...gaps-8.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/gaps/8.0.8/CONFIG.md b/stable/gaps/8.0.9/CONFIG.md
similarity index 100%
rename from stable/gaps/8.0.8/CONFIG.md
rename to stable/gaps/8.0.9/CONFIG.md
diff --git a/stable/gaps/8.0.9/Chart.lock b/stable/gaps/8.0.9/Chart.lock
new file mode 100644
index 0000000000..4cf94a0631
--- /dev/null
+++ b/stable/gaps/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:36:51.196097898Z"
diff --git a/stable/gaps/8.0.8/Chart.yaml b/stable/gaps/8.0.9/Chart.yaml
similarity index 95%
rename from stable/gaps/8.0.8/Chart.yaml
rename to stable/gaps/8.0.9/Chart.yaml
index 5bec546c75..aa25018519 100644
--- a/stable/gaps/8.0.8/Chart.yaml
+++ b/stable/gaps/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.8.8"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Gaps searches through your Plex Server or local folders for all movies,
then queries for known movies in the same collection.
@@ -22,4 +22,4 @@ name: gaps
sources:
- https://github.com/JasonHHouse/gaps
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/gaps/8.0.8/README.md b/stable/gaps/8.0.9/README.md
similarity index 96%
rename from stable/gaps/8.0.8/README.md
rename to stable/gaps/8.0.9/README.md
index f5fc0a58a4..3fc1adac66 100644
--- a/stable/gaps/8.0.8/README.md
+++ b/stable/gaps/8.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/gaps/8.0.8/app-readme.md b/stable/gaps/8.0.9/app-readme.md
similarity index 100%
rename from stable/gaps/8.0.8/app-readme.md
rename to stable/gaps/8.0.9/app-readme.md
diff --git a/stable/gaps/8.0.9/charts/common-8.3.12.tgz b/stable/gaps/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/gaps/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/gaps/8.0.8/helm-values.md b/stable/gaps/8.0.9/helm-values.md
similarity index 100%
rename from stable/gaps/8.0.8/helm-values.md
rename to stable/gaps/8.0.9/helm-values.md
diff --git a/stable/gaps/8.0.8/questions.yaml b/stable/gaps/8.0.9/questions.yaml
similarity index 100%
rename from stable/gaps/8.0.8/questions.yaml
rename to stable/gaps/8.0.9/questions.yaml
diff --git a/stable/gaps/8.0.8/templates/common.yaml b/stable/gaps/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/gaps/8.0.8/templates/common.yaml
rename to stable/gaps/8.0.9/templates/common.yaml
diff --git a/stable/gaps/8.0.8/test_values.yaml b/stable/gaps/8.0.9/values.yaml
similarity index 100%
rename from stable/gaps/8.0.8/test_values.yaml
rename to stable/gaps/8.0.9/values.yaml
diff --git a/stable/gitea/1.0.10/CHANGELOG.md b/stable/gitea/1.0.10/CHANGELOG.md
deleted file mode 100644
index 2c567bba70..0000000000
--- a/stable/gitea/1.0.10/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [gitea-1.0.10](https://github.com/truecharts/apps/compare/gitea-1.0.9...gitea-1.0.10) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/gitea/1.0.10/charts/common-8.3.10.tgz b/stable/gitea/1.0.10/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/gitea/1.0.10/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/gitea/1.0.10/charts/postgresql-3.0.16.tgz b/stable/gitea/1.0.10/charts/postgresql-3.0.16.tgz
deleted file mode 100644
index a6bcd7d61c..0000000000
Binary files a/stable/gitea/1.0.10/charts/postgresql-3.0.16.tgz and /dev/null differ
diff --git a/stable/gitea/1.0.10/ix_values.yaml b/stable/gitea/1.0.10/ix_values.yaml
deleted file mode 100644
index cacb408de5..0000000000
--- a/stable/gitea/1.0.10/ix_values.yaml
+++ /dev/null
@@ -1,104 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: gitea/gitea
- tag: 1.15.4-rootless
- pullPolicy: IfNotPresent
-
-envFrom:
- - configMapRef:
- name: gitea-env
-
-initContainers:
- 1-init-directories:
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
- command: ["/usr/sbin/init_directory_structure.sh"]
- securityContext:
- runAsUser: 0
- runAsNonRoot: false
- envFrom:
- - configMapRef:
- name: gitea-env
- volumeMounts:
- - name: init
- mountPath: /usr/sbin
- - name: temp
- mountPath: /tmp
- - name: config
- mountPath: /etc/gitea/conf
- - name: data
- mountPath: /data
- 2-configure-gitea:
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
- command: ["/usr/sbin/configure_gitea.sh"]
- envFrom:
- - configMapRef:
- name: gitea-env
- volumeMounts:
- - name: init
- mountPath: /usr/sbin
- - name: temp
- mountPath: /tmp
- - name: data
- mountPath: /data
-
-# Configure commit/action signing prerequisites
-signing:
- enabled: true
- gpgHome: /data/git/.gnupg
-
-metrics:
- enabled: false
- serviceMonitor:
- enabled: false
- # additionalLabels:
- # prometheus-release: prom1
-
-ldap:
- enabled: false
- # name:
- # securityProtocol:
- # host:
- # port:
- # userSearchBase:
- # userFilter:
- # adminFilter:
- # emailAttribute:
- # bindDn:
- # bindPassword:
- # usernameAttribute:
- # sshPublicKeyAttribute:
-
-oauth:
- enabled: false
- # name:
- # provider:
- # key:
- # secret:
- # autoDiscoverUrl:
- # useCustomUrls:
- # customAuthUrl:
- # customTokenUrl:
- # customProfileUrl:
- # customEmailUrl:
-
-# Enabled postgres
-postgresql:
- enabled: true
- postgresqlUsername: gitea
- postgresqlDatabase: gitea
- existingSecret: dbcreds
-
-# -- memcached dependency settings
-memcached:
- enabled: true
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/gitea/1.0.10/values.yaml b/stable/gitea/1.0.10/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/gitea/1.0.11/CHANGELOG.md b/stable/gitea/1.0.11/CHANGELOG.md
new file mode 100644
index 0000000000..af23635842
--- /dev/null
+++ b/stable/gitea/1.0.11/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [gitea-1.0.11](https://github.com/truecharts/apps/compare/gitea-1.0.10...gitea-1.0.11) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/gitea/1.0.10/CONFIG.md b/stable/gitea/1.0.11/CONFIG.md
similarity index 100%
rename from stable/gitea/1.0.10/CONFIG.md
rename to stable/gitea/1.0.11/CONFIG.md
diff --git a/stable/gitea/1.0.10/Chart.lock b/stable/gitea/1.0.11/Chart.lock
similarity index 56%
rename from stable/gitea/1.0.10/Chart.lock
rename to stable/gitea/1.0.11/Chart.lock
index 20e860479a..f9c974b5d2 100644
--- a/stable/gitea/1.0.10/Chart.lock
+++ b/stable/gitea/1.0.11/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
- name: postgresql
repository: https://truecharts.org/
- version: 3.0.16
+ version: 3.0.18
- name: memcached
repository: https://charts.bitnami.com/bitnami
version: 5.15.5
-digest: sha256:09701117b5da2a0d6767b02a892c3b7b93520b1c662b3cfc8b1a7fefbe2100ce
-generated: "2021-10-17T18:38:47.424979435Z"
+digest: sha256:5109ba850b6ba15184534f2ad2cfd0c1dfb259ae0ccf57f655386d56d6d1e050
+generated: "2021-10-18T21:37:17.056994784Z"
diff --git a/stable/gitea/1.0.10/Chart.yaml b/stable/gitea/1.0.11/Chart.yaml
similarity index 93%
rename from stable/gitea/1.0.10/Chart.yaml
rename to stable/gitea/1.0.11/Chart.yaml
index 3839d3c02c..1b637b14db 100644
--- a/stable/gitea/1.0.10/Chart.yaml
+++ b/stable/gitea/1.0.11/Chart.yaml
@@ -3,11 +3,11 @@ appVersion: "1.15.4"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.16
+ version: 3.0.18
- condition: memcached.enabled
name: memcached
repository: https://charts.bitnami.com/bitnami
@@ -34,4 +34,4 @@ sources:
- https://github.com/go-gitea/gitea
- https://hub.docker.com/r/gitea/gitea/
type: application
-version: 1.0.10
+version: 1.0.11
diff --git a/stable/gitea/1.0.10/README.md b/stable/gitea/1.0.11/README.md
similarity index 93%
rename from stable/gitea/1.0.10/README.md
rename to stable/gitea/1.0.11/README.md
index 5d1ab10db2..c57a376b38 100644
--- a/stable/gitea/1.0.10/README.md
+++ b/stable/gitea/1.0.11/README.md
@@ -20,8 +20,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | memcached | 5.15.5 |
-| https://truecharts.org/ | postgresql | 3.0.16 |
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/gitea/1.0.10/app-readme.md b/stable/gitea/1.0.11/app-readme.md
similarity index 100%
rename from stable/gitea/1.0.10/app-readme.md
rename to stable/gitea/1.0.11/app-readme.md
diff --git a/stable/gitea/1.0.11/charts/common-8.3.12.tgz b/stable/gitea/1.0.11/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/gitea/1.0.11/charts/common-8.3.12.tgz differ
diff --git a/stable/gitea/1.0.10/charts/memcached-5.15.5.tgz b/stable/gitea/1.0.11/charts/memcached-5.15.5.tgz
similarity index 100%
rename from stable/gitea/1.0.10/charts/memcached-5.15.5.tgz
rename to stable/gitea/1.0.11/charts/memcached-5.15.5.tgz
diff --git a/stable/gitea/1.0.11/charts/postgresql-3.0.18.tgz b/stable/gitea/1.0.11/charts/postgresql-3.0.18.tgz
new file mode 100644
index 0000000000..7f4a2a7284
Binary files /dev/null and b/stable/gitea/1.0.11/charts/postgresql-3.0.18.tgz differ
diff --git a/stable/gitea/1.0.10/ci/basic-values.yaml b/stable/gitea/1.0.11/ci/basic-values.yaml
similarity index 100%
rename from stable/gitea/1.0.10/ci/basic-values.yaml
rename to stable/gitea/1.0.11/ci/basic-values.yaml
diff --git a/stable/gitea/1.0.10/ci/ingress-values.yaml b/stable/gitea/1.0.11/ci/ingress-values.yaml
similarity index 100%
rename from stable/gitea/1.0.10/ci/ingress-values.yaml
rename to stable/gitea/1.0.11/ci/ingress-values.yaml
diff --git a/stable/gitea/1.0.10/helm-values.md b/stable/gitea/1.0.11/helm-values.md
similarity index 100%
rename from stable/gitea/1.0.10/helm-values.md
rename to stable/gitea/1.0.11/helm-values.md
diff --git a/stable/gitea/1.0.10/questions.yaml b/stable/gitea/1.0.11/questions.yaml
similarity index 100%
rename from stable/gitea/1.0.10/questions.yaml
rename to stable/gitea/1.0.11/questions.yaml
diff --git a/stable/gitea/1.0.10/templates/_configmap.tpl b/stable/gitea/1.0.11/templates/_configmap.tpl
similarity index 100%
rename from stable/gitea/1.0.10/templates/_configmap.tpl
rename to stable/gitea/1.0.11/templates/_configmap.tpl
diff --git a/stable/gitea/1.0.10/templates/_secrets.tpl b/stable/gitea/1.0.11/templates/_secrets.tpl
similarity index 100%
rename from stable/gitea/1.0.10/templates/_secrets.tpl
rename to stable/gitea/1.0.11/templates/_secrets.tpl
diff --git a/stable/gitea/1.0.10/templates/common.yaml b/stable/gitea/1.0.11/templates/common.yaml
similarity index 100%
rename from stable/gitea/1.0.10/templates/common.yaml
rename to stable/gitea/1.0.11/templates/common.yaml
diff --git a/stable/gitea/1.0.10/test_values.yaml b/stable/gitea/1.0.11/values.yaml
similarity index 100%
rename from stable/gitea/1.0.10/test_values.yaml
rename to stable/gitea/1.0.11/values.yaml
diff --git a/stable/gonic/3.0.10/CHANGELOG.md b/stable/gonic/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..16edcd2c33
--- /dev/null
+++ b/stable/gonic/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [gonic-3.0.10](https://github.com/truecharts/apps/compare/gonic-3.0.9...gonic-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/gonic/3.0.9/CONFIG.md b/stable/gonic/3.0.10/CONFIG.md
similarity index 100%
rename from stable/gonic/3.0.9/CONFIG.md
rename to stable/gonic/3.0.10/CONFIG.md
diff --git a/stable/gonic/3.0.10/Chart.lock b/stable/gonic/3.0.10/Chart.lock
new file mode 100644
index 0000000000..f6b7865ad2
--- /dev/null
+++ b/stable/gonic/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:38:03.971708137Z"
diff --git a/stable/gonic/3.0.9/Chart.yaml b/stable/gonic/3.0.10/Chart.yaml
similarity index 94%
rename from stable/gonic/3.0.9/Chart.yaml
rename to stable/gonic/3.0.10/Chart.yaml
index e54b4ab636..073bdaf1e7 100644
--- a/stable/gonic/3.0.9/Chart.yaml
+++ b/stable/gonic/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.14.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Music streaming server / subsonic server API implementation
home: https://github.com/truechartsapps/tree/master/charts/stable/gonic
icon: https://raw.githubusercontent.com/sentriz/gonic/master/.github/logo.png
@@ -19,4 +19,4 @@ name: gonic
sources:
- https://github.com/sentriz/gonic
- https://hub.docker.com/r/sentriz/gonic
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/gonic/3.0.9/README.md b/stable/gonic/3.0.10/README.md
similarity index 96%
rename from stable/gonic/3.0.9/README.md
rename to stable/gonic/3.0.10/README.md
index 526b2aa669..30b3ce36e1 100644
--- a/stable/gonic/3.0.9/README.md
+++ b/stable/gonic/3.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/gonic/3.0.9/app-readme.md b/stable/gonic/3.0.10/app-readme.md
similarity index 100%
rename from stable/gonic/3.0.9/app-readme.md
rename to stable/gonic/3.0.10/app-readme.md
diff --git a/stable/gonic/3.0.10/charts/common-8.3.12.tgz b/stable/gonic/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/gonic/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/gonic/3.0.9/ci/ct-values.yaml b/stable/gonic/3.0.10/ci/ct-values.yaml
similarity index 100%
rename from stable/gonic/3.0.9/ci/ct-values.yaml
rename to stable/gonic/3.0.10/ci/ct-values.yaml
diff --git a/stable/gonic/3.0.9/helm-values.md b/stable/gonic/3.0.10/helm-values.md
similarity index 100%
rename from stable/gonic/3.0.9/helm-values.md
rename to stable/gonic/3.0.10/helm-values.md
diff --git a/stable/gonic/3.0.9/questions.yaml b/stable/gonic/3.0.10/questions.yaml
similarity index 99%
rename from stable/gonic/3.0.9/questions.yaml
rename to stable/gonic/3.0.10/questions.yaml
index 3ad3fa5547..d36474a402 100644
--- a/stable/gonic/3.0.9/questions.yaml
+++ b/stable/gonic/3.0.10/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/gonic/3.0.9/templates/common.yaml b/stable/gonic/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/gonic/3.0.9/templates/common.yaml
rename to stable/gonic/3.0.10/templates/common.yaml
diff --git a/stable/gonic/3.0.9/test_values.yaml b/stable/gonic/3.0.10/values.yaml
similarity index 100%
rename from stable/gonic/3.0.9/test_values.yaml
rename to stable/gonic/3.0.10/values.yaml
diff --git a/stable/gonic/3.0.9/CHANGELOG.md b/stable/gonic/3.0.9/CHANGELOG.md
deleted file mode 100644
index f243ad66d1..0000000000
--- a/stable/gonic/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [gonic-3.0.9](https://github.com/truecharts/apps/compare/gonic-3.0.8...gonic-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/gonic/3.0.9/Chart.lock b/stable/gonic/3.0.9/Chart.lock
deleted file mode 100644
index 23ace84e62..0000000000
--- a/stable/gonic/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:39:12.283237204Z"
diff --git a/stable/gonic/3.0.9/charts/common-8.3.10.tgz b/stable/gonic/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/gonic/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/gonic/3.0.9/ix_values.yaml b/stable/gonic/3.0.9/ix_values.yaml
deleted file mode 100644
index e517cb754c..0000000000
--- a/stable/gonic/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/gonic
- pullPolicy: IfNotPresent
- tag: v0.14.0@sha256:d0316271fcec20816f5f3f5e8ca470426e551f2f6de83845d474a2a7827a6f34
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/gonic/3.0.9/values.yaml b/stable/gonic/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/grocy/8.0.10/CHANGELOG.md b/stable/grocy/8.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..5b54c5e76d
--- /dev/null
+++ b/stable/grocy/8.0.10/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [grocy-8.0.10](https://github.com/truecharts/apps/compare/grocy-8.0.9...grocy-8.0.10) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/grocy/8.0.9/CONFIG.md b/stable/grocy/8.0.10/CONFIG.md
similarity index 100%
rename from stable/grocy/8.0.9/CONFIG.md
rename to stable/grocy/8.0.10/CONFIG.md
diff --git a/stable/grocy/8.0.10/Chart.lock b/stable/grocy/8.0.10/Chart.lock
new file mode 100644
index 0000000000..435ca310ba
--- /dev/null
+++ b/stable/grocy/8.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:38:28.472388352Z"
diff --git a/stable/grocy/8.0.9/Chart.yaml b/stable/grocy/8.0.10/Chart.yaml
similarity index 94%
rename from stable/grocy/8.0.9/Chart.yaml
rename to stable/grocy/8.0.10/Chart.yaml
index 242870520b..687808e3f6 100644
--- a/stable/grocy/8.0.9/Chart.yaml
+++ b/stable/grocy/8.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.1.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries &
household management solution for your home
@@ -20,4 +20,4 @@ name: grocy
sources:
- https://github.com/grocy/grocy
type: application
-version: 8.0.9
+version: 8.0.10
diff --git a/stable/grocy/8.0.9/README.md b/stable/grocy/8.0.10/README.md
similarity index 96%
rename from stable/grocy/8.0.9/README.md
rename to stable/grocy/8.0.10/README.md
index 8a4f6db7a9..88150aa48f 100644
--- a/stable/grocy/8.0.9/README.md
+++ b/stable/grocy/8.0.10/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/grocy/8.0.9/app-readme.md b/stable/grocy/8.0.10/app-readme.md
similarity index 100%
rename from stable/grocy/8.0.9/app-readme.md
rename to stable/grocy/8.0.10/app-readme.md
diff --git a/stable/grocy/8.0.10/charts/common-8.3.12.tgz b/stable/grocy/8.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/grocy/8.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/grocy/8.0.9/helm-values.md b/stable/grocy/8.0.10/helm-values.md
similarity index 100%
rename from stable/grocy/8.0.9/helm-values.md
rename to stable/grocy/8.0.10/helm-values.md
diff --git a/stable/grocy/8.0.9/questions.yaml b/stable/grocy/8.0.10/questions.yaml
similarity index 100%
rename from stable/grocy/8.0.9/questions.yaml
rename to stable/grocy/8.0.10/questions.yaml
diff --git a/stable/grocy/8.0.9/templates/common.yaml b/stable/grocy/8.0.10/templates/common.yaml
similarity index 100%
rename from stable/grocy/8.0.9/templates/common.yaml
rename to stable/grocy/8.0.10/templates/common.yaml
diff --git a/stable/grocy/8.0.9/test_values.yaml b/stable/grocy/8.0.10/values.yaml
similarity index 100%
rename from stable/grocy/8.0.9/test_values.yaml
rename to stable/grocy/8.0.10/values.yaml
diff --git a/stable/grocy/8.0.9/CHANGELOG.md b/stable/grocy/8.0.9/CHANGELOG.md
deleted file mode 100644
index 9564dbaf70..0000000000
--- a/stable/grocy/8.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [grocy-8.0.9](https://github.com/truecharts/apps/compare/grocy-8.0.8...grocy-8.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/grocy/8.0.9/Chart.lock b/stable/grocy/8.0.9/Chart.lock
deleted file mode 100644
index 962a17f092..0000000000
--- a/stable/grocy/8.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:39:27.023776758Z"
diff --git a/stable/grocy/8.0.9/charts/common-8.3.10.tgz b/stable/grocy/8.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/grocy/8.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/grocy/8.0.9/ix_values.yaml b/stable/grocy/8.0.9/ix_values.yaml
deleted file mode 100644
index b3904df08f..0000000000
--- a/stable/grocy/8.0.9/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/grocy
- tag: version-v3.1.1@sha256:f67e4ce1c7498f5360d874955b0baf3b6b4ae88f5411094d32f7bfb93ddd4a5a
- pullPolicy: IfNotPresent
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/grocy/8.0.9/values.yaml b/stable/grocy/8.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/handbrake/8.0.10/CHANGELOG.md b/stable/handbrake/8.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..962ad35343
--- /dev/null
+++ b/stable/handbrake/8.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [handbrake-8.0.10](https://github.com/truecharts/apps/compare/handbrake-8.0.9...handbrake-8.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/handbrake/8.0.9/CONFIG.md b/stable/handbrake/8.0.10/CONFIG.md
similarity index 100%
rename from stable/handbrake/8.0.9/CONFIG.md
rename to stable/handbrake/8.0.10/CONFIG.md
diff --git a/stable/handbrake/8.0.10/Chart.lock b/stable/handbrake/8.0.10/Chart.lock
new file mode 100644
index 0000000000..ce306c8226
--- /dev/null
+++ b/stable/handbrake/8.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:38:53.932681162Z"
diff --git a/stable/handbrake/8.0.9/Chart.yaml b/stable/handbrake/8.0.10/Chart.yaml
similarity index 95%
rename from stable/handbrake/8.0.9/Chart.yaml
rename to stable/handbrake/8.0.10/Chart.yaml
index 98d69cfa21..f9c8476cee 100644
--- a/stable/handbrake/8.0.9/Chart.yaml
+++ b/stable/handbrake/8.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.24.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: HandBrake is a tool for converting video from nearly any format to a
selection of modern, widely supported codecs.
@@ -27,4 +27,4 @@ sources:
- https://hub.docker.com/r/jlesage/handbrake/
- https://handbrake.fr/
type: application
-version: 8.0.9
+version: 8.0.10
diff --git a/stable/handbrake/8.0.9/README.md b/stable/handbrake/8.0.10/README.md
similarity index 96%
rename from stable/handbrake/8.0.9/README.md
rename to stable/handbrake/8.0.10/README.md
index fc190f175d..0c011a1ba3 100644
--- a/stable/handbrake/8.0.9/README.md
+++ b/stable/handbrake/8.0.10/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/handbrake/8.0.9/app-readme.md b/stable/handbrake/8.0.10/app-readme.md
similarity index 100%
rename from stable/handbrake/8.0.9/app-readme.md
rename to stable/handbrake/8.0.10/app-readme.md
diff --git a/stable/handbrake/8.0.10/charts/common-8.3.12.tgz b/stable/handbrake/8.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/handbrake/8.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/handbrake/8.0.9/helm-values.md b/stable/handbrake/8.0.10/helm-values.md
similarity index 100%
rename from stable/handbrake/8.0.9/helm-values.md
rename to stable/handbrake/8.0.10/helm-values.md
diff --git a/stable/handbrake/8.0.9/questions.yaml b/stable/handbrake/8.0.10/questions.yaml
similarity index 99%
rename from stable/handbrake/8.0.9/questions.yaml
rename to stable/handbrake/8.0.10/questions.yaml
index cd218ad43f..9aba919bf8 100644
--- a/stable/handbrake/8.0.9/questions.yaml
+++ b/stable/handbrake/8.0.10/questions.yaml
@@ -716,6 +716,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/handbrake/8.0.9/templates/common.yaml b/stable/handbrake/8.0.10/templates/common.yaml
similarity index 100%
rename from stable/handbrake/8.0.9/templates/common.yaml
rename to stable/handbrake/8.0.10/templates/common.yaml
diff --git a/stable/handbrake/8.0.9/test_values.yaml b/stable/handbrake/8.0.10/values.yaml
similarity index 100%
rename from stable/handbrake/8.0.9/test_values.yaml
rename to stable/handbrake/8.0.10/values.yaml
diff --git a/stable/handbrake/8.0.9/CHANGELOG.md b/stable/handbrake/8.0.9/CHANGELOG.md
deleted file mode 100644
index 897c06d7c4..0000000000
--- a/stable/handbrake/8.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [handbrake-8.0.9](https://github.com/truecharts/apps/compare/handbrake-8.0.8...handbrake-8.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/handbrake/8.0.9/Chart.lock b/stable/handbrake/8.0.9/Chart.lock
deleted file mode 100644
index 00719924ca..0000000000
--- a/stable/handbrake/8.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:39:41.705240407Z"
diff --git a/stable/handbrake/8.0.9/charts/common-8.3.10.tgz b/stable/handbrake/8.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/handbrake/8.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/handbrake/8.0.9/ix_values.yaml b/stable/handbrake/8.0.9/ix_values.yaml
deleted file mode 100644
index 4276ed65f5..0000000000
--- a/stable/handbrake/8.0.9/ix_values.yaml
+++ /dev/null
@@ -1,20 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/handbrake
- tag: v1.24.2@sha256:312ddf5ec046fd0ca3f84015b55c8b4cbe1d6e8340ffcaf244489592a3fc92da
- pullPolicy: IfNotPresent
-
-#All values here are set as the docker defaults.
-envTpl:
- # Permissions Settings
- USER_ID: "{{ .Values.env.PUID }}"
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/handbrake/8.0.9/values.yaml b/stable/handbrake/8.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/haste-server/3.0.8/CHANGELOG.md b/stable/haste-server/3.0.8/CHANGELOG.md
deleted file mode 100644
index c77093f7f5..0000000000
--- a/stable/haste-server/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [haste-server-3.0.8](https://github.com/truecharts/apps/compare/haste-server-3.0.7...haste-server-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/haste-server/3.0.8/Chart.lock b/stable/haste-server/3.0.8/Chart.lock
deleted file mode 100644
index 4e598cab0f..0000000000
--- a/stable/haste-server/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:39:56.183915784Z"
diff --git a/stable/haste-server/3.0.8/charts/common-8.3.10.tgz b/stable/haste-server/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/haste-server/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/haste-server/3.0.8/ix_values.yaml b/stable/haste-server/3.0.8/ix_values.yaml
deleted file mode 100644
index 654a00bbb3..0000000000
--- a/stable/haste-server/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- # -- image repository
- repository: ghcr.io/k8s-at-home/haste-server
- # -- image pull policy
- pullPolicy: IfNotPresent
- # -- image tag
- tag: latest@sha256:827aa2f2389d94a522e333080fa8cbc0e0a487c5681173caca785b3b6b9e5b01
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/haste-server/3.0.8/values.yaml b/stable/haste-server/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/haste-server/3.0.9/CHANGELOG.md b/stable/haste-server/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..9b65f92ec5
--- /dev/null
+++ b/stable/haste-server/3.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [haste-server-3.0.9](https://github.com/truecharts/apps/compare/haste-server-3.0.8...haste-server-3.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/haste-server/3.0.8/CONFIG.md b/stable/haste-server/3.0.9/CONFIG.md
similarity index 100%
rename from stable/haste-server/3.0.8/CONFIG.md
rename to stable/haste-server/3.0.9/CONFIG.md
diff --git a/stable/haste-server/3.0.9/Chart.lock b/stable/haste-server/3.0.9/Chart.lock
new file mode 100644
index 0000000000..751ae98c7e
--- /dev/null
+++ b/stable/haste-server/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:39:18.218904338Z"
diff --git a/stable/haste-server/3.0.8/Chart.yaml b/stable/haste-server/3.0.9/Chart.yaml
similarity index 94%
rename from stable/haste-server/3.0.8/Chart.yaml
rename to stable/haste-server/3.0.9/Chart.yaml
index 6bbc2b9463..987793c75f 100644
--- a/stable/haste-server/3.0.8/Chart.yaml
+++ b/stable/haste-server/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Simple text sharing
home: https://github.com/truecharts/apps/tree/master/charts/stable/haste
icon: https://raw.githubusercontent.com/nicholaswilde/helm-charts/main/images/haste.png
@@ -21,4 +21,4 @@ name: haste-server
sources:
- https://github.com/seejohnrun/haste-server
- https://github.com/k8s-at-home/container-images
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/haste-server/3.0.8/README.md b/stable/haste-server/3.0.9/README.md
similarity index 96%
rename from stable/haste-server/3.0.8/README.md
rename to stable/haste-server/3.0.9/README.md
index 5cf876d62d..292ac316c2 100644
--- a/stable/haste-server/3.0.8/README.md
+++ b/stable/haste-server/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/haste-server/3.0.8/app-readme.md b/stable/haste-server/3.0.9/app-readme.md
similarity index 100%
rename from stable/haste-server/3.0.8/app-readme.md
rename to stable/haste-server/3.0.9/app-readme.md
diff --git a/stable/haste-server/3.0.9/charts/common-8.3.12.tgz b/stable/haste-server/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/haste-server/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/haste-server/3.0.8/helm-values.md b/stable/haste-server/3.0.9/helm-values.md
similarity index 100%
rename from stable/haste-server/3.0.8/helm-values.md
rename to stable/haste-server/3.0.9/helm-values.md
diff --git a/stable/haste-server/3.0.8/questions.yaml b/stable/haste-server/3.0.9/questions.yaml
similarity index 100%
rename from stable/haste-server/3.0.8/questions.yaml
rename to stable/haste-server/3.0.9/questions.yaml
diff --git a/stable/haste-server/3.0.8/templates/common.yaml b/stable/haste-server/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/haste-server/3.0.8/templates/common.yaml
rename to stable/haste-server/3.0.9/templates/common.yaml
diff --git a/stable/haste-server/3.0.8/test_values.yaml b/stable/haste-server/3.0.9/values.yaml
similarity index 100%
rename from stable/haste-server/3.0.8/test_values.yaml
rename to stable/haste-server/3.0.9/values.yaml
diff --git a/stable/healthchecks/3.0.10/CHANGELOG.md b/stable/healthchecks/3.0.10/CHANGELOG.md
deleted file mode 100644
index 64b8bc326b..0000000000
--- a/stable/healthchecks/3.0.10/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [healthchecks-3.0.10](https://github.com/truecharts/apps/compare/healthchecks-3.0.9...healthchecks-3.0.10) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/healthchecks/3.0.10/Chart.lock b/stable/healthchecks/3.0.10/Chart.lock
deleted file mode 100644
index b5e19fccd8..0000000000
--- a/stable/healthchecks/3.0.10/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:40:10.77658299Z"
diff --git a/stable/healthchecks/3.0.10/charts/common-8.3.10.tgz b/stable/healthchecks/3.0.10/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/healthchecks/3.0.10/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/healthchecks/3.0.10/ix_values.yaml b/stable/healthchecks/3.0.10/ix_values.yaml
deleted file mode 100644
index 11db67412a..0000000000
--- a/stable/healthchecks/3.0.10/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/healthchecks
- pullPolicy: IfNotPresent
- tag: version-v1.22.0@sha256:a5cef9bed791dee2b8d74f0ed3098af13166a9a75da57671220d01ab61dbde31
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/healthchecks/3.0.10/values.yaml b/stable/healthchecks/3.0.10/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/healthchecks/3.0.11/CHANGELOG.md b/stable/healthchecks/3.0.11/CHANGELOG.md
new file mode 100644
index 0000000000..2112bd7147
--- /dev/null
+++ b/stable/healthchecks/3.0.11/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [healthchecks-3.0.11](https://github.com/truecharts/apps/compare/healthchecks-3.0.10...healthchecks-3.0.11) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/healthchecks/3.0.10/CONFIG.md b/stable/healthchecks/3.0.11/CONFIG.md
similarity index 100%
rename from stable/healthchecks/3.0.10/CONFIG.md
rename to stable/healthchecks/3.0.11/CONFIG.md
diff --git a/stable/healthchecks/3.0.11/Chart.lock b/stable/healthchecks/3.0.11/Chart.lock
new file mode 100644
index 0000000000..bbc3d03675
--- /dev/null
+++ b/stable/healthchecks/3.0.11/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:39:42.755758358Z"
diff --git a/stable/healthchecks/3.0.10/Chart.yaml b/stable/healthchecks/3.0.11/Chart.yaml
similarity index 95%
rename from stable/healthchecks/3.0.10/Chart.yaml
rename to stable/healthchecks/3.0.11/Chart.yaml
index 9a46b7af72..e1271f9c3c 100644
--- a/stable/healthchecks/3.0.10/Chart.yaml
+++ b/stable/healthchecks/3.0.11/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.22.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Healthchecks is a cron job monitoring service. It listens for HTTP requests
and email messages ("pings") from your cron jobs and scheduled tasks ("checks").
When a ping does not arrive on time, Healthchecks sends out alerts.
@@ -22,4 +22,4 @@ name: healthchecks
sources:
- https://github.com/healthchecks/healthchecks
- https://hub.docker.com/r/linuxserver/healthchecks
-version: 3.0.10
+version: 3.0.11
diff --git a/stable/healthchecks/3.0.10/README.md b/stable/healthchecks/3.0.11/README.md
similarity index 97%
rename from stable/healthchecks/3.0.10/README.md
rename to stable/healthchecks/3.0.11/README.md
index 3cc4136432..6189456c8e 100644
--- a/stable/healthchecks/3.0.10/README.md
+++ b/stable/healthchecks/3.0.11/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/healthchecks/3.0.10/app-readme.md b/stable/healthchecks/3.0.11/app-readme.md
similarity index 100%
rename from stable/healthchecks/3.0.10/app-readme.md
rename to stable/healthchecks/3.0.11/app-readme.md
diff --git a/stable/healthchecks/3.0.11/charts/common-8.3.12.tgz b/stable/healthchecks/3.0.11/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/healthchecks/3.0.11/charts/common-8.3.12.tgz differ
diff --git a/stable/healthchecks/3.0.10/helm-values.md b/stable/healthchecks/3.0.11/helm-values.md
similarity index 100%
rename from stable/healthchecks/3.0.10/helm-values.md
rename to stable/healthchecks/3.0.11/helm-values.md
diff --git a/stable/healthchecks/3.0.10/questions.yaml b/stable/healthchecks/3.0.11/questions.yaml
similarity index 99%
rename from stable/healthchecks/3.0.10/questions.yaml
rename to stable/healthchecks/3.0.11/questions.yaml
index daea236420..481b1fa0a1 100644
--- a/stable/healthchecks/3.0.10/questions.yaml
+++ b/stable/healthchecks/3.0.11/questions.yaml
@@ -574,6 +574,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/healthchecks/3.0.10/templates/common.yaml b/stable/healthchecks/3.0.11/templates/common.yaml
similarity index 100%
rename from stable/healthchecks/3.0.10/templates/common.yaml
rename to stable/healthchecks/3.0.11/templates/common.yaml
diff --git a/stable/healthchecks/3.0.10/test_values.yaml b/stable/healthchecks/3.0.11/values.yaml
similarity index 100%
rename from stable/healthchecks/3.0.10/test_values.yaml
rename to stable/healthchecks/3.0.11/values.yaml
diff --git a/stable/heimdall/8.0.11/CHANGELOG.md b/stable/heimdall/8.0.11/CHANGELOG.md
deleted file mode 100644
index a78d7f4904..0000000000
--- a/stable/heimdall/8.0.11/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [heimdall-8.0.11](https://github.com/truecharts/apps/compare/heimdall-8.0.10...heimdall-8.0.11) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/heimdall/8.0.11/Chart.lock b/stable/heimdall/8.0.11/Chart.lock
deleted file mode 100644
index 068867f6db..0000000000
--- a/stable/heimdall/8.0.11/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:40:25.388423742Z"
diff --git a/stable/heimdall/8.0.11/charts/common-8.3.10.tgz b/stable/heimdall/8.0.11/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/heimdall/8.0.11/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/heimdall/8.0.11/ix_values.yaml b/stable/heimdall/8.0.11/ix_values.yaml
deleted file mode 100644
index f5364176c5..0000000000
--- a/stable/heimdall/8.0.11/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/heimdall
- tag: version-2.2.2@sha256:4e6ab02a420524fcbbd0675051b6efdf66e21ea9966df3bdcdcfc4a1e0ba1ab0
- pullPolicy: IfNotPresent
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/heimdall/8.0.11/values.yaml b/stable/heimdall/8.0.11/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/heimdall/8.0.12/CHANGELOG.md b/stable/heimdall/8.0.12/CHANGELOG.md
new file mode 100644
index 0000000000..5b2ad1096f
--- /dev/null
+++ b/stable/heimdall/8.0.12/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [heimdall-8.0.12](https://github.com/truecharts/apps/compare/heimdall-8.0.11...heimdall-8.0.12) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/heimdall/8.0.11/CONFIG.md b/stable/heimdall/8.0.12/CONFIG.md
similarity index 100%
rename from stable/heimdall/8.0.11/CONFIG.md
rename to stable/heimdall/8.0.12/CONFIG.md
diff --git a/stable/heimdall/8.0.12/Chart.lock b/stable/heimdall/8.0.12/Chart.lock
new file mode 100644
index 0000000000..29919a0660
--- /dev/null
+++ b/stable/heimdall/8.0.12/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:40:06.112542599Z"
diff --git a/stable/heimdall/8.0.11/Chart.yaml b/stable/heimdall/8.0.12/Chart.yaml
similarity index 93%
rename from stable/heimdall/8.0.11/Chart.yaml
rename to stable/heimdall/8.0.12/Chart.yaml
index 76d37934e6..b24575a696 100644
--- a/stable/heimdall/8.0.11/Chart.yaml
+++ b/stable/heimdall/8.0.12/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.2.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: An Application dashboard and launcher
home: https://github.com/truecharts/apps/tree/master/charts/stable/heimdall
@@ -18,4 +18,4 @@ maintainers:
name: heimdall
sources: null
type: application
-version: 8.0.11
+version: 8.0.12
diff --git a/stable/heimdall/8.0.11/README.md b/stable/heimdall/8.0.12/README.md
similarity index 96%
rename from stable/heimdall/8.0.11/README.md
rename to stable/heimdall/8.0.12/README.md
index 71579f7142..061cdcb1c9 100644
--- a/stable/heimdall/8.0.11/README.md
+++ b/stable/heimdall/8.0.12/README.md
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/heimdall/8.0.11/app-readme.md b/stable/heimdall/8.0.12/app-readme.md
similarity index 100%
rename from stable/heimdall/8.0.11/app-readme.md
rename to stable/heimdall/8.0.12/app-readme.md
diff --git a/stable/heimdall/8.0.12/charts/common-8.3.12.tgz b/stable/heimdall/8.0.12/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/heimdall/8.0.12/charts/common-8.3.12.tgz differ
diff --git a/stable/heimdall/8.0.11/helm-values.md b/stable/heimdall/8.0.12/helm-values.md
similarity index 100%
rename from stable/heimdall/8.0.11/helm-values.md
rename to stable/heimdall/8.0.12/helm-values.md
diff --git a/stable/heimdall/8.0.11/questions.yaml b/stable/heimdall/8.0.12/questions.yaml
similarity index 100%
rename from stable/heimdall/8.0.11/questions.yaml
rename to stable/heimdall/8.0.12/questions.yaml
diff --git a/stable/heimdall/8.0.11/templates/common.yaml b/stable/heimdall/8.0.12/templates/common.yaml
similarity index 100%
rename from stable/heimdall/8.0.11/templates/common.yaml
rename to stable/heimdall/8.0.12/templates/common.yaml
diff --git a/stable/heimdall/8.0.11/test_values.yaml b/stable/heimdall/8.0.12/values.yaml
similarity index 100%
rename from stable/heimdall/8.0.11/test_values.yaml
rename to stable/heimdall/8.0.12/values.yaml
diff --git a/stable/home-assistant/8.2.3/CHANGELOG.md b/stable/home-assistant/8.2.3/CHANGELOG.md
deleted file mode 100644
index eb887abb88..0000000000
--- a/stable/home-assistant/8.2.3/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [home-assistant-8.2.3](https://github.com/truecharts/apps/compare/home-assistant-8.2.2...home-assistant-8.2.3) (2021-10-18)
-
-#### Fix
-
-* Fix invisible items in Automation Dashboard ([#1163](https://github.com/truecharts/apps/issues/1163))
-
diff --git a/stable/home-assistant/8.2.3/Chart.lock b/stable/home-assistant/8.2.3/Chart.lock
deleted file mode 100644
index ceb51bd099..0000000000
--- a/stable/home-assistant/8.2.3/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.16
-digest: sha256:5e1597affe67b70ac638fd3085d11b6de39a5bed59b3710bde5193bb2376e286
-generated: "2021-10-18T08:43:44.545946519Z"
diff --git a/stable/home-assistant/8.2.3/charts/common-8.3.10.tgz b/stable/home-assistant/8.2.3/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/home-assistant/8.2.3/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/home-assistant/8.2.3/charts/postgresql-3.0.16.tgz b/stable/home-assistant/8.2.3/charts/postgresql-3.0.16.tgz
deleted file mode 100644
index a6bcd7d61c..0000000000
Binary files a/stable/home-assistant/8.2.3/charts/postgresql-3.0.16.tgz and /dev/null differ
diff --git a/stable/home-assistant/8.2.3/ix_values.yaml b/stable/home-assistant/8.2.3/ix_values.yaml
deleted file mode 100644
index 8abbcce689..0000000000
--- a/stable/home-assistant/8.2.3/ix_values.yaml
+++ /dev/null
@@ -1,39 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/home-assistant
- pullPolicy: IfNotPresent
- tag: v2021.10.4@sha256:6f5892e307edd0b135f4ccab1ecee70518e0418b26e6264c23c67d1982eece86
-
-initContainers:
- init:
- image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
- command: ["/config/init/init.sh"]
- volumeMounts:
- - name: init
- mountPath: /config/init
- - name: config
- mountPath: /config
-
-# -- Enable and configure postgresql database subchart under this key.
-# For more options see [postgresql chart documentation](https://github.com/bitnami/charts/tree/master/bitnami/postgresql)
-# @default -- See values.yaml
-postgresql:
- enabled: true
- postgresqlUsername: home-assistant
- postgresqlDatabase: home-assistant
- existingSecret: "dbcreds"
- persistence:
- db:
- storageClass: "SCALE-ZFS"
- dbbackups:
- storageClass: "SCALE-ZFS"
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/home-assistant/8.2.3/values.yaml b/stable/home-assistant/8.2.3/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/home-assistant/8.2.4/CHANGELOG.md b/stable/home-assistant/8.2.4/CHANGELOG.md
new file mode 100644
index 0000000000..b04c345f5a
--- /dev/null
+++ b/stable/home-assistant/8.2.4/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [home-assistant-8.2.4](https://github.com/truecharts/apps/compare/home-assistant-8.2.3...home-assistant-8.2.4) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/home-assistant/8.2.3/CONFIG.md b/stable/home-assistant/8.2.4/CONFIG.md
similarity index 100%
rename from stable/home-assistant/8.2.3/CONFIG.md
rename to stable/home-assistant/8.2.4/CONFIG.md
diff --git a/stable/home-assistant/8.2.4/Chart.lock b/stable/home-assistant/8.2.4/Chart.lock
new file mode 100644
index 0000000000..9c548d8a6c
--- /dev/null
+++ b/stable/home-assistant/8.2.4/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.18
+digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
+generated: "2021-10-18T21:40:29.758309482Z"
diff --git a/stable/home-assistant/8.2.3/Chart.yaml b/stable/home-assistant/8.2.4/Chart.yaml
similarity index 94%
rename from stable/home-assistant/8.2.3/Chart.yaml
rename to stable/home-assistant/8.2.4/Chart.yaml
index f9c02f9f27..b377fcd899 100644
--- a/stable/home-assistant/8.2.3/Chart.yaml
+++ b/stable/home-assistant/8.2.4/Chart.yaml
@@ -3,11 +3,11 @@ appVersion: "2021.10.4"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.16
+ version: 3.0.18
deprecated: false
description: home-assistant App for TrueNAS SCALE
home: https://github.com/truecharts/apps/tree/master/charts/stable/home-assistant
@@ -29,4 +29,4 @@ sources:
- https://github.com/home-assistant/home-assistant
- https://github.com/cdr/code-server
type: application
-version: 8.2.3
+version: 8.2.4
diff --git a/stable/home-assistant/8.2.3/README.md b/stable/home-assistant/8.2.4/README.md
similarity index 93%
rename from stable/home-assistant/8.2.3/README.md
rename to stable/home-assistant/8.2.4/README.md
index 9afdc61613..69fa68d2eb 100644
--- a/stable/home-assistant/8.2.3/README.md
+++ b/stable/home-assistant/8.2.4/README.md
@@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.16 |
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/home-assistant/8.2.3/app-readme.md b/stable/home-assistant/8.2.4/app-readme.md
similarity index 100%
rename from stable/home-assistant/8.2.3/app-readme.md
rename to stable/home-assistant/8.2.4/app-readme.md
diff --git a/stable/home-assistant/8.2.4/charts/common-8.3.12.tgz b/stable/home-assistant/8.2.4/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/home-assistant/8.2.4/charts/common-8.3.12.tgz differ
diff --git a/stable/home-assistant/8.2.4/charts/postgresql-3.0.18.tgz b/stable/home-assistant/8.2.4/charts/postgresql-3.0.18.tgz
new file mode 100644
index 0000000000..7f4a2a7284
Binary files /dev/null and b/stable/home-assistant/8.2.4/charts/postgresql-3.0.18.tgz differ
diff --git a/stable/home-assistant/8.2.3/helm-values.md b/stable/home-assistant/8.2.4/helm-values.md
similarity index 100%
rename from stable/home-assistant/8.2.3/helm-values.md
rename to stable/home-assistant/8.2.4/helm-values.md
diff --git a/stable/home-assistant/8.2.3/questions.yaml b/stable/home-assistant/8.2.4/questions.yaml
similarity index 99%
rename from stable/home-assistant/8.2.3/questions.yaml
rename to stable/home-assistant/8.2.4/questions.yaml
index bbcb6f4928..b80a2ade37 100644
--- a/stable/home-assistant/8.2.3/questions.yaml
+++ b/stable/home-assistant/8.2.4/questions.yaml
@@ -562,6 +562,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/home-assistant/8.2.3/templates/_configmap.tpl b/stable/home-assistant/8.2.4/templates/_configmap.tpl
similarity index 100%
rename from stable/home-assistant/8.2.3/templates/_configmap.tpl
rename to stable/home-assistant/8.2.4/templates/_configmap.tpl
diff --git a/stable/home-assistant/8.2.3/templates/common.yaml b/stable/home-assistant/8.2.4/templates/common.yaml
similarity index 100%
rename from stable/home-assistant/8.2.3/templates/common.yaml
rename to stable/home-assistant/8.2.4/templates/common.yaml
diff --git a/stable/home-assistant/8.2.3/templates/secret.yaml b/stable/home-assistant/8.2.4/templates/secret.yaml
similarity index 100%
rename from stable/home-assistant/8.2.3/templates/secret.yaml
rename to stable/home-assistant/8.2.4/templates/secret.yaml
diff --git a/stable/home-assistant/8.2.3/test_values.yaml b/stable/home-assistant/8.2.4/values.yaml
similarity index 100%
rename from stable/home-assistant/8.2.3/test_values.yaml
rename to stable/home-assistant/8.2.4/values.yaml
diff --git a/stable/hyperion-ng/3.0.8/CHANGELOG.md b/stable/hyperion-ng/3.0.8/CHANGELOG.md
deleted file mode 100644
index 8b049f4fe8..0000000000
--- a/stable/hyperion-ng/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [hyperion-ng-3.0.8](https://github.com/truecharts/apps/compare/hyperion-ng-3.0.7...hyperion-ng-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/hyperion-ng/3.0.8/Chart.lock b/stable/hyperion-ng/3.0.8/Chart.lock
deleted file mode 100644
index 8653f90f14..0000000000
--- a/stable/hyperion-ng/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:41:00.053537344Z"
diff --git a/stable/hyperion-ng/3.0.8/charts/common-8.3.10.tgz b/stable/hyperion-ng/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/hyperion-ng/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/hyperion-ng/3.0.8/ix_values.yaml b/stable/hyperion-ng/3.0.8/ix_values.yaml
deleted file mode 100644
index 87b42dd931..0000000000
--- a/stable/hyperion-ng/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: sirfragalot/hyperion.ng
- pullPolicy: IfNotPresent
- tag: 2.0.0-alpha.9-x86_64@sha256:34577843cb7b64a27b2e772a54886b54d8e0393230b18c6502309ab8221095a0
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/hyperion-ng/3.0.8/values.yaml b/stable/hyperion-ng/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/hyperion-ng/3.0.9/CHANGELOG.md b/stable/hyperion-ng/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..1700911b76
--- /dev/null
+++ b/stable/hyperion-ng/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [hyperion-ng-3.0.9](https://github.com/truecharts/apps/compare/hyperion-ng-3.0.8...hyperion-ng-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/hyperion-ng/3.0.8/CONFIG.md b/stable/hyperion-ng/3.0.9/CONFIG.md
similarity index 100%
rename from stable/hyperion-ng/3.0.8/CONFIG.md
rename to stable/hyperion-ng/3.0.9/CONFIG.md
diff --git a/stable/hyperion-ng/3.0.9/Chart.lock b/stable/hyperion-ng/3.0.9/Chart.lock
new file mode 100644
index 0000000000..e829be6464
--- /dev/null
+++ b/stable/hyperion-ng/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:40:59.58101561Z"
diff --git a/stable/hyperion-ng/3.0.8/Chart.yaml b/stable/hyperion-ng/3.0.9/Chart.yaml
similarity index 94%
rename from stable/hyperion-ng/3.0.8/Chart.yaml
rename to stable/hyperion-ng/3.0.9/Chart.yaml
index cb5f263401..97b51413d0 100644
--- a/stable/hyperion-ng/3.0.8/Chart.yaml
+++ b/stable/hyperion-ng/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.0.0-alph"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Hyperion is an opensource Bias or Ambient Lighting implementation
home: https://github.com/truechartsapps/tree/master/charts/stable/hyperion-ng
icon: https://avatars.githubusercontent.com/u/17778452?s=200&v=4
@@ -19,4 +19,4 @@ name: hyperion-ng
sources:
- https://github.com/hyperion-project/hyperion.ng
- https://hub.docker.com/r/sirfragalot/hyperion.ng
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/hyperion-ng/3.0.8/README.md b/stable/hyperion-ng/3.0.9/README.md
similarity index 96%
rename from stable/hyperion-ng/3.0.8/README.md
rename to stable/hyperion-ng/3.0.9/README.md
index 6d00709f81..ebacff01fc 100644
--- a/stable/hyperion-ng/3.0.8/README.md
+++ b/stable/hyperion-ng/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/hyperion-ng/3.0.8/app-readme.md b/stable/hyperion-ng/3.0.9/app-readme.md
similarity index 100%
rename from stable/hyperion-ng/3.0.8/app-readme.md
rename to stable/hyperion-ng/3.0.9/app-readme.md
diff --git a/stable/hyperion-ng/3.0.9/charts/common-8.3.12.tgz b/stable/hyperion-ng/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/hyperion-ng/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/hyperion-ng/3.0.8/helm-values.md b/stable/hyperion-ng/3.0.9/helm-values.md
similarity index 100%
rename from stable/hyperion-ng/3.0.8/helm-values.md
rename to stable/hyperion-ng/3.0.9/helm-values.md
diff --git a/stable/hyperion-ng/3.0.8/questions.yaml b/stable/hyperion-ng/3.0.9/questions.yaml
similarity index 99%
rename from stable/hyperion-ng/3.0.8/questions.yaml
rename to stable/hyperion-ng/3.0.9/questions.yaml
index e9c8973bd4..d37109d00b 100644
--- a/stable/hyperion-ng/3.0.8/questions.yaml
+++ b/stable/hyperion-ng/3.0.9/questions.yaml
@@ -837,6 +837,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/hyperion-ng/3.0.8/templates/common.yaml b/stable/hyperion-ng/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/hyperion-ng/3.0.8/templates/common.yaml
rename to stable/hyperion-ng/3.0.9/templates/common.yaml
diff --git a/stable/hyperion-ng/3.0.8/test_values.yaml b/stable/hyperion-ng/3.0.9/values.yaml
similarity index 100%
rename from stable/hyperion-ng/3.0.8/test_values.yaml
rename to stable/hyperion-ng/3.0.9/values.yaml
diff --git a/stable/jackett/8.0.13/CHANGELOG.md b/stable/jackett/8.0.13/CHANGELOG.md
deleted file mode 100644
index 9bf49e7c36..0000000000
--- a/stable/jackett/8.0.13/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [jackett-8.0.13](https://github.com/truecharts/apps/compare/jackett-8.0.12...jackett-8.0.13) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/jackett/8.0.13/Chart.lock b/stable/jackett/8.0.13/Chart.lock
deleted file mode 100644
index 1f7c03a363..0000000000
--- a/stable/jackett/8.0.13/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:41:14.668697735Z"
diff --git a/stable/jackett/8.0.13/charts/common-8.3.10.tgz b/stable/jackett/8.0.13/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/jackett/8.0.13/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/jackett/8.0.13/ix_values.yaml b/stable/jackett/8.0.13/ix_values.yaml
deleted file mode 100644
index 272c73f89c..0000000000
--- a/stable/jackett/8.0.13/ix_values.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/jackett
- pullPolicy: IfNotPresent
- tag: v0.18.984@sha256:81800e3307f2face690f13f2281597fc06f9765f7995e9b6b568e587eb9bbe1b
-
-probes:
- liveness:
- path: "/UI/Login"
-
- readiness:
- path: "/UI/Login"
-
- startup:
- path: "/UI/Login"
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/jackett/8.0.13/values.yaml b/stable/jackett/8.0.13/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/jackett/8.0.14/CHANGELOG.md b/stable/jackett/8.0.14/CHANGELOG.md
new file mode 100644
index 0000000000..4b28e99771
--- /dev/null
+++ b/stable/jackett/8.0.14/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [jackett-8.0.14](https://github.com/truecharts/apps/compare/jackett-8.0.13...jackett-8.0.14) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/jackett/8.0.13/CONFIG.md b/stable/jackett/8.0.14/CONFIG.md
similarity index 100%
rename from stable/jackett/8.0.13/CONFIG.md
rename to stable/jackett/8.0.14/CONFIG.md
diff --git a/stable/jackett/8.0.14/Chart.lock b/stable/jackett/8.0.14/Chart.lock
new file mode 100644
index 0000000000..7c4600f870
--- /dev/null
+++ b/stable/jackett/8.0.14/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:41:22.548165621Z"
diff --git a/stable/jackett/8.0.13/Chart.yaml b/stable/jackett/8.0.14/Chart.yaml
similarity index 94%
rename from stable/jackett/8.0.13/Chart.yaml
rename to stable/jackett/8.0.14/Chart.yaml
index 7bbc48fd86..28966fdd0c 100644
--- a/stable/jackett/8.0.13/Chart.yaml
+++ b/stable/jackett/8.0.14/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.18.984"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: API Support for your favorite torrent trackers.
home: https://github.com/truecharts/apps/tree/master/charts/stable/jackett
@@ -24,4 +24,4 @@ name: jackett
sources:
- https://github.com/Jackett/Jackett
type: application
-version: 8.0.13
+version: 8.0.14
diff --git a/stable/jackett/8.0.13/README.md b/stable/jackett/8.0.14/README.md
similarity index 96%
rename from stable/jackett/8.0.13/README.md
rename to stable/jackett/8.0.14/README.md
index 5014e233b4..6ddc931a18 100644
--- a/stable/jackett/8.0.13/README.md
+++ b/stable/jackett/8.0.14/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/jackett/8.0.13/app-readme.md b/stable/jackett/8.0.14/app-readme.md
similarity index 100%
rename from stable/jackett/8.0.13/app-readme.md
rename to stable/jackett/8.0.14/app-readme.md
diff --git a/stable/jackett/8.0.14/charts/common-8.3.12.tgz b/stable/jackett/8.0.14/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/jackett/8.0.14/charts/common-8.3.12.tgz differ
diff --git a/stable/jackett/8.0.13/helm-values.md b/stable/jackett/8.0.14/helm-values.md
similarity index 100%
rename from stable/jackett/8.0.13/helm-values.md
rename to stable/jackett/8.0.14/helm-values.md
diff --git a/stable/jackett/8.0.13/questions.yaml b/stable/jackett/8.0.14/questions.yaml
similarity index 99%
rename from stable/jackett/8.0.13/questions.yaml
rename to stable/jackett/8.0.14/questions.yaml
index 004e4fe64f..d8766d78dc 100644
--- a/stable/jackett/8.0.13/questions.yaml
+++ b/stable/jackett/8.0.14/questions.yaml
@@ -540,6 +540,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/jackett/8.0.13/templates/common.yaml b/stable/jackett/8.0.14/templates/common.yaml
similarity index 100%
rename from stable/jackett/8.0.13/templates/common.yaml
rename to stable/jackett/8.0.14/templates/common.yaml
diff --git a/stable/jackett/8.0.13/test_values.yaml b/stable/jackett/8.0.14/values.yaml
similarity index 100%
rename from stable/jackett/8.0.13/test_values.yaml
rename to stable/jackett/8.0.14/values.yaml
diff --git a/stable/jdownloader2/3.0.8/CHANGELOG.md b/stable/jdownloader2/3.0.8/CHANGELOG.md
deleted file mode 100644
index de0ca26a4c..0000000000
--- a/stable/jdownloader2/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [jdownloader2-3.0.8](https://github.com/truecharts/apps/compare/jdownloader2-3.0.7...jdownloader2-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/jdownloader2/3.0.8/Chart.lock b/stable/jdownloader2/3.0.8/Chart.lock
deleted file mode 100644
index 526aa8da89..0000000000
--- a/stable/jdownloader2/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:41:29.560701541Z"
diff --git a/stable/jdownloader2/3.0.8/charts/common-8.3.10.tgz b/stable/jdownloader2/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/jdownloader2/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/jdownloader2/3.0.8/ix_values.yaml b/stable/jdownloader2/3.0.8/ix_values.yaml
deleted file mode 100644
index befe89e14d..0000000000
--- a/stable/jdownloader2/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/jdownloader-2
- tag: v1.7.1@sha256:ed3299aa7037a99aed5978c30e504ce3daa470d11b6af9533355592c64c3cced
- pullPolicy: IfNotPresent
-
-#All values here are set as the docker defaults.
-envTpl:
- # Permissions Settings
- USER_ID: "{{ .Values.env.PUID }}"
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/jdownloader2/3.0.8/values.yaml b/stable/jdownloader2/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/jdownloader2/3.0.9/CHANGELOG.md b/stable/jdownloader2/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..fdefeb2202
--- /dev/null
+++ b/stable/jdownloader2/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [jdownloader2-3.0.9](https://github.com/truecharts/apps/compare/jdownloader2-3.0.8...jdownloader2-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/jdownloader2/3.0.8/CONFIG.md b/stable/jdownloader2/3.0.9/CONFIG.md
similarity index 100%
rename from stable/jdownloader2/3.0.8/CONFIG.md
rename to stable/jdownloader2/3.0.9/CONFIG.md
diff --git a/stable/jdownloader2/3.0.9/Chart.lock b/stable/jdownloader2/3.0.9/Chart.lock
new file mode 100644
index 0000000000..ccddd5c23c
--- /dev/null
+++ b/stable/jdownloader2/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:41:45.133919638Z"
diff --git a/stable/jdownloader2/3.0.8/Chart.yaml b/stable/jdownloader2/3.0.9/Chart.yaml
similarity index 95%
rename from stable/jdownloader2/3.0.8/Chart.yaml
rename to stable/jdownloader2/3.0.9/Chart.yaml
index a0e6a34ac6..48d46b9957 100644
--- a/stable/jdownloader2/3.0.8/Chart.yaml
+++ b/stable/jdownloader2/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.7.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: JDownloader is a free, open-source download management tool with a huge
community of developers that makes downloading as easy and fast as it should be.
@@ -23,4 +23,4 @@ sources:
- https://hub.docker.com/r/jlesage/jdownloader-2
- https://jdownloader.org/
type: application
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/jdownloader2/3.0.8/README.md b/stable/jdownloader2/3.0.9/README.md
similarity index 96%
rename from stable/jdownloader2/3.0.8/README.md
rename to stable/jdownloader2/3.0.9/README.md
index d6a4ca2529..e70acaff80 100644
--- a/stable/jdownloader2/3.0.8/README.md
+++ b/stable/jdownloader2/3.0.9/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/jdownloader2/3.0.8/app-readme.md b/stable/jdownloader2/3.0.9/app-readme.md
similarity index 100%
rename from stable/jdownloader2/3.0.8/app-readme.md
rename to stable/jdownloader2/3.0.9/app-readme.md
diff --git a/stable/jdownloader2/3.0.9/charts/common-8.3.12.tgz b/stable/jdownloader2/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/jdownloader2/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/jdownloader2/3.0.8/helm-values.md b/stable/jdownloader2/3.0.9/helm-values.md
similarity index 100%
rename from stable/jdownloader2/3.0.8/helm-values.md
rename to stable/jdownloader2/3.0.9/helm-values.md
diff --git a/stable/jdownloader2/3.0.8/questions.yaml b/stable/jdownloader2/3.0.9/questions.yaml
similarity index 99%
rename from stable/jdownloader2/3.0.8/questions.yaml
rename to stable/jdownloader2/3.0.9/questions.yaml
index afba30ead1..c9c2668a33 100644
--- a/stable/jdownloader2/3.0.8/questions.yaml
+++ b/stable/jdownloader2/3.0.9/questions.yaml
@@ -782,6 +782,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/jdownloader2/3.0.8/templates/common.yaml b/stable/jdownloader2/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/jdownloader2/3.0.8/templates/common.yaml
rename to stable/jdownloader2/3.0.9/templates/common.yaml
diff --git a/stable/jdownloader2/3.0.8/test_values.yaml b/stable/jdownloader2/3.0.9/values.yaml
similarity index 100%
rename from stable/jdownloader2/3.0.8/test_values.yaml
rename to stable/jdownloader2/3.0.9/values.yaml
diff --git a/stable/jellyfin/8.0.8/CHANGELOG.md b/stable/jellyfin/8.0.8/CHANGELOG.md
deleted file mode 100644
index fec859c4fe..0000000000
--- a/stable/jellyfin/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [jellyfin-8.0.8](https://github.com/truecharts/apps/compare/jellyfin-8.0.7...jellyfin-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/jellyfin/8.0.8/Chart.lock b/stable/jellyfin/8.0.8/Chart.lock
deleted file mode 100644
index f43caccf82..0000000000
--- a/stable/jellyfin/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:41:44.39178569Z"
diff --git a/stable/jellyfin/8.0.8/charts/common-8.3.10.tgz b/stable/jellyfin/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/jellyfin/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/jellyfin/8.0.8/ix_values.yaml b/stable/jellyfin/8.0.8/ix_values.yaml
deleted file mode 100644
index f4a1ac6523..0000000000
--- a/stable/jellyfin/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/jellyfin
- pullPolicy: IfNotPresent
- tag: v10.7.7@sha256:2fa78e734903d95f8b530d2f3203f5ce5d9ff891cc8a70c0e80e828e336b4abb
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/jellyfin/8.0.8/values.yaml b/stable/jellyfin/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/jellyfin/8.0.9/CHANGELOG.md b/stable/jellyfin/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..25dee65e10
--- /dev/null
+++ b/stable/jellyfin/8.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [jellyfin-8.0.9](https://github.com/truecharts/apps/compare/jellyfin-8.0.8...jellyfin-8.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/jellyfin/8.0.8/CONFIG.md b/stable/jellyfin/8.0.9/CONFIG.md
similarity index 100%
rename from stable/jellyfin/8.0.8/CONFIG.md
rename to stable/jellyfin/8.0.9/CONFIG.md
diff --git a/stable/jellyfin/8.0.9/Chart.lock b/stable/jellyfin/8.0.9/Chart.lock
new file mode 100644
index 0000000000..d0dad0770c
--- /dev/null
+++ b/stable/jellyfin/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:42:08.282046618Z"
diff --git a/stable/jellyfin/8.0.8/Chart.yaml b/stable/jellyfin/8.0.9/Chart.yaml
similarity index 94%
rename from stable/jellyfin/8.0.8/Chart.yaml
rename to stable/jellyfin/8.0.9/Chart.yaml
index c006a25677..eb4efe1861 100644
--- a/stable/jellyfin/8.0.8/Chart.yaml
+++ b/stable/jellyfin/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "10.7.7"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Jellyfin is a Free Software Media System
home: https://github.com/truecharts/apps/tree/master/charts/stable/jellyfin
@@ -24,4 +24,4 @@ name: jellyfin
sources:
- https://github.com/jellyfin/jellyfin
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/jellyfin/8.0.8/README.md b/stable/jellyfin/8.0.9/README.md
similarity index 96%
rename from stable/jellyfin/8.0.8/README.md
rename to stable/jellyfin/8.0.9/README.md
index 4c9d68f6a8..eb45beeab8 100644
--- a/stable/jellyfin/8.0.8/README.md
+++ b/stable/jellyfin/8.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/jellyfin/8.0.8/app-readme.md b/stable/jellyfin/8.0.9/app-readme.md
similarity index 100%
rename from stable/jellyfin/8.0.8/app-readme.md
rename to stable/jellyfin/8.0.9/app-readme.md
diff --git a/stable/jellyfin/8.0.9/charts/common-8.3.12.tgz b/stable/jellyfin/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/jellyfin/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/jellyfin/8.0.8/helm-values.md b/stable/jellyfin/8.0.9/helm-values.md
similarity index 100%
rename from stable/jellyfin/8.0.8/helm-values.md
rename to stable/jellyfin/8.0.9/helm-values.md
diff --git a/stable/jellyfin/8.0.8/questions.yaml b/stable/jellyfin/8.0.9/questions.yaml
similarity index 99%
rename from stable/jellyfin/8.0.8/questions.yaml
rename to stable/jellyfin/8.0.9/questions.yaml
index c762cfb6d1..6b08e9bbce 100644
--- a/stable/jellyfin/8.0.8/questions.yaml
+++ b/stable/jellyfin/8.0.9/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/jellyfin/8.0.8/templates/common.yaml b/stable/jellyfin/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/jellyfin/8.0.8/templates/common.yaml
rename to stable/jellyfin/8.0.9/templates/common.yaml
diff --git a/stable/jellyfin/8.0.8/test_values.yaml b/stable/jellyfin/8.0.9/values.yaml
similarity index 100%
rename from stable/jellyfin/8.0.8/test_values.yaml
rename to stable/jellyfin/8.0.9/values.yaml
diff --git a/stable/k8s-gateway/3.0.8/CHANGELOG.md b/stable/k8s-gateway/3.0.8/CHANGELOG.md
deleted file mode 100644
index 54a4040a8f..0000000000
--- a/stable/k8s-gateway/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [k8s-gateway-3.0.8](https://github.com/truecharts/apps/compare/k8s-gateway-3.0.7...k8s-gateway-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/stable/k8s-gateway/3.0.8/Chart.lock b/stable/k8s-gateway/3.0.8/Chart.lock
deleted file mode 100644
index be2b634c8d..0000000000
--- a/stable/k8s-gateway/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:41:59.074692035Z"
diff --git a/stable/k8s-gateway/3.0.8/charts/common-8.3.10.tgz b/stable/k8s-gateway/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/k8s-gateway/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/k8s-gateway/3.0.8/ix_values.yaml b/stable/k8s-gateway/3.0.8/ix_values.yaml
deleted file mode 100644
index c93ce8e258..0000000000
--- a/stable/k8s-gateway/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,110 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-# Default values for Jackett.
-
-image:
- repository: quay.io/oriedge/k8s_gateway
- pullPolicy: IfNotPresent
- tag: v0.1.8@sha256:4937e28bb5dc4bd9c700a72d28e50d43929b4a9e8f64b4a306346426e6ed01e2
-
-args: ["-conf", "/etc/coredns/Corefile"]
-
-# -- Delegated domain
-domain: "example.com"
-
-# -- TTL for non-apex responses (in seconds)
-ttl: 300
-
-# -- Limit what kind of resources to watch, e.g. watchedResources: ["Ingress"]
-watchedResources: ["Ingress"]
-
-# -- Service name of a secondary DNS server (should be `serviceName.namespace`)
-secondary: ""
-
-# -- Override the default `serviceName.namespace` domain apex
-apex: ""
-
-serviceAccount:
- # -- Specifies whether a service account should be created
- create: true
-
-# -- Create a ClusterRole and ClusterRoleBinding
-# @default -- See below
-rbac:
- # -- Enables or disables the ClusterRole and ClusterRoleBinding
- enabled: true
-
- # -- Set Rules on the ClusterRole
- rules:
- - apiGroups:
- - ""
- resources:
- - services
- - namespaces
- verbs:
- - list
- - watch
- - apiGroups:
- - extensions
- - networking.k8s.io
- resources:
- - ingresses
- verbs:
- - list
- - watch
-
-service:
- main:
- enabled: true
- ports:
- main:
- protocol: UDP
- port: 53
-
-probes:
- liveness:
- custom: true
- spec:
- httpGet:
- path: /health
- port: 8080
- scheme: HTTP
- initialDelaySeconds: 60
- timeoutSeconds: 5
- successThreshold: 1
- failureThreshold: 5
-
- readiness:
- custom: true
- spec:
- httpGet:
- path: /ready
- port: 8181
- scheme: HTTP
- initialDelaySeconds: 10
- timeoutSeconds: 5
- successThreshold: 1
- failureThreshold: 5
-
-
- startup:
- custom: true
- spec:
- httpGet:
- path: /ready
- port: 8181
- scheme: HTTP
- initialDelaySeconds: 3
- timeoutSeconds: 2
- periodSeconds: 5
- failureThreshold: 60
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/k8s-gateway/3.0.8/values.yaml b/stable/k8s-gateway/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/k8s-gateway/3.0.9/CHANGELOG.md b/stable/k8s-gateway/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..6f907b3dff
--- /dev/null
+++ b/stable/k8s-gateway/3.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [k8s-gateway-3.0.9](https://github.com/truecharts/apps/compare/k8s-gateway-3.0.8...k8s-gateway-3.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/k8s-gateway/3.0.8/CONFIG.md b/stable/k8s-gateway/3.0.9/CONFIG.md
similarity index 100%
rename from stable/k8s-gateway/3.0.8/CONFIG.md
rename to stable/k8s-gateway/3.0.9/CONFIG.md
diff --git a/stable/k8s-gateway/3.0.9/Chart.lock b/stable/k8s-gateway/3.0.9/Chart.lock
new file mode 100644
index 0000000000..ab9d7f24c3
--- /dev/null
+++ b/stable/k8s-gateway/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:42:30.778330988Z"
diff --git a/stable/k8s-gateway/3.0.8/Chart.yaml b/stable/k8s-gateway/3.0.9/Chart.yaml
similarity index 94%
rename from stable/k8s-gateway/3.0.8/Chart.yaml
rename to stable/k8s-gateway/3.0.9/Chart.yaml
index 5ce7678ead..e827f9452f 100644
--- a/stable/k8s-gateway/3.0.8/Chart.yaml
+++ b/stable/k8s-gateway/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.1.8"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: A Helm chart for the k8s_gateway CoreDNS plugin
home: https://github.com/truecharts/apps/tree/master/charts/stable/k8s-gateway
@@ -20,4 +20,4 @@ name: k8s-gateway
sources:
- https://github.com/ori-edge/k8s_gateway
type: application
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/k8s-gateway/3.0.8/README.md b/stable/k8s-gateway/3.0.9/README.md
similarity index 96%
rename from stable/k8s-gateway/3.0.8/README.md
rename to stable/k8s-gateway/3.0.9/README.md
index 02e836086b..33177dd1a9 100644
--- a/stable/k8s-gateway/3.0.8/README.md
+++ b/stable/k8s-gateway/3.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/k8s-gateway/3.0.8/app-readme.md b/stable/k8s-gateway/3.0.9/app-readme.md
similarity index 100%
rename from stable/k8s-gateway/3.0.8/app-readme.md
rename to stable/k8s-gateway/3.0.9/app-readme.md
diff --git a/stable/k8s-gateway/3.0.9/charts/common-8.3.12.tgz b/stable/k8s-gateway/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/k8s-gateway/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/k8s-gateway/3.0.8/helm-values.md b/stable/k8s-gateway/3.0.9/helm-values.md
similarity index 100%
rename from stable/k8s-gateway/3.0.8/helm-values.md
rename to stable/k8s-gateway/3.0.9/helm-values.md
diff --git a/stable/k8s-gateway/3.0.8/questions.yaml b/stable/k8s-gateway/3.0.9/questions.yaml
similarity index 100%
rename from stable/k8s-gateway/3.0.8/questions.yaml
rename to stable/k8s-gateway/3.0.9/questions.yaml
diff --git a/stable/k8s-gateway/3.0.8/templates/_configmap.tpl b/stable/k8s-gateway/3.0.9/templates/_configmap.tpl
similarity index 100%
rename from stable/k8s-gateway/3.0.8/templates/_configmap.tpl
rename to stable/k8s-gateway/3.0.9/templates/_configmap.tpl
diff --git a/stable/k8s-gateway/3.0.8/templates/common.yaml b/stable/k8s-gateway/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/k8s-gateway/3.0.8/templates/common.yaml
rename to stable/k8s-gateway/3.0.9/templates/common.yaml
diff --git a/stable/k8s-gateway/3.0.8/test_values.yaml b/stable/k8s-gateway/3.0.9/values.yaml
similarity index 100%
rename from stable/k8s-gateway/3.0.8/test_values.yaml
rename to stable/k8s-gateway/3.0.9/values.yaml
diff --git a/stable/kms/8.0.10/CHANGELOG.md b/stable/kms/8.0.10/CHANGELOG.md
deleted file mode 100644
index 1d0e8feee4..0000000000
--- a/stable/kms/8.0.10/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [kms-8.0.10](https://github.com/truecharts/apps/compare/kms-8.0.9...kms-8.0.10) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/stable/kms/8.0.10/Chart.lock b/stable/kms/8.0.10/Chart.lock
deleted file mode 100644
index 1e81e85763..0000000000
--- a/stable/kms/8.0.10/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:42:13.881254738Z"
diff --git a/stable/kms/8.0.10/charts/common-8.3.10.tgz b/stable/kms/8.0.10/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/kms/8.0.10/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/kms/8.0.10/ix_values.yaml b/stable/kms/8.0.10/ix_values.yaml
deleted file mode 100644
index 38b174df3d..0000000000
--- a/stable/kms/8.0.10/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: pykmsorg/py-kms
- pullPolicy: IfNotPresent
- tag: minimal@sha256:a1d310b97ccbd6509111f980fef6d17a3ff3cfb89ccaeb8e5a02212f2a1f9f9e
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/kms/8.0.10/values.yaml b/stable/kms/8.0.10/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/kms/8.0.11/CHANGELOG.md b/stable/kms/8.0.11/CHANGELOG.md
new file mode 100644
index 0000000000..f47b5b30f4
--- /dev/null
+++ b/stable/kms/8.0.11/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [kms-8.0.11](https://github.com/truecharts/apps/compare/kms-8.0.10...kms-8.0.11) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/kms/8.0.10/CONFIG.md b/stable/kms/8.0.11/CONFIG.md
similarity index 100%
rename from stable/kms/8.0.10/CONFIG.md
rename to stable/kms/8.0.11/CONFIG.md
diff --git a/stable/kms/8.0.11/Chart.lock b/stable/kms/8.0.11/Chart.lock
new file mode 100644
index 0000000000..80b8325655
--- /dev/null
+++ b/stable/kms/8.0.11/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:42:53.191631618Z"
diff --git a/stable/kms/8.0.10/Chart.yaml b/stable/kms/8.0.11/Chart.yaml
similarity index 94%
rename from stable/kms/8.0.10/Chart.yaml
rename to stable/kms/8.0.11/Chart.yaml
index fc3ca2d671..16d777f21c 100644
--- a/stable/kms/8.0.10/Chart.yaml
+++ b/stable/kms/8.0.11/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "minimal"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Private Windows Activation Server for development and testing
home: https://github.com/truecharts/apps/tree/master/charts/stable/kms
@@ -22,4 +22,4 @@ name: kms
sources:
- https://github.com/SystemRage/py-kms
type: application
-version: 8.0.10
+version: 8.0.11
diff --git a/stable/kms/8.0.10/README.md b/stable/kms/8.0.11/README.md
similarity index 96%
rename from stable/kms/8.0.10/README.md
rename to stable/kms/8.0.11/README.md
index f41b54f98f..ed2137c8c2 100644
--- a/stable/kms/8.0.10/README.md
+++ b/stable/kms/8.0.11/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/kms/8.0.10/app-readme.md b/stable/kms/8.0.11/app-readme.md
similarity index 100%
rename from stable/kms/8.0.10/app-readme.md
rename to stable/kms/8.0.11/app-readme.md
diff --git a/stable/kms/8.0.11/charts/common-8.3.12.tgz b/stable/kms/8.0.11/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/kms/8.0.11/charts/common-8.3.12.tgz differ
diff --git a/stable/kms/8.0.10/helm-values.md b/stable/kms/8.0.11/helm-values.md
similarity index 100%
rename from stable/kms/8.0.10/helm-values.md
rename to stable/kms/8.0.11/helm-values.md
diff --git a/stable/kms/8.0.10/questions.yaml b/stable/kms/8.0.11/questions.yaml
similarity index 100%
rename from stable/kms/8.0.10/questions.yaml
rename to stable/kms/8.0.11/questions.yaml
diff --git a/stable/kms/8.0.10/templates/common.yaml b/stable/kms/8.0.11/templates/common.yaml
similarity index 100%
rename from stable/kms/8.0.10/templates/common.yaml
rename to stable/kms/8.0.11/templates/common.yaml
diff --git a/stable/kms/8.0.10/test_values.yaml b/stable/kms/8.0.11/values.yaml
similarity index 100%
rename from stable/kms/8.0.10/test_values.yaml
rename to stable/kms/8.0.11/values.yaml
diff --git a/stable/komga/3.0.12/CHANGELOG.md b/stable/komga/3.0.12/CHANGELOG.md
deleted file mode 100644
index 263ff0960d..0000000000
--- a/stable/komga/3.0.12/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [komga-3.0.12](https://github.com/truecharts/apps/compare/komga-3.0.11...komga-3.0.12) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/komga/3.0.12/Chart.lock b/stable/komga/3.0.12/Chart.lock
deleted file mode 100644
index bf08146685..0000000000
--- a/stable/komga/3.0.12/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:42:28.629239328Z"
diff --git a/stable/komga/3.0.12/charts/common-8.3.10.tgz b/stable/komga/3.0.12/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/komga/3.0.12/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/komga/3.0.12/ix_values.yaml b/stable/komga/3.0.12/ix_values.yaml
deleted file mode 100644
index 92abab067b..0000000000
--- a/stable/komga/3.0.12/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/komga
- pullPolicy: IfNotPresent
- tag: v0.132.0@sha256:e040dcb941230154ef27e0e3fb205cef0dc8b07a7c67ca739f67d1de3a1d5a71
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/komga/3.0.12/values.yaml b/stable/komga/3.0.12/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/komga/3.0.13/CHANGELOG.md b/stable/komga/3.0.13/CHANGELOG.md
new file mode 100644
index 0000000000..07af05b9b9
--- /dev/null
+++ b/stable/komga/3.0.13/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [komga-3.0.13](https://github.com/truecharts/apps/compare/komga-3.0.12...komga-3.0.13) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/komga/3.0.12/CONFIG.md b/stable/komga/3.0.13/CONFIG.md
similarity index 100%
rename from stable/komga/3.0.12/CONFIG.md
rename to stable/komga/3.0.13/CONFIG.md
diff --git a/stable/komga/3.0.13/Chart.lock b/stable/komga/3.0.13/Chart.lock
new file mode 100644
index 0000000000..249e6806c3
--- /dev/null
+++ b/stable/komga/3.0.13/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:43:16.064663766Z"
diff --git a/stable/komga/3.0.12/Chart.yaml b/stable/komga/3.0.13/Chart.yaml
similarity index 93%
rename from stable/komga/3.0.12/Chart.yaml
rename to stable/komga/3.0.13/Chart.yaml
index ea8dc99437..861c0a8f74 100644
--- a/stable/komga/3.0.12/Chart.yaml
+++ b/stable/komga/3.0.13/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.132.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A comics/mangas server to serve/stream pages via API
home: https://github.com/truechartsapps/tree/master/charts/stable/komga
icon: https://komga.org/assets/media/logo.svg
@@ -21,4 +21,4 @@ name: komga
sources:
- https://komga.org/
- https://github.com/gotson/komga
-version: 3.0.12
+version: 3.0.13
diff --git a/stable/komga/3.0.12/README.md b/stable/komga/3.0.13/README.md
similarity index 96%
rename from stable/komga/3.0.12/README.md
rename to stable/komga/3.0.13/README.md
index 1f73aab2b6..7dc46f9ff1 100644
--- a/stable/komga/3.0.12/README.md
+++ b/stable/komga/3.0.13/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/komga/3.0.12/app-readme.md b/stable/komga/3.0.13/app-readme.md
similarity index 100%
rename from stable/komga/3.0.12/app-readme.md
rename to stable/komga/3.0.13/app-readme.md
diff --git a/stable/komga/3.0.13/charts/common-8.3.12.tgz b/stable/komga/3.0.13/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/komga/3.0.13/charts/common-8.3.12.tgz differ
diff --git a/stable/komga/3.0.12/helm-values.md b/stable/komga/3.0.13/helm-values.md
similarity index 100%
rename from stable/komga/3.0.12/helm-values.md
rename to stable/komga/3.0.13/helm-values.md
diff --git a/stable/komga/3.0.12/questions.yaml b/stable/komga/3.0.13/questions.yaml
similarity index 99%
rename from stable/komga/3.0.12/questions.yaml
rename to stable/komga/3.0.13/questions.yaml
index 259b22f9d9..aa3c94c79c 100644
--- a/stable/komga/3.0.12/questions.yaml
+++ b/stable/komga/3.0.13/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/komga/3.0.12/templates/common.yaml b/stable/komga/3.0.13/templates/common.yaml
similarity index 100%
rename from stable/komga/3.0.12/templates/common.yaml
rename to stable/komga/3.0.13/templates/common.yaml
diff --git a/stable/komga/3.0.12/test_values.yaml b/stable/komga/3.0.13/values.yaml
similarity index 100%
rename from stable/komga/3.0.12/test_values.yaml
rename to stable/komga/3.0.13/values.yaml
diff --git a/stable/lazylibrarian/8.0.11/CHANGELOG.md b/stable/lazylibrarian/8.0.11/CHANGELOG.md
deleted file mode 100644
index 5bdec64309..0000000000
--- a/stable/lazylibrarian/8.0.11/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [lazylibrarian-8.0.11](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.10...lazylibrarian-8.0.11) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/lazylibrarian/8.0.11/Chart.lock b/stable/lazylibrarian/8.0.11/Chart.lock
deleted file mode 100644
index e09a9c7c53..0000000000
--- a/stable/lazylibrarian/8.0.11/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:42:43.613266063Z"
diff --git a/stable/lazylibrarian/8.0.11/charts/common-8.3.10.tgz b/stable/lazylibrarian/8.0.11/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/lazylibrarian/8.0.11/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/lazylibrarian/8.0.11/ix_values.yaml b/stable/lazylibrarian/8.0.11/ix_values.yaml
deleted file mode 100644
index 78d40a72c0..0000000000
--- a/stable/lazylibrarian/8.0.11/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/lazylibrarian
- pullPolicy: IfNotPresent
- tag: latest@sha256:447a29e213ed3e19bcadbf3b1334692014f8cf8d3103bc92642c3daf05619682
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/lazylibrarian/8.0.11/values.yaml b/stable/lazylibrarian/8.0.11/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/lazylibrarian/8.0.12/CHANGELOG.md b/stable/lazylibrarian/8.0.12/CHANGELOG.md
new file mode 100644
index 0000000000..323cc9a7eb
--- /dev/null
+++ b/stable/lazylibrarian/8.0.12/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [lazylibrarian-8.0.12](https://github.com/truecharts/apps/compare/lazylibrarian-8.0.11...lazylibrarian-8.0.12) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/lazylibrarian/8.0.11/CONFIG.md b/stable/lazylibrarian/8.0.12/CONFIG.md
similarity index 100%
rename from stable/lazylibrarian/8.0.11/CONFIG.md
rename to stable/lazylibrarian/8.0.12/CONFIG.md
diff --git a/stable/lazylibrarian/8.0.12/Chart.lock b/stable/lazylibrarian/8.0.12/Chart.lock
new file mode 100644
index 0000000000..b30f5657ee
--- /dev/null
+++ b/stable/lazylibrarian/8.0.12/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:43:38.932497891Z"
diff --git a/stable/lazylibrarian/8.0.11/Chart.yaml b/stable/lazylibrarian/8.0.12/Chart.yaml
similarity index 95%
rename from stable/lazylibrarian/8.0.11/Chart.yaml
rename to stable/lazylibrarian/8.0.12/Chart.yaml
index 7a4997b8dc..3aded18d7b 100644
--- a/stable/lazylibrarian/8.0.11/Chart.yaml
+++ b/stable/lazylibrarian/8.0.12/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Get all your books, like series with Sonarr...
home: https://github.com/truecharts/apps/tree/master/charts/stable/lazylibrarian
@@ -24,4 +24,4 @@ sources:
- https://gitlab.com/LazyLibrarian/LazyLibrarian.git
- https://lazylibrarian.gitlab.io
type: application
-version: 8.0.11
+version: 8.0.12
diff --git a/stable/lazylibrarian/8.0.11/README.md b/stable/lazylibrarian/8.0.12/README.md
similarity index 96%
rename from stable/lazylibrarian/8.0.11/README.md
rename to stable/lazylibrarian/8.0.12/README.md
index 60909b0979..cc2efab56d 100644
--- a/stable/lazylibrarian/8.0.11/README.md
+++ b/stable/lazylibrarian/8.0.12/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/lazylibrarian/8.0.11/app-readme.md b/stable/lazylibrarian/8.0.12/app-readme.md
similarity index 100%
rename from stable/lazylibrarian/8.0.11/app-readme.md
rename to stable/lazylibrarian/8.0.12/app-readme.md
diff --git a/stable/lazylibrarian/8.0.12/charts/common-8.3.12.tgz b/stable/lazylibrarian/8.0.12/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/lazylibrarian/8.0.12/charts/common-8.3.12.tgz differ
diff --git a/stable/lazylibrarian/8.0.11/helm-values.md b/stable/lazylibrarian/8.0.12/helm-values.md
similarity index 100%
rename from stable/lazylibrarian/8.0.11/helm-values.md
rename to stable/lazylibrarian/8.0.12/helm-values.md
diff --git a/stable/lazylibrarian/8.0.11/questions.yaml b/stable/lazylibrarian/8.0.12/questions.yaml
similarity index 100%
rename from stable/lazylibrarian/8.0.11/questions.yaml
rename to stable/lazylibrarian/8.0.12/questions.yaml
diff --git a/stable/lazylibrarian/8.0.11/templates/common.yaml b/stable/lazylibrarian/8.0.12/templates/common.yaml
similarity index 100%
rename from stable/lazylibrarian/8.0.11/templates/common.yaml
rename to stable/lazylibrarian/8.0.12/templates/common.yaml
diff --git a/stable/lazylibrarian/8.0.11/test_values.yaml b/stable/lazylibrarian/8.0.12/values.yaml
similarity index 100%
rename from stable/lazylibrarian/8.0.11/test_values.yaml
rename to stable/lazylibrarian/8.0.12/values.yaml
diff --git a/stable/librespeed/3.0.11/CHANGELOG.md b/stable/librespeed/3.0.11/CHANGELOG.md
deleted file mode 100644
index 3721aa99e1..0000000000
--- a/stable/librespeed/3.0.11/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [librespeed-3.0.11](https://github.com/truecharts/apps/compare/librespeed-3.0.10...librespeed-3.0.11) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/librespeed/3.0.11/Chart.lock b/stable/librespeed/3.0.11/Chart.lock
deleted file mode 100644
index 7045e206d7..0000000000
--- a/stable/librespeed/3.0.11/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:42:58.414210461Z"
diff --git a/stable/librespeed/3.0.11/charts/common-8.3.10.tgz b/stable/librespeed/3.0.11/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/librespeed/3.0.11/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/librespeed/3.0.11/ix_values.yaml b/stable/librespeed/3.0.11/ix_values.yaml
deleted file mode 100644
index 217b87b056..0000000000
--- a/stable/librespeed/3.0.11/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/librespeed
- pullPolicy: IfNotPresent
- tag: version-5.2.4@sha256:1c6b54536cd3014ef8dbe1398edbebb5b96bb91f1eb2cb8cba66f6ff09c5e244
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/librespeed/3.0.11/values.yaml b/stable/librespeed/3.0.11/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/librespeed/3.0.12/CHANGELOG.md b/stable/librespeed/3.0.12/CHANGELOG.md
new file mode 100644
index 0000000000..d243ccc76a
--- /dev/null
+++ b/stable/librespeed/3.0.12/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [librespeed-3.0.12](https://github.com/truecharts/apps/compare/librespeed-3.0.11...librespeed-3.0.12) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/librespeed/3.0.11/CONFIG.md b/stable/librespeed/3.0.12/CONFIG.md
similarity index 100%
rename from stable/librespeed/3.0.11/CONFIG.md
rename to stable/librespeed/3.0.12/CONFIG.md
diff --git a/stable/librespeed/3.0.12/Chart.lock b/stable/librespeed/3.0.12/Chart.lock
new file mode 100644
index 0000000000..1330fb8a59
--- /dev/null
+++ b/stable/librespeed/3.0.12/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:44:01.294226457Z"
diff --git a/stable/librespeed/3.0.11/Chart.yaml b/stable/librespeed/3.0.12/Chart.yaml
similarity index 95%
rename from stable/librespeed/3.0.11/Chart.yaml
rename to stable/librespeed/3.0.12/Chart.yaml
index 3b8118a9ef..0ca5cd7c32 100644
--- a/stable/librespeed/3.0.11/Chart.yaml
+++ b/stable/librespeed/3.0.12/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "5.2.4"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Librespeed is a HTML5 webpage to test upload and download speeds
home: https://github.com/truechartsapps/tree/master/charts/stable/librespeed
icon: https://github.com/librespeed/speedtest/blob/master/.logo/icon_huge.png?raw=true
@@ -20,4 +20,4 @@ sources:
- https://github.com/librespeed/speedtest
- https://hub.docker.com/r/linuxserver/librespeed
- https://github.com/truechartsapps/tree/master/charts/librespeed
-version: 3.0.11
+version: 3.0.12
diff --git a/stable/librespeed/3.0.11/README.md b/stable/librespeed/3.0.12/README.md
similarity index 96%
rename from stable/librespeed/3.0.11/README.md
rename to stable/librespeed/3.0.12/README.md
index 839db3788a..e990bc1ac8 100644
--- a/stable/librespeed/3.0.11/README.md
+++ b/stable/librespeed/3.0.12/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/librespeed/3.0.11/app-readme.md b/stable/librespeed/3.0.12/app-readme.md
similarity index 100%
rename from stable/librespeed/3.0.11/app-readme.md
rename to stable/librespeed/3.0.12/app-readme.md
diff --git a/stable/librespeed/3.0.12/charts/common-8.3.12.tgz b/stable/librespeed/3.0.12/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/librespeed/3.0.12/charts/common-8.3.12.tgz differ
diff --git a/stable/librespeed/3.0.11/ci/ct-values.yaml b/stable/librespeed/3.0.12/ci/ct-values.yaml
similarity index 100%
rename from stable/librespeed/3.0.11/ci/ct-values.yaml
rename to stable/librespeed/3.0.12/ci/ct-values.yaml
diff --git a/stable/librespeed/3.0.11/helm-values.md b/stable/librespeed/3.0.12/helm-values.md
similarity index 100%
rename from stable/librespeed/3.0.11/helm-values.md
rename to stable/librespeed/3.0.12/helm-values.md
diff --git a/stable/librespeed/3.0.11/questions.yaml b/stable/librespeed/3.0.12/questions.yaml
similarity index 99%
rename from stable/librespeed/3.0.11/questions.yaml
rename to stable/librespeed/3.0.12/questions.yaml
index acbb95592b..27b6d4882c 100644
--- a/stable/librespeed/3.0.11/questions.yaml
+++ b/stable/librespeed/3.0.12/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/librespeed/3.0.11/templates/common.yaml b/stable/librespeed/3.0.12/templates/common.yaml
similarity index 100%
rename from stable/librespeed/3.0.11/templates/common.yaml
rename to stable/librespeed/3.0.12/templates/common.yaml
diff --git a/stable/librespeed/3.0.11/test_values.yaml b/stable/librespeed/3.0.12/values.yaml
similarity index 100%
rename from stable/librespeed/3.0.11/test_values.yaml
rename to stable/librespeed/3.0.12/values.yaml
diff --git a/stable/lidarr/8.0.8/CHANGELOG.md b/stable/lidarr/8.0.8/CHANGELOG.md
deleted file mode 100644
index 888487d334..0000000000
--- a/stable/lidarr/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [lidarr-8.0.8](https://github.com/truecharts/apps/compare/lidarr-8.0.7...lidarr-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/lidarr/8.0.8/Chart.lock b/stable/lidarr/8.0.8/Chart.lock
deleted file mode 100644
index 9806fb2c90..0000000000
--- a/stable/lidarr/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:43:13.053036745Z"
diff --git a/stable/lidarr/8.0.8/charts/common-8.3.10.tgz b/stable/lidarr/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/lidarr/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/lidarr/8.0.8/ix_values.yaml b/stable/lidarr/8.0.8/ix_values.yaml
deleted file mode 100644
index 1782372d7d..0000000000
--- a/stable/lidarr/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/lidarr
- pullPolicy: IfNotPresent
- tag: v1.0.0.2255@sha256:54ebc1f90963b16889e9e1b915eced4efd45ae489805aa996faf519430a4322f
-
-probes:
- liveness:
- enabled: true
- ## Set this to true if you wish to specify your own livenessProbe
- custom: true
- ## The spec field contains the values for the default livenessProbe.
- ## If you selected custom: true, this field holds the definition of the livenessProbe.
- spec:
- exec:
- command:
- - /usr/bin/env
- - bash
- - -c
- - curl --fail localhost:8686/api/v1/system/status?apiKey=`IFS=\> && while
- read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
- failureThreshold: 5
- initialDelaySeconds: 60
- periodSeconds: 10
- successThreshold: 1
- timeoutSeconds: 10
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/lidarr/8.0.8/values.yaml b/stable/lidarr/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/lidarr/8.0.9/CHANGELOG.md b/stable/lidarr/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..7aeb01e02f
--- /dev/null
+++ b/stable/lidarr/8.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [lidarr-8.0.9](https://github.com/truecharts/apps/compare/lidarr-8.0.8...lidarr-8.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/lidarr/8.0.8/CONFIG.md b/stable/lidarr/8.0.9/CONFIG.md
similarity index 100%
rename from stable/lidarr/8.0.8/CONFIG.md
rename to stable/lidarr/8.0.9/CONFIG.md
diff --git a/stable/lidarr/8.0.9/Chart.lock b/stable/lidarr/8.0.9/Chart.lock
new file mode 100644
index 0000000000..714b71a86e
--- /dev/null
+++ b/stable/lidarr/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:44:23.572491566Z"
diff --git a/stable/lidarr/8.0.8/Chart.yaml b/stable/lidarr/8.0.9/Chart.yaml
similarity index 94%
rename from stable/lidarr/8.0.8/Chart.yaml
rename to stable/lidarr/8.0.9/Chart.yaml
index daaea5d649..dd04bd8e19 100644
--- a/stable/lidarr/8.0.8/Chart.yaml
+++ b/stable/lidarr/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.0.0.2255"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Looks and smells like Sonarr but made for music
home: https://github.com/truecharts/apps/tree/master/charts/stable/lidarr
@@ -24,4 +24,4 @@ name: lidarr
sources:
- https://github.com/Lidarr/Lidarr
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/lidarr/8.0.8/README.md b/stable/lidarr/8.0.9/README.md
similarity index 96%
rename from stable/lidarr/8.0.8/README.md
rename to stable/lidarr/8.0.9/README.md
index a9da910e07..b6ed0f0ebc 100644
--- a/stable/lidarr/8.0.8/README.md
+++ b/stable/lidarr/8.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/lidarr/8.0.8/app-readme.md b/stable/lidarr/8.0.9/app-readme.md
similarity index 100%
rename from stable/lidarr/8.0.8/app-readme.md
rename to stable/lidarr/8.0.9/app-readme.md
diff --git a/stable/lidarr/8.0.9/charts/common-8.3.12.tgz b/stable/lidarr/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/lidarr/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/lidarr/8.0.8/helm-values.md b/stable/lidarr/8.0.9/helm-values.md
similarity index 100%
rename from stable/lidarr/8.0.8/helm-values.md
rename to stable/lidarr/8.0.9/helm-values.md
diff --git a/stable/lidarr/8.0.8/questions.yaml b/stable/lidarr/8.0.9/questions.yaml
similarity index 99%
rename from stable/lidarr/8.0.8/questions.yaml
rename to stable/lidarr/8.0.9/questions.yaml
index 8ee9c8c226..068686fab8 100644
--- a/stable/lidarr/8.0.8/questions.yaml
+++ b/stable/lidarr/8.0.9/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/lidarr/8.0.8/templates/common.yaml b/stable/lidarr/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/lidarr/8.0.8/templates/common.yaml
rename to stable/lidarr/8.0.9/templates/common.yaml
diff --git a/stable/lidarr/8.0.8/test_values.yaml b/stable/lidarr/8.0.9/values.yaml
similarity index 100%
rename from stable/lidarr/8.0.8/test_values.yaml
rename to stable/lidarr/8.0.9/values.yaml
diff --git a/stable/littlelink/3.0.10/CHANGELOG.md b/stable/littlelink/3.0.10/CHANGELOG.md
deleted file mode 100644
index 2adaad3852..0000000000
--- a/stable/littlelink/3.0.10/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [littlelink-3.0.10](https://github.com/truecharts/apps/compare/littlelink-3.0.9...littlelink-3.0.10) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/stable/littlelink/3.0.10/Chart.lock b/stable/littlelink/3.0.10/Chart.lock
deleted file mode 100644
index 7d682969c5..0000000000
--- a/stable/littlelink/3.0.10/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:43:27.52628346Z"
diff --git a/stable/littlelink/3.0.10/charts/common-8.3.10.tgz b/stable/littlelink/3.0.10/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/littlelink/3.0.10/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/littlelink/3.0.10/ix_values.yaml b/stable/littlelink/3.0.10/ix_values.yaml
deleted file mode 100644
index 822351e204..0000000000
--- a/stable/littlelink/3.0.10/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/techno-tim/littlelink-server
- pullPolicy: IfNotPresent
- tag: latest@sha256:53cb446ee7216fe00814c5a7fee8d538a4af7c4fd3f1479a9a3d37dee8b42a7d
-
-envFrom:
- - configMapRef:
- name: littlelinkconfig
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/littlelink/3.0.10/values.yaml b/stable/littlelink/3.0.10/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/littlelink/3.0.11/CHANGELOG.md b/stable/littlelink/3.0.11/CHANGELOG.md
new file mode 100644
index 0000000000..c417b0368d
--- /dev/null
+++ b/stable/littlelink/3.0.11/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [littlelink-3.0.11](https://github.com/truecharts/apps/compare/littlelink-3.0.10...littlelink-3.0.11) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/littlelink/3.0.10/CONFIG.md b/stable/littlelink/3.0.11/CONFIG.md
similarity index 100%
rename from stable/littlelink/3.0.10/CONFIG.md
rename to stable/littlelink/3.0.11/CONFIG.md
diff --git a/stable/littlelink/3.0.11/Chart.lock b/stable/littlelink/3.0.11/Chart.lock
new file mode 100644
index 0000000000..7f6313b378
--- /dev/null
+++ b/stable/littlelink/3.0.11/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:44:47.790321128Z"
diff --git a/stable/littlelink/3.0.10/Chart.yaml b/stable/littlelink/3.0.11/Chart.yaml
similarity index 95%
rename from stable/littlelink/3.0.10/Chart.yaml
rename to stable/littlelink/3.0.11/Chart.yaml
index 8faea20b50..fa0c81bfc2 100644
--- a/stable/littlelink/3.0.10/Chart.yaml
+++ b/stable/littlelink/3.0.11/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Easy platform to combine all your social links
home: https://github.com/truecharts/apps/tree/master/charts/stable/littlelink
@@ -23,4 +23,4 @@ sources:
- https://github.com/techno-tim/littlelink-server
- https://github.com/sethcottle/littlelink
type: application
-version: 3.0.10
+version: 3.0.11
diff --git a/stable/littlelink/3.0.10/README.md b/stable/littlelink/3.0.11/README.md
similarity index 96%
rename from stable/littlelink/3.0.10/README.md
rename to stable/littlelink/3.0.11/README.md
index 5b6cfd473b..5067202c6c 100644
--- a/stable/littlelink/3.0.10/README.md
+++ b/stable/littlelink/3.0.11/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/littlelink/3.0.10/app-readme.md b/stable/littlelink/3.0.11/app-readme.md
similarity index 100%
rename from stable/littlelink/3.0.10/app-readme.md
rename to stable/littlelink/3.0.11/app-readme.md
diff --git a/stable/littlelink/3.0.11/charts/common-8.3.12.tgz b/stable/littlelink/3.0.11/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/littlelink/3.0.11/charts/common-8.3.12.tgz differ
diff --git a/stable/littlelink/3.0.10/helm-values.md b/stable/littlelink/3.0.11/helm-values.md
similarity index 100%
rename from stable/littlelink/3.0.10/helm-values.md
rename to stable/littlelink/3.0.11/helm-values.md
diff --git a/stable/littlelink/3.0.10/questions.yaml b/stable/littlelink/3.0.11/questions.yaml
similarity index 100%
rename from stable/littlelink/3.0.10/questions.yaml
rename to stable/littlelink/3.0.11/questions.yaml
diff --git a/stable/littlelink/3.0.10/templates/_configmap.tpl b/stable/littlelink/3.0.11/templates/_configmap.tpl
similarity index 100%
rename from stable/littlelink/3.0.10/templates/_configmap.tpl
rename to stable/littlelink/3.0.11/templates/_configmap.tpl
diff --git a/stable/littlelink/3.0.10/templates/common.yaml b/stable/littlelink/3.0.11/templates/common.yaml
similarity index 100%
rename from stable/littlelink/3.0.10/templates/common.yaml
rename to stable/littlelink/3.0.11/templates/common.yaml
diff --git a/stable/littlelink/3.0.10/test_values.yaml b/stable/littlelink/3.0.11/values.yaml
similarity index 100%
rename from stable/littlelink/3.0.10/test_values.yaml
rename to stable/littlelink/3.0.11/values.yaml
diff --git a/stable/lychee/8.0.8/CHANGELOG.md b/stable/lychee/8.0.8/CHANGELOG.md
deleted file mode 100644
index ba4c10bc5b..0000000000
--- a/stable/lychee/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [lychee-8.0.8](https://github.com/truecharts/apps/compare/lychee-8.0.7...lychee-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/lychee/8.0.8/Chart.lock b/stable/lychee/8.0.8/Chart.lock
deleted file mode 100644
index f86764b65b..0000000000
--- a/stable/lychee/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:43:42.261275114Z"
diff --git a/stable/lychee/8.0.8/charts/common-8.3.10.tgz b/stable/lychee/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/lychee/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/lychee/8.0.8/ix_values.yaml b/stable/lychee/8.0.8/ix_values.yaml
deleted file mode 100644
index 3bc2c6f38f..0000000000
--- a/stable/lychee/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/lychee-laravel
- pullPolicy: IfNotPresent
- tag: v4.3.4@sha256:b6ce78acde58c303b4c91d78d899317ee4de6a9c44343b263155497c1bcd762c
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/lychee/8.0.8/values.yaml b/stable/lychee/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/lychee/8.0.9/CHANGELOG.md b/stable/lychee/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..b55351267f
--- /dev/null
+++ b/stable/lychee/8.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [lychee-8.0.9](https://github.com/truecharts/apps/compare/lychee-8.0.8...lychee-8.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/lychee/8.0.8/CONFIG.md b/stable/lychee/8.0.9/CONFIG.md
similarity index 100%
rename from stable/lychee/8.0.8/CONFIG.md
rename to stable/lychee/8.0.9/CONFIG.md
diff --git a/stable/lychee/8.0.9/Chart.lock b/stable/lychee/8.0.9/Chart.lock
new file mode 100644
index 0000000000..f78f469342
--- /dev/null
+++ b/stable/lychee/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:45:10.291027421Z"
diff --git a/stable/lychee/8.0.8/Chart.yaml b/stable/lychee/8.0.9/Chart.yaml
similarity index 95%
rename from stable/lychee/8.0.8/Chart.yaml
rename to stable/lychee/8.0.9/Chart.yaml
index 3926839a34..86b382de5c 100644
--- a/stable/lychee/8.0.8/Chart.yaml
+++ b/stable/lychee/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "4.3.4"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Lychee is a free photo-management tool, which runs on your server or
web-space
@@ -23,4 +23,4 @@ sources:
- https://github.com/LycheeOrg/Lychee
- https://hub.docker.com/r/lycheeorg/lychee
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/lychee/8.0.8/README.md b/stable/lychee/8.0.9/README.md
similarity index 96%
rename from stable/lychee/8.0.8/README.md
rename to stable/lychee/8.0.9/README.md
index 8125c24fff..f0682794e9 100644
--- a/stable/lychee/8.0.8/README.md
+++ b/stable/lychee/8.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/lychee/8.0.8/app-readme.md b/stable/lychee/8.0.9/app-readme.md
similarity index 100%
rename from stable/lychee/8.0.8/app-readme.md
rename to stable/lychee/8.0.9/app-readme.md
diff --git a/stable/lychee/8.0.9/charts/common-8.3.12.tgz b/stable/lychee/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/lychee/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/lychee/8.0.8/helm-values.md b/stable/lychee/8.0.9/helm-values.md
similarity index 100%
rename from stable/lychee/8.0.8/helm-values.md
rename to stable/lychee/8.0.9/helm-values.md
diff --git a/stable/lychee/8.0.8/questions.yaml b/stable/lychee/8.0.9/questions.yaml
similarity index 100%
rename from stable/lychee/8.0.8/questions.yaml
rename to stable/lychee/8.0.9/questions.yaml
diff --git a/stable/lychee/8.0.8/templates/common.yaml b/stable/lychee/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/lychee/8.0.8/templates/common.yaml
rename to stable/lychee/8.0.9/templates/common.yaml
diff --git a/stable/lychee/8.0.8/test_values.yaml b/stable/lychee/8.0.9/values.yaml
similarity index 100%
rename from stable/lychee/8.0.8/test_values.yaml
rename to stable/lychee/8.0.9/values.yaml
diff --git a/stable/mealie/3.0.8/CHANGELOG.md b/stable/mealie/3.0.8/CHANGELOG.md
deleted file mode 100644
index f34505db71..0000000000
--- a/stable/mealie/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [mealie-3.0.8](https://github.com/truecharts/apps/compare/mealie-3.0.7...mealie-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/mealie/3.0.8/Chart.lock b/stable/mealie/3.0.8/Chart.lock
deleted file mode 100644
index b683638878..0000000000
--- a/stable/mealie/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:43:57.002668134Z"
diff --git a/stable/mealie/3.0.8/charts/common-8.3.10.tgz b/stable/mealie/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/mealie/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/mealie/3.0.8/ix_values.yaml b/stable/mealie/3.0.8/ix_values.yaml
deleted file mode 100644
index ffae36d873..0000000000
--- a/stable/mealie/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- # -- image repository
- repository: ghcr.io/truecharts/mealie
- # -- image tag
- tag: v0.5.2@sha256:e09dcdcdc812e3ef498953ceb268cbaedc031861219e7928e721c0729e97a4ae
- # -- image pull policy
- pullPolicy: IfNotPresent
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/mealie/3.0.8/values.yaml b/stable/mealie/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/mealie/3.0.9/CHANGELOG.md b/stable/mealie/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..eaa420f635
--- /dev/null
+++ b/stable/mealie/3.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [mealie-3.0.9](https://github.com/truecharts/apps/compare/mealie-3.0.8...mealie-3.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/mealie/3.0.8/CONFIG.md b/stable/mealie/3.0.9/CONFIG.md
similarity index 100%
rename from stable/mealie/3.0.8/CONFIG.md
rename to stable/mealie/3.0.9/CONFIG.md
diff --git a/stable/mealie/3.0.9/Chart.lock b/stable/mealie/3.0.9/Chart.lock
new file mode 100644
index 0000000000..e438a2f0cb
--- /dev/null
+++ b/stable/mealie/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:45:32.833061527Z"
diff --git a/stable/mealie/3.0.8/Chart.yaml b/stable/mealie/3.0.9/Chart.yaml
similarity index 95%
rename from stable/mealie/3.0.8/Chart.yaml
rename to stable/mealie/3.0.9/Chart.yaml
index 5cd220da3c..49cac4d1a8 100644
--- a/stable/mealie/3.0.8/Chart.yaml
+++ b/stable/mealie/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.5.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI
backend and a reactive frontend application built in Vue for a pleasant user experience
for the whole family.
@@ -19,4 +19,4 @@ maintainers:
name: mealie
sources:
- https://github.com/hay-kot/mealie
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/mealie/3.0.8/README.md b/stable/mealie/3.0.9/README.md
similarity index 96%
rename from stable/mealie/3.0.8/README.md
rename to stable/mealie/3.0.9/README.md
index 71fc7569b3..dff3a69bf2 100644
--- a/stable/mealie/3.0.8/README.md
+++ b/stable/mealie/3.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/mealie/3.0.8/app-readme.md b/stable/mealie/3.0.9/app-readme.md
similarity index 100%
rename from stable/mealie/3.0.8/app-readme.md
rename to stable/mealie/3.0.9/app-readme.md
diff --git a/stable/mealie/3.0.9/charts/common-8.3.12.tgz b/stable/mealie/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/mealie/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/mealie/3.0.8/helm-values.md b/stable/mealie/3.0.9/helm-values.md
similarity index 100%
rename from stable/mealie/3.0.8/helm-values.md
rename to stable/mealie/3.0.9/helm-values.md
diff --git a/stable/mealie/3.0.8/questions.yaml b/stable/mealie/3.0.9/questions.yaml
similarity index 100%
rename from stable/mealie/3.0.8/questions.yaml
rename to stable/mealie/3.0.9/questions.yaml
diff --git a/stable/mealie/3.0.8/templates/common.yaml b/stable/mealie/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/mealie/3.0.8/templates/common.yaml
rename to stable/mealie/3.0.9/templates/common.yaml
diff --git a/stable/mealie/3.0.8/test_values.yaml b/stable/mealie/3.0.9/values.yaml
similarity index 100%
rename from stable/mealie/3.0.8/test_values.yaml
rename to stable/mealie/3.0.9/values.yaml
diff --git a/stable/mosquitto/3.0.8/CHANGELOG.md b/stable/mosquitto/3.0.8/CHANGELOG.md
deleted file mode 100644
index 9d848aff5a..0000000000
--- a/stable/mosquitto/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [mosquitto-3.0.8](https://github.com/truecharts/apps/compare/mosquitto-3.0.7...mosquitto-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/mosquitto/3.0.8/Chart.lock b/stable/mosquitto/3.0.8/Chart.lock
deleted file mode 100644
index b724c27670..0000000000
--- a/stable/mosquitto/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:44:11.732916713Z"
diff --git a/stable/mosquitto/3.0.8/charts/common-8.3.10.tgz b/stable/mosquitto/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/mosquitto/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/mosquitto/3.0.8/ix_values.yaml b/stable/mosquitto/3.0.8/ix_values.yaml
deleted file mode 100644
index f0083a8376..0000000000
--- a/stable/mosquitto/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- # -- image repository
- repository: eclipse-mosquitto
- # -- image tag
- tag: 2.0.12@sha256:ce08d3fe69d4170cea2426739af86ac95e683f01dd2c4141da661983a2401364
- # -- image pull policy
- pullPolicy: IfNotPresent
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/mosquitto/3.0.8/values.yaml b/stable/mosquitto/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/mosquitto/3.0.9/CHANGELOG.md b/stable/mosquitto/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..16cf90d53d
--- /dev/null
+++ b/stable/mosquitto/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [mosquitto-3.0.9](https://github.com/truecharts/apps/compare/mosquitto-3.0.8...mosquitto-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/mosquitto/3.0.8/CONFIG.md b/stable/mosquitto/3.0.9/CONFIG.md
similarity index 100%
rename from stable/mosquitto/3.0.8/CONFIG.md
rename to stable/mosquitto/3.0.9/CONFIG.md
diff --git a/stable/mosquitto/3.0.9/Chart.lock b/stable/mosquitto/3.0.9/Chart.lock
new file mode 100644
index 0000000000..10cfd6c397
--- /dev/null
+++ b/stable/mosquitto/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:45:54.534670091Z"
diff --git a/stable/mosquitto/3.0.8/Chart.yaml b/stable/mosquitto/3.0.9/Chart.yaml
similarity index 94%
rename from stable/mosquitto/3.0.8/Chart.yaml
rename to stable/mosquitto/3.0.9/Chart.yaml
index faac5726bc..6e35b7162c 100644
--- a/stable/mosquitto/3.0.8/Chart.yaml
+++ b/stable/mosquitto/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.0.12"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Eclipse Mosquitto - An open source MQTT broker
home: https://github.com/truecharts/apps/tree/master/charts/stable/mosquitto
@@ -21,4 +21,4 @@ name: mosquitto
sources:
- https://github.com/eclipse/mosquitto
type: application
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/mosquitto/3.0.8/README.md b/stable/mosquitto/3.0.9/README.md
similarity index 96%
rename from stable/mosquitto/3.0.8/README.md
rename to stable/mosquitto/3.0.9/README.md
index c4534a6ae2..fbaace7fff 100644
--- a/stable/mosquitto/3.0.8/README.md
+++ b/stable/mosquitto/3.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/mosquitto/3.0.8/app-readme.md b/stable/mosquitto/3.0.9/app-readme.md
similarity index 100%
rename from stable/mosquitto/3.0.8/app-readme.md
rename to stable/mosquitto/3.0.9/app-readme.md
diff --git a/stable/mosquitto/3.0.9/charts/common-8.3.12.tgz b/stable/mosquitto/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/mosquitto/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/mosquitto/3.0.8/helm-values.md b/stable/mosquitto/3.0.9/helm-values.md
similarity index 100%
rename from stable/mosquitto/3.0.8/helm-values.md
rename to stable/mosquitto/3.0.9/helm-values.md
diff --git a/stable/mosquitto/3.0.8/questions.yaml b/stable/mosquitto/3.0.9/questions.yaml
similarity index 99%
rename from stable/mosquitto/3.0.8/questions.yaml
rename to stable/mosquitto/3.0.9/questions.yaml
index 6028fe7c57..eca6c76976 100644
--- a/stable/mosquitto/3.0.8/questions.yaml
+++ b/stable/mosquitto/3.0.9/questions.yaml
@@ -551,6 +551,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/mosquitto/3.0.8/templates/common.yaml b/stable/mosquitto/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/mosquitto/3.0.8/templates/common.yaml
rename to stable/mosquitto/3.0.9/templates/common.yaml
diff --git a/stable/mosquitto/3.0.8/templates/configmap.yaml b/stable/mosquitto/3.0.9/templates/configmap.yaml
similarity index 100%
rename from stable/mosquitto/3.0.8/templates/configmap.yaml
rename to stable/mosquitto/3.0.9/templates/configmap.yaml
diff --git a/stable/mosquitto/3.0.8/test_values.yaml b/stable/mosquitto/3.0.9/values.yaml
similarity index 100%
rename from stable/mosquitto/3.0.8/test_values.yaml
rename to stable/mosquitto/3.0.9/values.yaml
diff --git a/stable/mylar/3.0.8/CHANGELOG.md b/stable/mylar/3.0.8/CHANGELOG.md
deleted file mode 100644
index 9130fe6c39..0000000000
--- a/stable/mylar/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [mylar-3.0.8](https://github.com/truecharts/apps/compare/mylar-3.0.7...mylar-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/mylar/3.0.8/Chart.lock b/stable/mylar/3.0.8/Chart.lock
deleted file mode 100644
index c27c325608..0000000000
--- a/stable/mylar/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:44:26.363006474Z"
diff --git a/stable/mylar/3.0.8/charts/common-8.3.10.tgz b/stable/mylar/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/mylar/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/mylar/3.0.8/ix_values.yaml b/stable/mylar/3.0.8/ix_values.yaml
deleted file mode 100644
index fa50f1861f..0000000000
--- a/stable/mylar/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/mylar3
- pullPolicy: IfNotPresent
- tag: version-v0.5.3@sha256:b96f0e97ab3f4bf4e4320670aa932d0f7df39d1ddce0bbf62808bd509209d78f
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/mylar/3.0.8/values.yaml b/stable/mylar/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/mylar/3.0.9/CHANGELOG.md b/stable/mylar/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..cf87147aed
--- /dev/null
+++ b/stable/mylar/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [mylar-3.0.9](https://github.com/truecharts/apps/compare/mylar-3.0.8...mylar-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/mylar/3.0.8/CONFIG.md b/stable/mylar/3.0.9/CONFIG.md
similarity index 100%
rename from stable/mylar/3.0.8/CONFIG.md
rename to stable/mylar/3.0.9/CONFIG.md
diff --git a/stable/mylar/3.0.9/Chart.lock b/stable/mylar/3.0.9/Chart.lock
new file mode 100644
index 0000000000..9a9aeff4cb
--- /dev/null
+++ b/stable/mylar/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:46:14.852536326Z"
diff --git a/stable/mylar/3.0.8/Chart.yaml b/stable/mylar/3.0.9/Chart.yaml
similarity index 95%
rename from stable/mylar/3.0.8/Chart.yaml
rename to stable/mylar/3.0.9/Chart.yaml
index 1623bc4409..e621f08b9a 100644
--- a/stable/mylar/3.0.8/Chart.yaml
+++ b/stable/mylar/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.5.3"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Mylar is the automated Comic Book downloader (cbr/cbz) for use with various
download clients.
home: https://github.com/truechartsapps/tree/master/charts/stable/mylar
@@ -19,4 +19,4 @@ sources:
- https://github.com/mylar3/mylar3
- https://github.com/linuxserver/docker-mylar3
- https://github.com/truechartsapps/tree/master/charts/mylar
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/mylar/3.0.8/README.md b/stable/mylar/3.0.9/README.md
similarity index 96%
rename from stable/mylar/3.0.8/README.md
rename to stable/mylar/3.0.9/README.md
index bd9ec9b4f1..8a9ce946db 100644
--- a/stable/mylar/3.0.8/README.md
+++ b/stable/mylar/3.0.9/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/mylar/3.0.8/app-readme.md b/stable/mylar/3.0.9/app-readme.md
similarity index 100%
rename from stable/mylar/3.0.8/app-readme.md
rename to stable/mylar/3.0.9/app-readme.md
diff --git a/stable/mylar/3.0.9/charts/common-8.3.12.tgz b/stable/mylar/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/mylar/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/mylar/3.0.8/helm-values.md b/stable/mylar/3.0.9/helm-values.md
similarity index 100%
rename from stable/mylar/3.0.8/helm-values.md
rename to stable/mylar/3.0.9/helm-values.md
diff --git a/stable/mylar/3.0.8/questions.yaml b/stable/mylar/3.0.9/questions.yaml
similarity index 99%
rename from stable/mylar/3.0.8/questions.yaml
rename to stable/mylar/3.0.9/questions.yaml
index 4d041a4e04..251098a2e5 100644
--- a/stable/mylar/3.0.8/questions.yaml
+++ b/stable/mylar/3.0.9/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/mylar/3.0.8/templates/common.yaml b/stable/mylar/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/mylar/3.0.8/templates/common.yaml
rename to stable/mylar/3.0.9/templates/common.yaml
diff --git a/stable/mylar/3.0.8/test_values.yaml b/stable/mylar/3.0.9/values.yaml
similarity index 100%
rename from stable/mylar/3.0.8/test_values.yaml
rename to stable/mylar/3.0.9/values.yaml
diff --git a/stable/navidrome/8.0.10/CHANGELOG.md b/stable/navidrome/8.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..096f17f496
--- /dev/null
+++ b/stable/navidrome/8.0.10/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [navidrome-8.0.10](https://github.com/truecharts/apps/compare/navidrome-8.0.9...navidrome-8.0.10) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/navidrome/8.0.9/CONFIG.md b/stable/navidrome/8.0.10/CONFIG.md
similarity index 100%
rename from stable/navidrome/8.0.9/CONFIG.md
rename to stable/navidrome/8.0.10/CONFIG.md
diff --git a/stable/navidrome/8.0.10/Chart.lock b/stable/navidrome/8.0.10/Chart.lock
new file mode 100644
index 0000000000..05766cf296
--- /dev/null
+++ b/stable/navidrome/8.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:46:35.636201153Z"
diff --git a/stable/navidrome/8.0.9/Chart.yaml b/stable/navidrome/8.0.10/Chart.yaml
similarity index 95%
rename from stable/navidrome/8.0.9/Chart.yaml
rename to stable/navidrome/8.0.10/Chart.yaml
index fa08a5d70e..ac4c7621ae 100644
--- a/stable/navidrome/8.0.9/Chart.yaml
+++ b/stable/navidrome/8.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.46.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Navidrome is an open source web-based music collection server and streamer
home: https://github.com/truecharts/apps/tree/master/charts/stable/navidrome
@@ -22,4 +22,4 @@ sources:
- https://github.com/deluan/navidrome
- https://hub.docker.com/r/deluan/navidrome
type: application
-version: 8.0.9
+version: 8.0.10
diff --git a/stable/navidrome/8.0.9/README.md b/stable/navidrome/8.0.10/README.md
similarity index 96%
rename from stable/navidrome/8.0.9/README.md
rename to stable/navidrome/8.0.10/README.md
index 64a96cf214..fdeb4c1aea 100644
--- a/stable/navidrome/8.0.9/README.md
+++ b/stable/navidrome/8.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/navidrome/8.0.9/app-readme.md b/stable/navidrome/8.0.10/app-readme.md
similarity index 100%
rename from stable/navidrome/8.0.9/app-readme.md
rename to stable/navidrome/8.0.10/app-readme.md
diff --git a/stable/navidrome/8.0.10/charts/common-8.3.12.tgz b/stable/navidrome/8.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/navidrome/8.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/navidrome/8.0.9/helm-values.md b/stable/navidrome/8.0.10/helm-values.md
similarity index 100%
rename from stable/navidrome/8.0.9/helm-values.md
rename to stable/navidrome/8.0.10/helm-values.md
diff --git a/stable/navidrome/8.0.9/questions.yaml b/stable/navidrome/8.0.10/questions.yaml
similarity index 100%
rename from stable/navidrome/8.0.9/questions.yaml
rename to stable/navidrome/8.0.10/questions.yaml
diff --git a/stable/navidrome/8.0.9/templates/common.yaml b/stable/navidrome/8.0.10/templates/common.yaml
similarity index 100%
rename from stable/navidrome/8.0.9/templates/common.yaml
rename to stable/navidrome/8.0.10/templates/common.yaml
diff --git a/stable/navidrome/8.0.9/test_values.yaml b/stable/navidrome/8.0.10/values.yaml
similarity index 100%
rename from stable/navidrome/8.0.9/test_values.yaml
rename to stable/navidrome/8.0.10/values.yaml
diff --git a/stable/navidrome/8.0.9/CHANGELOG.md b/stable/navidrome/8.0.9/CHANGELOG.md
deleted file mode 100644
index 33fd3ce922..0000000000
--- a/stable/navidrome/8.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [navidrome-8.0.9](https://github.com/truecharts/apps/compare/navidrome-8.0.8...navidrome-8.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/navidrome/8.0.9/Chart.lock b/stable/navidrome/8.0.9/Chart.lock
deleted file mode 100644
index 2703b0fec0..0000000000
--- a/stable/navidrome/8.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:44:41.019804024Z"
diff --git a/stable/navidrome/8.0.9/charts/common-8.3.10.tgz b/stable/navidrome/8.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/navidrome/8.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/navidrome/8.0.9/ix_values.yaml b/stable/navidrome/8.0.9/ix_values.yaml
deleted file mode 100644
index 244b07d04c..0000000000
--- a/stable/navidrome/8.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/navidrome
- pullPolicy: IfNotPresent
- tag: v0.46.0@sha256:2921f9891cc9c1f78f78456814d3c9a5b205f23a34ac7cc9fb1ff496ce90f07b
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/navidrome/8.0.9/values.yaml b/stable/navidrome/8.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/nextcloud/6.0.22/CHANGELOG.md b/stable/nextcloud/6.0.22/CHANGELOG.md
deleted file mode 100644
index 228cc9e39d..0000000000
--- a/stable/nextcloud/6.0.22/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [nextcloud-6.0.22](https://github.com/truecharts/apps/compare/nextcloud-6.0.21...nextcloud-6.0.22) (2021-10-18)
-
-#### Fix
-
-* remove regex for mountPath on `redismaster` for now ([#1167](https://github.com/truecharts/apps/issues/1167))
-
diff --git a/stable/nextcloud/6.0.22/charts/common-8.3.10.tgz b/stable/nextcloud/6.0.22/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/nextcloud/6.0.22/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/nextcloud/6.0.22/charts/postgresql-3.0.16.tgz b/stable/nextcloud/6.0.22/charts/postgresql-3.0.16.tgz
deleted file mode 100644
index a6bcd7d61c..0000000000
Binary files a/stable/nextcloud/6.0.22/charts/postgresql-3.0.16.tgz and /dev/null differ
diff --git a/stable/nextcloud/6.0.22/ix_values.yaml b/stable/nextcloud/6.0.22/ix_values.yaml
deleted file mode 100644
index a60401014a..0000000000
--- a/stable/nextcloud/6.0.22/ix_values.yaml
+++ /dev/null
@@ -1,145 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: docker.io/nextcloud
- pullPolicy: IfNotPresent
- tag: 22.2.0@sha256:842b3bfd60633639be8d631cba82b3e0fab06bd98259c6ee1bce03ec1e84390d
-
-strategy:
- type: Recreate
-
-env: {}
-
-envTpl:
- POSTGRES_DB: "{{ .Values.postgresql.postgresqlDatabase }}"
- POSTGRES_USER: "{{ .Values.postgresql.postgresqlUsername }}"
-
-envFrom:
- - configMapRef:
- name: nextcloudconfig
-
-envValueFrom:
- POSTGRES_PASSWORD:
- secretKeyRef:
- name: dbcreds
- key: postgresql-password
- POSTGRES_HOST:
- secretKeyRef:
- name: dbcreds
- key: plainporthost
- REDIS_HOST:
- secretKeyRef:
- name: rediscreds
- key: masterhost
- REDIS_HOST_PASSWORD:
- secretKeyRef:
- name: rediscreds
- key: redis-password
-
-# -- Probe configuration
-# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
-# @default -- See below
-probes:
- # -- Liveness probe configuration
- # @default -- See below
- liveness:
- custom: true
- # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used
- # @default -- "/"
- spec:
- httpGet:
- path: /status.php
- port: 80
- httpHeaders:
- - name: Host
- value: "test.fakedomain.dns"
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 2
- failureThreshold: 5
-
- # -- Redainess probe configuration
- # @default -- See below
- readiness:
- custom: true
- # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used
- # @default -- "/"
- spec:
- httpGet:
- path: /status.php
- port: 80
- httpHeaders:
- - name: Host
- value: "test.fakedomain.dns"
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 2
- failureThreshold: 5
-
- # -- Startup probe configuration
- # @default -- See below
- startup:
- custom: true
- # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used
- # @default -- "/"
- spec:
- httpGet:
- path: /status.php
- port: 80
- httpHeaders:
- - name: Host
- value: "test.fakedomain.dns"
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 2
- failureThreshold: 5
-
-## Cronjob to execute Nextcloud background tasks
-## ref: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#webcron
-##
-cronjob:
- # Every 5 minutes
- # Note: Setting this to any any other value than 5 minutes might
- # cause issues with how nextcloud background jobs are executed
- schedule: "*/5 * * * *"
- annotations: {}
- failedJobsHistoryLimit: 5
- successfulJobsHistoryLimit: 2
-
-# Enabled postgres
-postgresql:
- enabled: true
- existingSecret: "dbcreds"
- postgresqlUsername: nextcloud
- postgresqlDatabase: nextcloud
- persistence:
- db:
- storageClass: "SCALE-ZFS"
- dbbackups:
- storageClass: "SCALE-ZFS"
-
-# Enabled redis
-# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/redis
-redis:
- architecture: standalone
- enabled: true
- auth:
- existingSecret: rediscreds
- existingSecretPasswordKey: redis-password
- master:
- persistence:
- enabled: true
- existingClaim: redismaster
- replica:
- replicaCount: 0
- persistence:
- enabled: false
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/nextcloud/6.0.22/values.yaml b/stable/nextcloud/6.0.22/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/nextcloud/6.0.23/CHANGELOG.md b/stable/nextcloud/6.0.23/CHANGELOG.md
new file mode 100644
index 0000000000..b29a05f143
--- /dev/null
+++ b/stable/nextcloud/6.0.23/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [nextcloud-6.0.23](https://github.com/truecharts/apps/compare/nextcloud-6.0.22...nextcloud-6.0.23) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/nextcloud/6.0.22/CONFIG.md b/stable/nextcloud/6.0.23/CONFIG.md
similarity index 100%
rename from stable/nextcloud/6.0.22/CONFIG.md
rename to stable/nextcloud/6.0.23/CONFIG.md
diff --git a/stable/authelia/4.0.19/Chart.lock b/stable/nextcloud/6.0.23/Chart.lock
similarity index 56%
rename from stable/authelia/4.0.19/Chart.lock
rename to stable/nextcloud/6.0.23/Chart.lock
index 7a7aa8ff12..db871a01e3 100644
--- a/stable/authelia/4.0.19/Chart.lock
+++ b/stable/nextcloud/6.0.23/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
- name: postgresql
repository: https://truecharts.org/
- version: 3.0.16
+ version: 3.0.18
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 15.4.1
-digest: sha256:b992a5b78f87cc4046f10d463fa6e3a465f064d998416db155cc6a2b7be9aea0
-generated: "2021-10-17T18:32:48.676073207Z"
+digest: sha256:22d58ec0e370340603b0ef7ba65eebbfdb54b1b322434bb6c2d17b1e3f2c4261
+generated: "2021-10-18T21:46:59.078176074Z"
diff --git a/stable/nextcloud/6.0.22/Chart.yaml b/stable/nextcloud/6.0.23/Chart.yaml
similarity index 94%
rename from stable/nextcloud/6.0.22/Chart.yaml
rename to stable/nextcloud/6.0.23/Chart.yaml
index c7ad1e3802..464e51328b 100644
--- a/stable/nextcloud/6.0.22/Chart.yaml
+++ b/stable/nextcloud/6.0.23/Chart.yaml
@@ -3,11 +3,11 @@ appVersion: "22.2.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.16
+ version: 3.0.18
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
@@ -33,4 +33,4 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
-version: 6.0.22
+version: 6.0.23
diff --git a/stable/nextcloud/6.0.22/README.md b/stable/nextcloud/6.0.23/README.md
similarity index 93%
rename from stable/nextcloud/6.0.22/README.md
rename to stable/nextcloud/6.0.23/README.md
index e1477c2e13..982db1ce59 100644
--- a/stable/nextcloud/6.0.22/README.md
+++ b/stable/nextcloud/6.0.23/README.md
@@ -19,8 +19,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | redis | 15.4.1 |
-| https://truecharts.org/ | postgresql | 3.0.16 |
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/nextcloud/6.0.22/app-readme.md b/stable/nextcloud/6.0.23/app-readme.md
similarity index 100%
rename from stable/nextcloud/6.0.22/app-readme.md
rename to stable/nextcloud/6.0.23/app-readme.md
diff --git a/stable/nextcloud/6.0.23/charts/common-8.3.12.tgz b/stable/nextcloud/6.0.23/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/nextcloud/6.0.23/charts/common-8.3.12.tgz differ
diff --git a/stable/nextcloud/6.0.23/charts/postgresql-3.0.18.tgz b/stable/nextcloud/6.0.23/charts/postgresql-3.0.18.tgz
new file mode 100644
index 0000000000..7f4a2a7284
Binary files /dev/null and b/stable/nextcloud/6.0.23/charts/postgresql-3.0.18.tgz differ
diff --git a/stable/nextcloud/6.0.22/charts/redis-15.4.1.tgz b/stable/nextcloud/6.0.23/charts/redis-15.4.1.tgz
similarity index 100%
rename from stable/nextcloud/6.0.22/charts/redis-15.4.1.tgz
rename to stable/nextcloud/6.0.23/charts/redis-15.4.1.tgz
diff --git a/stable/nextcloud/6.0.22/helm-values.md b/stable/nextcloud/6.0.23/helm-values.md
similarity index 100%
rename from stable/nextcloud/6.0.22/helm-values.md
rename to stable/nextcloud/6.0.23/helm-values.md
diff --git a/stable/nextcloud/6.0.22/questions.yaml b/stable/nextcloud/6.0.23/questions.yaml
similarity index 100%
rename from stable/nextcloud/6.0.22/questions.yaml
rename to stable/nextcloud/6.0.23/questions.yaml
diff --git a/stable/nextcloud/6.0.22/templates/_configmap.tpl b/stable/nextcloud/6.0.23/templates/_configmap.tpl
similarity index 100%
rename from stable/nextcloud/6.0.22/templates/_configmap.tpl
rename to stable/nextcloud/6.0.23/templates/_configmap.tpl
diff --git a/stable/nextcloud/6.0.22/templates/_cronjob.tpl b/stable/nextcloud/6.0.23/templates/_cronjob.tpl
similarity index 100%
rename from stable/nextcloud/6.0.22/templates/_cronjob.tpl
rename to stable/nextcloud/6.0.23/templates/_cronjob.tpl
diff --git a/stable/nextcloud/6.0.22/templates/_secrets.tpl b/stable/nextcloud/6.0.23/templates/_secrets.tpl
similarity index 100%
rename from stable/nextcloud/6.0.22/templates/_secrets.tpl
rename to stable/nextcloud/6.0.23/templates/_secrets.tpl
diff --git a/stable/nextcloud/6.0.22/templates/common.yaml b/stable/nextcloud/6.0.23/templates/common.yaml
similarity index 100%
rename from stable/nextcloud/6.0.22/templates/common.yaml
rename to stable/nextcloud/6.0.23/templates/common.yaml
diff --git a/stable/nextcloud/6.0.22/test_values.yaml b/stable/nextcloud/6.0.23/values.yaml
similarity index 100%
rename from stable/nextcloud/6.0.22/test_values.yaml
rename to stable/nextcloud/6.0.23/values.yaml
diff --git a/stable/node-red/8.0.8/CHANGELOG.md b/stable/node-red/8.0.8/CHANGELOG.md
deleted file mode 100644
index 7a5a23f620..0000000000
--- a/stable/node-red/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [node-red-8.0.8](https://github.com/truecharts/apps/compare/node-red-8.0.7...node-red-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/node-red/8.0.8/Chart.lock b/stable/node-red/8.0.8/Chart.lock
deleted file mode 100644
index e13ea9e508..0000000000
--- a/stable/node-red/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:45:25.051988418Z"
diff --git a/stable/node-red/8.0.8/charts/common-8.3.10.tgz b/stable/node-red/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/node-red/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/node-red/8.0.8/ix_values.yaml b/stable/node-red/8.0.8/ix_values.yaml
deleted file mode 100644
index 8b4b847371..0000000000
--- a/stable/node-red/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/node-red
- pullPolicy: IfNotPresent
- tag: v2.0.6@sha256:b772bf702782d81b124453477846b15ddef0253c67ac6135a8c3d96128d9f9a3
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/node-red/8.0.8/values.yaml b/stable/node-red/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/node-red/8.0.9/CHANGELOG.md b/stable/node-red/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..277e074dac
--- /dev/null
+++ b/stable/node-red/8.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [node-red-8.0.9](https://github.com/truecharts/apps/compare/node-red-8.0.8...node-red-8.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/node-red/8.0.8/CONFIG.md b/stable/node-red/8.0.9/CONFIG.md
similarity index 100%
rename from stable/node-red/8.0.8/CONFIG.md
rename to stable/node-red/8.0.9/CONFIG.md
diff --git a/stable/node-red/8.0.9/Chart.lock b/stable/node-red/8.0.9/Chart.lock
new file mode 100644
index 0000000000..50f3499a99
--- /dev/null
+++ b/stable/node-red/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:47:40.24382103Z"
diff --git a/stable/node-red/8.0.8/Chart.yaml b/stable/node-red/8.0.9/Chart.yaml
similarity index 94%
rename from stable/node-red/8.0.8/Chart.yaml
rename to stable/node-red/8.0.9/Chart.yaml
index 55622bed5c..a5c8786f3a 100644
--- a/stable/node-red/8.0.8/Chart.yaml
+++ b/stable/node-red/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.0.6"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Node-RED is low-code programming for event-driven applications
home: https://github.com/truecharts/apps/tree/master/charts/stable/node-red
@@ -20,4 +20,4 @@ name: node-red
sources:
- https://github.com/node-red/node-red-docker
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/node-red/8.0.8/README.md b/stable/node-red/8.0.9/README.md
similarity index 96%
rename from stable/node-red/8.0.8/README.md
rename to stable/node-red/8.0.9/README.md
index 6af4de2526..98ec6f99d6 100644
--- a/stable/node-red/8.0.8/README.md
+++ b/stable/node-red/8.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/node-red/8.0.8/app-readme.md b/stable/node-red/8.0.9/app-readme.md
similarity index 100%
rename from stable/node-red/8.0.8/app-readme.md
rename to stable/node-red/8.0.9/app-readme.md
diff --git a/stable/node-red/8.0.9/charts/common-8.3.12.tgz b/stable/node-red/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/node-red/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/node-red/8.0.8/helm-values.md b/stable/node-red/8.0.9/helm-values.md
similarity index 100%
rename from stable/node-red/8.0.8/helm-values.md
rename to stable/node-red/8.0.9/helm-values.md
diff --git a/stable/node-red/8.0.8/questions.yaml b/stable/node-red/8.0.9/questions.yaml
similarity index 100%
rename from stable/node-red/8.0.8/questions.yaml
rename to stable/node-red/8.0.9/questions.yaml
diff --git a/stable/node-red/8.0.8/templates/common.yaml b/stable/node-red/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/node-red/8.0.8/templates/common.yaml
rename to stable/node-red/8.0.9/templates/common.yaml
diff --git a/stable/node-red/8.0.8/test_values.yaml b/stable/node-red/8.0.9/values.yaml
similarity index 100%
rename from stable/node-red/8.0.8/test_values.yaml
rename to stable/node-red/8.0.9/values.yaml
diff --git a/stable/nullserv/3.0.8/CHANGELOG.md b/stable/nullserv/3.0.8/CHANGELOG.md
deleted file mode 100644
index 1c9ce31196..0000000000
--- a/stable/nullserv/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [nullserv-3.0.8](https://github.com/truecharts/apps/compare/nullserv-3.0.7...nullserv-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/nullserv/3.0.8/Chart.lock b/stable/nullserv/3.0.8/Chart.lock
deleted file mode 100644
index cd979ec271..0000000000
--- a/stable/nullserv/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:45:39.837716114Z"
diff --git a/stable/nullserv/3.0.8/charts/common-8.3.10.tgz b/stable/nullserv/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/nullserv/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/nullserv/3.0.8/ix_values.yaml b/stable/nullserv/3.0.8/ix_values.yaml
deleted file mode 100644
index 8dd5770273..0000000000
--- a/stable/nullserv/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/nullserv
- pullPolicy: IfNotPresent
- tag: v1.3.0@sha256:0792c7e6d814bf292455da3f40aa5d56c465f2b5024e786ac3bf3dc3b16cc757
-
-# -- Configures the probes for the main Pod.
-# @default -- See values.yaml
-probes:
- readiness:
- enabled: true
- custom: true
- spec:
- httpGet:
- path: /welcome.txt
- port: main
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/nullserv/3.0.8/values.yaml b/stable/nullserv/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/nullserv/3.0.9/CHANGELOG.md b/stable/nullserv/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..d4b5ba2a71
--- /dev/null
+++ b/stable/nullserv/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [nullserv-3.0.9](https://github.com/truecharts/apps/compare/nullserv-3.0.8...nullserv-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/nullserv/3.0.8/CONFIG.md b/stable/nullserv/3.0.9/CONFIG.md
similarity index 100%
rename from stable/nullserv/3.0.8/CONFIG.md
rename to stable/nullserv/3.0.9/CONFIG.md
diff --git a/stable/nullserv/3.0.9/Chart.lock b/stable/nullserv/3.0.9/Chart.lock
new file mode 100644
index 0000000000..1d867ba58b
--- /dev/null
+++ b/stable/nullserv/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:48:00.721246287Z"
diff --git a/stable/nullserv/3.0.8/Chart.yaml b/stable/nullserv/3.0.9/Chart.yaml
similarity index 93%
rename from stable/nullserv/3.0.8/Chart.yaml
rename to stable/nullserv/3.0.9/Chart.yaml
index 41c46e9ea4..0809734415 100644
--- a/stable/nullserv/3.0.8/Chart.yaml
+++ b/stable/nullserv/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.3.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: A simple null file http and https server
home: https://github.com/truechartsapps/tree/master/charts/stable/nullserv
icon: https://miro.medium.com/max/800/1*UL9RWkTUtJlyHW7kGm20hQ.png
@@ -17,4 +17,4 @@ maintainers:
name: nullserv
sources:
- https://github.com/bmrzycki/nullserv
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/nullserv/3.0.8/README.md b/stable/nullserv/3.0.9/README.md
similarity index 96%
rename from stable/nullserv/3.0.8/README.md
rename to stable/nullserv/3.0.9/README.md
index 4f78e9550c..0c8de539f6 100644
--- a/stable/nullserv/3.0.8/README.md
+++ b/stable/nullserv/3.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/nullserv/3.0.8/app-readme.md b/stable/nullserv/3.0.9/app-readme.md
similarity index 100%
rename from stable/nullserv/3.0.8/app-readme.md
rename to stable/nullserv/3.0.9/app-readme.md
diff --git a/stable/nullserv/3.0.9/charts/common-8.3.12.tgz b/stable/nullserv/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/nullserv/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/nullserv/3.0.8/helm-values.md b/stable/nullserv/3.0.9/helm-values.md
similarity index 100%
rename from stable/nullserv/3.0.8/helm-values.md
rename to stable/nullserv/3.0.9/helm-values.md
diff --git a/stable/nullserv/3.0.8/questions.yaml b/stable/nullserv/3.0.9/questions.yaml
similarity index 99%
rename from stable/nullserv/3.0.8/questions.yaml
rename to stable/nullserv/3.0.9/questions.yaml
index 2a44e67fc6..7e9f95a436 100644
--- a/stable/nullserv/3.0.8/questions.yaml
+++ b/stable/nullserv/3.0.9/questions.yaml
@@ -642,6 +642,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/nullserv/3.0.8/templates/common.yaml b/stable/nullserv/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/nullserv/3.0.8/templates/common.yaml
rename to stable/nullserv/3.0.9/templates/common.yaml
diff --git a/stable/nullserv/3.0.8/test_values.yaml b/stable/nullserv/3.0.9/values.yaml
similarity index 100%
rename from stable/nullserv/3.0.8/test_values.yaml
rename to stable/nullserv/3.0.9/values.yaml
diff --git a/stable/nzbget/8.0.8/CHANGELOG.md b/stable/nzbget/8.0.8/CHANGELOG.md
deleted file mode 100644
index 63acbdcd52..0000000000
--- a/stable/nzbget/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [nzbget-8.0.8](https://github.com/truecharts/apps/compare/nzbget-8.0.7...nzbget-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/nzbget/8.0.8/Chart.lock b/stable/nzbget/8.0.8/Chart.lock
deleted file mode 100644
index 58b09326e8..0000000000
--- a/stable/nzbget/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:45:54.62929151Z"
diff --git a/stable/nzbget/8.0.8/charts/common-8.3.10.tgz b/stable/nzbget/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/nzbget/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/nzbget/8.0.8/ix_values.yaml b/stable/nzbget/8.0.8/ix_values.yaml
deleted file mode 100644
index 9f972f9c50..0000000000
--- a/stable/nzbget/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/nzbget
- pullPolicy: IfNotPresent
- tag: v21.1@sha256:258c97cb99fea70b236b2f509bdb9bcad1a74658bdba441200d5e13c46c1437c
-
-probes:
- liveness:
- enabled: false
-
- readiness:
- enabled: false
-
- startup:
- enabled: false
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/nzbget/8.0.8/values.yaml b/stable/nzbget/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/nzbget/8.0.9/CHANGELOG.md b/stable/nzbget/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..2246286b1b
--- /dev/null
+++ b/stable/nzbget/8.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [nzbget-8.0.9](https://github.com/truecharts/apps/compare/nzbget-8.0.8...nzbget-8.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/nzbget/8.0.8/CONFIG.md b/stable/nzbget/8.0.9/CONFIG.md
similarity index 100%
rename from stable/nzbget/8.0.8/CONFIG.md
rename to stable/nzbget/8.0.9/CONFIG.md
diff --git a/stable/nzbget/8.0.9/Chart.lock b/stable/nzbget/8.0.9/Chart.lock
new file mode 100644
index 0000000000..6190b3543e
--- /dev/null
+++ b/stable/nzbget/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:48:21.38001121Z"
diff --git a/stable/nzbget/8.0.8/Chart.yaml b/stable/nzbget/8.0.9/Chart.yaml
similarity index 93%
rename from stable/nzbget/8.0.8/Chart.yaml
rename to stable/nzbget/8.0.9/Chart.yaml
index b0ab862e69..ed1ce4325c 100644
--- a/stable/nzbget/8.0.8/Chart.yaml
+++ b/stable/nzbget/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "21.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: NZBGet is a Usenet downloader client
home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbget
@@ -20,4 +20,4 @@ name: nzbget
sources:
- https://nzbget.net/
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/nzbget/8.0.8/README.md b/stable/nzbget/8.0.9/README.md
similarity index 96%
rename from stable/nzbget/8.0.8/README.md
rename to stable/nzbget/8.0.9/README.md
index 2024ff1af8..27043b5325 100644
--- a/stable/nzbget/8.0.8/README.md
+++ b/stable/nzbget/8.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/nzbget/8.0.8/app-readme.md b/stable/nzbget/8.0.9/app-readme.md
similarity index 100%
rename from stable/nzbget/8.0.8/app-readme.md
rename to stable/nzbget/8.0.9/app-readme.md
diff --git a/stable/nzbget/8.0.9/charts/common-8.3.12.tgz b/stable/nzbget/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/nzbget/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/nzbget/8.0.8/helm-values.md b/stable/nzbget/8.0.9/helm-values.md
similarity index 100%
rename from stable/nzbget/8.0.8/helm-values.md
rename to stable/nzbget/8.0.9/helm-values.md
diff --git a/stable/nzbget/8.0.8/questions.yaml b/stable/nzbget/8.0.9/questions.yaml
similarity index 100%
rename from stable/nzbget/8.0.8/questions.yaml
rename to stable/nzbget/8.0.9/questions.yaml
diff --git a/stable/nzbget/8.0.8/templates/common.yaml b/stable/nzbget/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/nzbget/8.0.8/templates/common.yaml
rename to stable/nzbget/8.0.9/templates/common.yaml
diff --git a/stable/nzbget/8.0.8/test_values.yaml b/stable/nzbget/8.0.9/values.yaml
similarity index 100%
rename from stable/nzbget/8.0.8/test_values.yaml
rename to stable/nzbget/8.0.9/values.yaml
diff --git a/stable/nzbhydra/8.0.12/CHANGELOG.md b/stable/nzbhydra/8.0.12/CHANGELOG.md
deleted file mode 100644
index e762eeeb76..0000000000
--- a/stable/nzbhydra/8.0.12/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [nzbhydra-8.0.12](https://github.com/truecharts/apps/compare/nzbhydra-8.0.11...nzbhydra-8.0.12) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/nzbhydra/8.0.12/Chart.lock b/stable/nzbhydra/8.0.12/Chart.lock
deleted file mode 100644
index aa9c9a73d0..0000000000
--- a/stable/nzbhydra/8.0.12/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:46:09.340048071Z"
diff --git a/stable/nzbhydra/8.0.12/charts/common-8.3.10.tgz b/stable/nzbhydra/8.0.12/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/nzbhydra/8.0.12/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/nzbhydra/8.0.12/ix_values.yaml b/stable/nzbhydra/8.0.12/ix_values.yaml
deleted file mode 100644
index 709972e823..0000000000
--- a/stable/nzbhydra/8.0.12/ix_values.yaml
+++ /dev/null
@@ -1,51 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/nzbhydra2
- pullPolicy: IfNotPresent
- tag: v3.17.3@sha256:9c1a08356359e75051b03ec614b4df5f6f24558a183de6feacb3a5c2ff232b77
-
-probes:
- liveness:
- custom: true
- enabled: true
- spec:
- failureThreshold: 5
- httpGet:
- path: /actuator/health/livenessState
- port: main
- initialDelaySeconds: 30
- periodSeconds: 10
- timeoutSeconds: 10
- readiness:
- custom: true
- enabled: true
- spec:
- failureThreshold: 5
- httpGet:
- path: /actuator/health/readinessState
- port: main
- initialDelaySeconds: 30
- periodSeconds: 10
- timeoutSeconds: 10
- startup:
- custom: true
- enabled: true
- spec:
- failureThreshold: 5
- httpGet:
- path: /actuator/health/readinessState
- port: main
- initialDelaySeconds: 30
- periodSeconds: 10
- timeoutSeconds: 10
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/nzbhydra/8.0.12/values.yaml b/stable/nzbhydra/8.0.12/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/nzbhydra/8.0.13/CHANGELOG.md b/stable/nzbhydra/8.0.13/CHANGELOG.md
new file mode 100644
index 0000000000..525a620119
--- /dev/null
+++ b/stable/nzbhydra/8.0.13/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [nzbhydra-8.0.13](https://github.com/truecharts/apps/compare/nzbhydra-8.0.12...nzbhydra-8.0.13) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/nzbhydra/8.0.12/CONFIG.md b/stable/nzbhydra/8.0.13/CONFIG.md
similarity index 100%
rename from stable/nzbhydra/8.0.12/CONFIG.md
rename to stable/nzbhydra/8.0.13/CONFIG.md
diff --git a/stable/nzbhydra/8.0.13/Chart.lock b/stable/nzbhydra/8.0.13/Chart.lock
new file mode 100644
index 0000000000..42b76a14dc
--- /dev/null
+++ b/stable/nzbhydra/8.0.13/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:48:42.165192394Z"
diff --git a/stable/nzbhydra/8.0.12/Chart.yaml b/stable/nzbhydra/8.0.13/Chart.yaml
similarity index 93%
rename from stable/nzbhydra/8.0.12/Chart.yaml
rename to stable/nzbhydra/8.0.13/Chart.yaml
index 51e44e9d06..2246411822 100644
--- a/stable/nzbhydra/8.0.12/Chart.yaml
+++ b/stable/nzbhydra/8.0.13/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.17.3"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: true
description: Usenet meta search
home: https://github.com/truecharts/apps/tree/master/charts/stable/nzbhydra
@@ -17,4 +17,4 @@ name: nzbhydra
sources:
- https://github.com/theotherp/nzbhydra2
type: application
-version: 8.0.12
+version: 8.0.13
diff --git a/stable/nzbhydra/8.0.12/README.md b/stable/nzbhydra/8.0.13/README.md
similarity index 96%
rename from stable/nzbhydra/8.0.12/README.md
rename to stable/nzbhydra/8.0.13/README.md
index cdbfaec084..d6dd87db66 100644
--- a/stable/nzbhydra/8.0.12/README.md
+++ b/stable/nzbhydra/8.0.13/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/nzbhydra/8.0.12/app-readme.md b/stable/nzbhydra/8.0.13/app-readme.md
similarity index 100%
rename from stable/nzbhydra/8.0.12/app-readme.md
rename to stable/nzbhydra/8.0.13/app-readme.md
diff --git a/stable/nzbhydra/8.0.13/charts/common-8.3.12.tgz b/stable/nzbhydra/8.0.13/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/nzbhydra/8.0.13/charts/common-8.3.12.tgz differ
diff --git a/stable/nzbhydra/8.0.12/helm-values.md b/stable/nzbhydra/8.0.13/helm-values.md
similarity index 100%
rename from stable/nzbhydra/8.0.12/helm-values.md
rename to stable/nzbhydra/8.0.13/helm-values.md
diff --git a/stable/nzbhydra/8.0.12/questions.yaml b/stable/nzbhydra/8.0.13/questions.yaml
similarity index 100%
rename from stable/nzbhydra/8.0.12/questions.yaml
rename to stable/nzbhydra/8.0.13/questions.yaml
diff --git a/stable/nzbhydra/8.0.12/templates/common.yaml b/stable/nzbhydra/8.0.13/templates/common.yaml
similarity index 100%
rename from stable/nzbhydra/8.0.12/templates/common.yaml
rename to stable/nzbhydra/8.0.13/templates/common.yaml
diff --git a/stable/nzbhydra/8.0.12/test_values.yaml b/stable/nzbhydra/8.0.13/values.yaml
similarity index 100%
rename from stable/nzbhydra/8.0.12/test_values.yaml
rename to stable/nzbhydra/8.0.13/values.yaml
diff --git a/stable/octoprint/3.0.10/CHANGELOG.md b/stable/octoprint/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..221ed2bb6a
--- /dev/null
+++ b/stable/octoprint/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [octoprint-3.0.10](https://github.com/truecharts/apps/compare/octoprint-3.0.9...octoprint-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/octoprint/3.0.9/CONFIG.md b/stable/octoprint/3.0.10/CONFIG.md
similarity index 100%
rename from stable/octoprint/3.0.9/CONFIG.md
rename to stable/octoprint/3.0.10/CONFIG.md
diff --git a/stable/octoprint/3.0.10/Chart.lock b/stable/octoprint/3.0.10/Chart.lock
new file mode 100644
index 0000000000..2397c64389
--- /dev/null
+++ b/stable/octoprint/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:49:02.755993642Z"
diff --git a/stable/octoprint/3.0.9/Chart.yaml b/stable/octoprint/3.0.10/Chart.yaml
similarity index 94%
rename from stable/octoprint/3.0.9/Chart.yaml
rename to stable/octoprint/3.0.10/Chart.yaml
index c0bfaa0c4f..847749e769 100644
--- a/stable/octoprint/3.0.9/Chart.yaml
+++ b/stable/octoprint/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.7.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: OctoPrint is the snappy web interface for your 3D printer
home: https://github.com/truechartsapps/tree/master/charts/stable/octoprint
icon: https://avatars3.githubusercontent.com/u/5982294?s=400&v=4
@@ -20,4 +20,4 @@ name: octoprint
sources:
- https://github.com/OctoPrint/OctoPrint
- https://hub.docker.com/r/octoprint/octoprint
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/octoprint/3.0.9/README.md b/stable/octoprint/3.0.10/README.md
similarity index 96%
rename from stable/octoprint/3.0.9/README.md
rename to stable/octoprint/3.0.10/README.md
index b54d5717fd..595747db3f 100644
--- a/stable/octoprint/3.0.9/README.md
+++ b/stable/octoprint/3.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/octoprint/3.0.9/app-readme.md b/stable/octoprint/3.0.10/app-readme.md
similarity index 100%
rename from stable/octoprint/3.0.9/app-readme.md
rename to stable/octoprint/3.0.10/app-readme.md
diff --git a/stable/octoprint/3.0.10/charts/common-8.3.12.tgz b/stable/octoprint/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/octoprint/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/octoprint/3.0.9/helm-values.md b/stable/octoprint/3.0.10/helm-values.md
similarity index 100%
rename from stable/octoprint/3.0.9/helm-values.md
rename to stable/octoprint/3.0.10/helm-values.md
diff --git a/stable/octoprint/3.0.9/questions.yaml b/stable/octoprint/3.0.10/questions.yaml
similarity index 99%
rename from stable/octoprint/3.0.9/questions.yaml
rename to stable/octoprint/3.0.10/questions.yaml
index 4dd64a19ce..fdf7886356 100644
--- a/stable/octoprint/3.0.9/questions.yaml
+++ b/stable/octoprint/3.0.10/questions.yaml
@@ -557,6 +557,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/octoprint/3.0.9/templates/common.yaml b/stable/octoprint/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/octoprint/3.0.9/templates/common.yaml
rename to stable/octoprint/3.0.10/templates/common.yaml
diff --git a/stable/octoprint/3.0.9/test_values.yaml b/stable/octoprint/3.0.10/values.yaml
similarity index 100%
rename from stable/octoprint/3.0.9/test_values.yaml
rename to stable/octoprint/3.0.10/values.yaml
diff --git a/stable/octoprint/3.0.9/CHANGELOG.md b/stable/octoprint/3.0.9/CHANGELOG.md
deleted file mode 100644
index 8d0c26df16..0000000000
--- a/stable/octoprint/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [octoprint-3.0.9](https://github.com/truecharts/apps/compare/octoprint-3.0.8...octoprint-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/octoprint/3.0.9/Chart.lock b/stable/octoprint/3.0.9/Chart.lock
deleted file mode 100644
index 363c896413..0000000000
--- a/stable/octoprint/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:46:24.196137674Z"
diff --git a/stable/octoprint/3.0.9/charts/common-8.3.10.tgz b/stable/octoprint/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/octoprint/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/octoprint/3.0.9/ix_values.yaml b/stable/octoprint/3.0.9/ix_values.yaml
deleted file mode 100644
index dfc376d51b..0000000000
--- a/stable/octoprint/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/octoprint
- pullPolicy: IfNotPresent
- tag: v1.7.0@sha256:597bbb8c3df90ea8c7bfd731a08677fcd3eb4744d6acd6b6838c28460dc1e11f
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/octoprint/3.0.9/values.yaml b/stable/octoprint/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/omada-controller/3.0.12/CHANGELOG.md b/stable/omada-controller/3.0.12/CHANGELOG.md
deleted file mode 100644
index 6528f91d39..0000000000
--- a/stable/omada-controller/3.0.12/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [omada-controller-3.0.12](https://github.com/truecharts/apps/compare/omada-controller-3.0.11...omada-controller-3.0.12) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/omada-controller/3.0.12/Chart.lock b/stable/omada-controller/3.0.12/Chart.lock
deleted file mode 100644
index 14d08de7d6..0000000000
--- a/stable/omada-controller/3.0.12/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:46:38.90314798Z"
diff --git a/stable/omada-controller/3.0.12/charts/common-8.3.10.tgz b/stable/omada-controller/3.0.12/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/omada-controller/3.0.12/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/omada-controller/3.0.12/ix_values.yaml b/stable/omada-controller/3.0.12/ix_values.yaml
deleted file mode 100644
index e70c34bb8e..0000000000
--- a/stable/omada-controller/3.0.12/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: docker.io/mbentley/omada-controller
- pullPolicy: IfNotPresent
- tag: 4.4@sha256:e349c2a1c03e04843fdc0ce59a927298fac6c2e8a16ff33a0b3772ebad2c5dcc
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/omada-controller/3.0.12/values.yaml b/stable/omada-controller/3.0.12/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/omada-controller/3.0.13/CHANGELOG.md b/stable/omada-controller/3.0.13/CHANGELOG.md
new file mode 100644
index 0000000000..8509fd6f8a
--- /dev/null
+++ b/stable/omada-controller/3.0.13/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [omada-controller-3.0.13](https://github.com/truecharts/apps/compare/omada-controller-3.0.12...omada-controller-3.0.13) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/omada-controller/3.0.12/CONFIG.md b/stable/omada-controller/3.0.13/CONFIG.md
similarity index 100%
rename from stable/omada-controller/3.0.12/CONFIG.md
rename to stable/omada-controller/3.0.13/CONFIG.md
diff --git a/stable/omada-controller/3.0.13/Chart.lock b/stable/omada-controller/3.0.13/Chart.lock
new file mode 100644
index 0000000000..26f6400810
--- /dev/null
+++ b/stable/omada-controller/3.0.13/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:49:23.063421274Z"
diff --git a/stable/omada-controller/3.0.12/Chart.yaml b/stable/omada-controller/3.0.13/Chart.yaml
similarity index 95%
rename from stable/omada-controller/3.0.12/Chart.yaml
rename to stable/omada-controller/3.0.13/Chart.yaml
index 7c0fd83823..9519d462fc 100644
--- a/stable/omada-controller/3.0.12/Chart.yaml
+++ b/stable/omada-controller/3.0.13/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "4.4"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Omada enables the network administrators to monitor and manage all the
Omada products in the network with a centralized management platform.
home: https://github.com/truechartsapps/tree/master/charts/stable/omada-controller
@@ -19,4 +19,4 @@ name: omada-controller
sources:
- https://github.com/mbentley/docker-omada-controller
- https://github.com/truechartsapps/tree/master/charts/omada-controller
-version: 3.0.12
+version: 3.0.13
diff --git a/stable/omada-controller/3.0.12/README.md b/stable/omada-controller/3.0.13/README.md
similarity index 96%
rename from stable/omada-controller/3.0.12/README.md
rename to stable/omada-controller/3.0.13/README.md
index 902189ddcb..10a562a3d4 100644
--- a/stable/omada-controller/3.0.12/README.md
+++ b/stable/omada-controller/3.0.13/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/omada-controller/3.0.12/app-readme.md b/stable/omada-controller/3.0.13/app-readme.md
similarity index 100%
rename from stable/omada-controller/3.0.12/app-readme.md
rename to stable/omada-controller/3.0.13/app-readme.md
diff --git a/stable/omada-controller/3.0.13/charts/common-8.3.12.tgz b/stable/omada-controller/3.0.13/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/omada-controller/3.0.13/charts/common-8.3.12.tgz differ
diff --git a/stable/omada-controller/3.0.12/helm-values.md b/stable/omada-controller/3.0.13/helm-values.md
similarity index 100%
rename from stable/omada-controller/3.0.12/helm-values.md
rename to stable/omada-controller/3.0.13/helm-values.md
diff --git a/stable/omada-controller/3.0.12/questions.yaml b/stable/omada-controller/3.0.13/questions.yaml
similarity index 99%
rename from stable/omada-controller/3.0.12/questions.yaml
rename to stable/omada-controller/3.0.13/questions.yaml
index a1c657f51c..73cc142258 100644
--- a/stable/omada-controller/3.0.12/questions.yaml
+++ b/stable/omada-controller/3.0.13/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/omada-controller/3.0.12/templates/common.yaml b/stable/omada-controller/3.0.13/templates/common.yaml
similarity index 100%
rename from stable/omada-controller/3.0.12/templates/common.yaml
rename to stable/omada-controller/3.0.13/templates/common.yaml
diff --git a/stable/omada-controller/3.0.12/test_values.yaml b/stable/omada-controller/3.0.13/values.yaml
similarity index 100%
rename from stable/omada-controller/3.0.12/test_values.yaml
rename to stable/omada-controller/3.0.13/values.yaml
diff --git a/stable/ombi/8.0.8/CHANGELOG.md b/stable/ombi/8.0.8/CHANGELOG.md
deleted file mode 100644
index ceb536d3aa..0000000000
--- a/stable/ombi/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [ombi-8.0.8](https://github.com/truecharts/apps/compare/ombi-8.0.7...ombi-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/ombi/8.0.8/Chart.lock b/stable/ombi/8.0.8/Chart.lock
deleted file mode 100644
index 0fe1c26b13..0000000000
--- a/stable/ombi/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:46:53.762910971Z"
diff --git a/stable/ombi/8.0.8/charts/common-8.3.10.tgz b/stable/ombi/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/ombi/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/ombi/8.0.8/ix_values.yaml b/stable/ombi/8.0.8/ix_values.yaml
deleted file mode 100644
index b7b5f2c360..0000000000
--- a/stable/ombi/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/ombi
- pullPolicy: IfNotPresent
- tag: v4.0.1482@sha256:0fa4e81029d9adef9d773ce99db13ff3039fd087d58d7266cbcfd7462e7afc56
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/ombi/8.0.8/values.yaml b/stable/ombi/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/ombi/8.0.9/CHANGELOG.md b/stable/ombi/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..16247fff01
--- /dev/null
+++ b/stable/ombi/8.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [ombi-8.0.9](https://github.com/truecharts/apps/compare/ombi-8.0.8...ombi-8.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/ombi/8.0.8/CONFIG.md b/stable/ombi/8.0.9/CONFIG.md
similarity index 100%
rename from stable/ombi/8.0.8/CONFIG.md
rename to stable/ombi/8.0.9/CONFIG.md
diff --git a/stable/ombi/8.0.9/Chart.lock b/stable/ombi/8.0.9/Chart.lock
new file mode 100644
index 0000000000..afa7247029
--- /dev/null
+++ b/stable/ombi/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:49:45.497841005Z"
diff --git a/stable/ombi/8.0.8/Chart.yaml b/stable/ombi/8.0.9/Chart.yaml
similarity index 95%
rename from stable/ombi/8.0.8/Chart.yaml
rename to stable/ombi/8.0.9/Chart.yaml
index 7e138c0597..9b0d3a95a6 100644
--- a/stable/ombi/8.0.8/Chart.yaml
+++ b/stable/ombi/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "4.0.1482"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
home: https://github.com/truecharts/apps/tree/master/charts/stable/ombi
@@ -27,4 +27,4 @@ name: ombi
sources:
- https://github.com/tidusjar/Ombi
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/ombi/8.0.8/README.md b/stable/ombi/8.0.9/README.md
similarity index 96%
rename from stable/ombi/8.0.8/README.md
rename to stable/ombi/8.0.9/README.md
index e09507cecf..27c8f3cca3 100644
--- a/stable/ombi/8.0.8/README.md
+++ b/stable/ombi/8.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/ombi/8.0.8/app-readme.md b/stable/ombi/8.0.9/app-readme.md
similarity index 100%
rename from stable/ombi/8.0.8/app-readme.md
rename to stable/ombi/8.0.9/app-readme.md
diff --git a/stable/ombi/8.0.9/charts/common-8.3.12.tgz b/stable/ombi/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/ombi/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/ombi/8.0.8/helm-values.md b/stable/ombi/8.0.9/helm-values.md
similarity index 100%
rename from stable/ombi/8.0.8/helm-values.md
rename to stable/ombi/8.0.9/helm-values.md
diff --git a/stable/ombi/8.0.8/questions.yaml b/stable/ombi/8.0.9/questions.yaml
similarity index 99%
rename from stable/ombi/8.0.8/questions.yaml
rename to stable/ombi/8.0.9/questions.yaml
index b48b1d4d72..226dd10cfa 100644
--- a/stable/ombi/8.0.8/questions.yaml
+++ b/stable/ombi/8.0.9/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/ombi/8.0.8/templates/common.yaml b/stable/ombi/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/ombi/8.0.8/templates/common.yaml
rename to stable/ombi/8.0.9/templates/common.yaml
diff --git a/stable/ombi/8.0.8/test_values.yaml b/stable/ombi/8.0.9/values.yaml
similarity index 100%
rename from stable/ombi/8.0.8/test_values.yaml
rename to stable/ombi/8.0.9/values.yaml
diff --git a/stable/onlyoffice-document-server/1.0.2/CHANGELOG.md b/stable/onlyoffice-document-server/1.0.2/CHANGELOG.md
deleted file mode 100644
index 171b3a14df..0000000000
--- a/stable/onlyoffice-document-server/1.0.2/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [onlyoffice-document-server-1.0.2](https://github.com/truecharts/apps/compare/onlyoffice-document-server-1.0.1...onlyoffice-document-server-1.0.2) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/stable/onlyoffice-document-server/1.0.2/Chart.lock b/stable/onlyoffice-document-server/1.0.2/Chart.lock
deleted file mode 100644
index 1fb006fb18..0000000000
--- a/stable/onlyoffice-document-server/1.0.2/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:47:08.659580106Z"
diff --git a/stable/onlyoffice-document-server/1.0.2/charts/common-8.3.10.tgz b/stable/onlyoffice-document-server/1.0.2/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/onlyoffice-document-server/1.0.2/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/onlyoffice-document-server/1.0.2/ix_values.yaml b/stable/onlyoffice-document-server/1.0.2/ix_values.yaml
deleted file mode 100644
index 6289ab8492..0000000000
--- a/stable/onlyoffice-document-server/1.0.2/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- # -- image repository
- repository: onlyoffice/documentserver
- # -- image tag
- tag: 6.4.1.45@sha256:ba4d4bbdc0eef02e3706a039b757b3e8c512f5c741299ffaf0a1dc8c2421be2f
- # -- image pull policy
- pullPolicy: IfNotPresent
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/onlyoffice-document-server/1.0.2/values.yaml b/stable/onlyoffice-document-server/1.0.2/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/onlyoffice-document-server/1.0.3/CHANGELOG.md b/stable/onlyoffice-document-server/1.0.3/CHANGELOG.md
new file mode 100644
index 0000000000..c66a6501d6
--- /dev/null
+++ b/stable/onlyoffice-document-server/1.0.3/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [onlyoffice-document-server-1.0.3](https://github.com/truecharts/apps/compare/onlyoffice-document-server-1.0.2...onlyoffice-document-server-1.0.3) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/onlyoffice-document-server/1.0.2/CONFIG.md b/stable/onlyoffice-document-server/1.0.3/CONFIG.md
similarity index 100%
rename from stable/onlyoffice-document-server/1.0.2/CONFIG.md
rename to stable/onlyoffice-document-server/1.0.3/CONFIG.md
diff --git a/stable/onlyoffice-document-server/1.0.3/Chart.lock b/stable/onlyoffice-document-server/1.0.3/Chart.lock
new file mode 100644
index 0000000000..302e5195e8
--- /dev/null
+++ b/stable/onlyoffice-document-server/1.0.3/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:50:07.042169109Z"
diff --git a/stable/onlyoffice-document-server/1.0.2/Chart.yaml b/stable/onlyoffice-document-server/1.0.3/Chart.yaml
similarity index 69%
rename from stable/onlyoffice-document-server/1.0.2/Chart.yaml
rename to stable/onlyoffice-document-server/1.0.3/Chart.yaml
index 271efb025d..8b18a7facf 100644
--- a/stable/onlyoffice-document-server/1.0.2/Chart.yaml
+++ b/stable/onlyoffice-document-server/1.0.3/Chart.yaml
@@ -3,8 +3,11 @@ appVersion: "6.4.1.45"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
-description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time."
+ version: 8.3.12
+description: 'ONLYOFFICE Document Server is an online office suite comprising viewers
+ and editors for texts, spreadsheets and presentations, fully compatible with Office
+ Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real
+ time.'
home: https://github.com/truecharts/apps/tree/master/charts/stable/onlyoffice-ds-ce
icon: https://avatars.githubusercontent.com/u/1426033?s=200&v=4
keywords:
@@ -22,4 +25,4 @@ sources:
- https://github.com/ONLYOFFICE/DocumentServer
- https://github.com/ONLYOFFICE/Docker-DocumentServer
- https://hub.docker.com/r/onlyoffice/documentserver/
-version: 1.0.2
+version: 1.0.3
diff --git a/stable/onlyoffice-document-server/1.0.2/README.md b/stable/onlyoffice-document-server/1.0.3/README.md
similarity index 97%
rename from stable/onlyoffice-document-server/1.0.2/README.md
rename to stable/onlyoffice-document-server/1.0.3/README.md
index 47bbb41fa1..1951c7be48 100644
--- a/stable/onlyoffice-document-server/1.0.2/README.md
+++ b/stable/onlyoffice-document-server/1.0.3/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/onlyoffice-document-server/1.0.2/app-readme.md b/stable/onlyoffice-document-server/1.0.3/app-readme.md
similarity index 100%
rename from stable/onlyoffice-document-server/1.0.2/app-readme.md
rename to stable/onlyoffice-document-server/1.0.3/app-readme.md
diff --git a/stable/onlyoffice-document-server/1.0.3/charts/common-8.3.12.tgz b/stable/onlyoffice-document-server/1.0.3/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/onlyoffice-document-server/1.0.3/charts/common-8.3.12.tgz differ
diff --git a/stable/onlyoffice-document-server/1.0.2/helm-values.md b/stable/onlyoffice-document-server/1.0.3/helm-values.md
similarity index 100%
rename from stable/onlyoffice-document-server/1.0.2/helm-values.md
rename to stable/onlyoffice-document-server/1.0.3/helm-values.md
diff --git a/stable/onlyoffice-document-server/1.0.2/questions.yaml b/stable/onlyoffice-document-server/1.0.3/questions.yaml
similarity index 100%
rename from stable/onlyoffice-document-server/1.0.2/questions.yaml
rename to stable/onlyoffice-document-server/1.0.3/questions.yaml
diff --git a/stable/onlyoffice-document-server/1.0.2/templates/common.yaml b/stable/onlyoffice-document-server/1.0.3/templates/common.yaml
similarity index 100%
rename from stable/onlyoffice-document-server/1.0.2/templates/common.yaml
rename to stable/onlyoffice-document-server/1.0.3/templates/common.yaml
diff --git a/stable/onlyoffice-document-server/1.0.2/test_values.yaml b/stable/onlyoffice-document-server/1.0.3/values.yaml
similarity index 100%
rename from stable/onlyoffice-document-server/1.0.2/test_values.yaml
rename to stable/onlyoffice-document-server/1.0.3/values.yaml
diff --git a/stable/openldap/3.0.8/CHANGELOG.md b/stable/openldap/3.0.8/CHANGELOG.md
deleted file mode 100644
index 709a9a5516..0000000000
--- a/stable/openldap/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [openldap-3.0.8](https://github.com/truecharts/apps/compare/openldap-3.0.7...openldap-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/openldap/3.0.8/Chart.lock b/stable/openldap/3.0.8/Chart.lock
deleted file mode 100644
index 96a53d52e0..0000000000
--- a/stable/openldap/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:47:23.263397655Z"
diff --git a/stable/openldap/3.0.8/charts/common-8.3.10.tgz b/stable/openldap/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/openldap/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/openldap/3.0.8/ix_values.yaml b/stable/openldap/3.0.8/ix_values.yaml
deleted file mode 100644
index 0529ffbe89..0000000000
--- a/stable/openldap/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,54 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-image:
- repository: ghcr.io/truecharts/openldap
- pullPolicy: IfNotPresent
- tag: v1.5.0@sha256:fd870eecad0a5a5097ec7377a4441aa77171b4e10d8336f63698144dc3a51a4b
-
-controller:
- # -- Set the controller type.
- # Valid options are deployment, daemonset or statefulset
- type: statefulset
- # -- Number of desired pods
- replicas: 1
- # -- Set the controller upgrade strategy
- # For Deployments, valid values are Recreate (default) and RollingUpdate.
- # For StatefulSets, valid values are OnDelete and RollingUpdate (default).
- # DaemonSets ignore this.
- strategy: RollingUpdate
- rollingUpdate:
- # -- Set deployment RollingUpdate max unavailable
- unavailable: 1
- # -- Set deployment RollingUpdate max surge
- surge:
- # -- Set statefulset RollingUpdate partition
- partition:
- # -- ReplicaSet revision history limit
- revisionHistoryLimit: 3
-
-envFrom:
- - configMapRef:
- name: openldapconfig
-
-replication:
- enabled: false
- # Enter the name of your cluster, defaults to "cluster.local"
- clusterName: "cluster.local"
- retry: 60
- timeout: 1
- interval: 00:00:00:10
- starttls: "critical"
- tls_reqcert: "never"
-
-persistence:
- varrun:
- enabled: false
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/openldap/3.0.8/values.yaml b/stable/openldap/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/openldap/3.0.9/CHANGELOG.md b/stable/openldap/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..2b2cb6cbba
--- /dev/null
+++ b/stable/openldap/3.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [openldap-3.0.9](https://github.com/truecharts/apps/compare/openldap-3.0.8...openldap-3.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/openldap/3.0.8/CONFIG.md b/stable/openldap/3.0.9/CONFIG.md
similarity index 100%
rename from stable/openldap/3.0.8/CONFIG.md
rename to stable/openldap/3.0.9/CONFIG.md
diff --git a/stable/openldap/3.0.9/Chart.lock b/stable/openldap/3.0.9/Chart.lock
new file mode 100644
index 0000000000..395996e7ba
--- /dev/null
+++ b/stable/openldap/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:50:27.624205927Z"
diff --git a/stable/openldap/3.0.8/Chart.yaml b/stable/openldap/3.0.9/Chart.yaml
similarity index 95%
rename from stable/openldap/3.0.8/Chart.yaml
rename to stable/openldap/3.0.9/Chart.yaml
index 0424366254..de57b08110 100644
--- a/stable/openldap/3.0.8/Chart.yaml
+++ b/stable/openldap/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.5.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Community developed LDAP software
home: https://www.openldap.org
@@ -26,4 +26,4 @@ sources:
- https://github.com/jp-gouin/helm-openldap
- https://github.com/osixia/docker-openldap
type: application
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/openldap/3.0.8/README.md b/stable/openldap/3.0.9/README.md
similarity index 96%
rename from stable/openldap/3.0.8/README.md
rename to stable/openldap/3.0.9/README.md
index 2f1f167293..f80d4a8e3f 100644
--- a/stable/openldap/3.0.8/README.md
+++ b/stable/openldap/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/openldap/3.0.8/app-readme.md b/stable/openldap/3.0.9/app-readme.md
similarity index 100%
rename from stable/openldap/3.0.8/app-readme.md
rename to stable/openldap/3.0.9/app-readme.md
diff --git a/stable/openldap/3.0.9/charts/common-8.3.12.tgz b/stable/openldap/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/openldap/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/openldap/3.0.8/helm-values.md b/stable/openldap/3.0.9/helm-values.md
similarity index 100%
rename from stable/openldap/3.0.8/helm-values.md
rename to stable/openldap/3.0.9/helm-values.md
diff --git a/stable/openldap/3.0.8/questions.yaml b/stable/openldap/3.0.9/questions.yaml
similarity index 100%
rename from stable/openldap/3.0.8/questions.yaml
rename to stable/openldap/3.0.9/questions.yaml
diff --git a/stable/openldap/3.0.8/templates/_configmap.tpl b/stable/openldap/3.0.9/templates/_configmap.tpl
similarity index 100%
rename from stable/openldap/3.0.8/templates/_configmap.tpl
rename to stable/openldap/3.0.9/templates/_configmap.tpl
diff --git a/stable/openldap/3.0.8/templates/common.yaml b/stable/openldap/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/openldap/3.0.8/templates/common.yaml
rename to stable/openldap/3.0.9/templates/common.yaml
diff --git a/stable/openldap/3.0.8/test_values.yaml b/stable/openldap/3.0.9/values.yaml
similarity index 100%
rename from stable/openldap/3.0.8/test_values.yaml
rename to stable/openldap/3.0.9/values.yaml
diff --git a/stable/organizr/8.0.10/CHANGELOG.md b/stable/organizr/8.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..7520180b1e
--- /dev/null
+++ b/stable/organizr/8.0.10/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [organizr-8.0.10](https://github.com/truecharts/apps/compare/organizr-8.0.9...organizr-8.0.10) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/organizr/8.0.9/CONFIG.md b/stable/organizr/8.0.10/CONFIG.md
similarity index 100%
rename from stable/organizr/8.0.9/CONFIG.md
rename to stable/organizr/8.0.10/CONFIG.md
diff --git a/stable/organizr/8.0.10/Chart.lock b/stable/organizr/8.0.10/Chart.lock
new file mode 100644
index 0000000000..6d1a2e1d9a
--- /dev/null
+++ b/stable/organizr/8.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:50:48.627524004Z"
diff --git a/stable/organizr/8.0.9/Chart.yaml b/stable/organizr/8.0.10/Chart.yaml
similarity index 94%
rename from stable/organizr/8.0.9/Chart.yaml
rename to stable/organizr/8.0.10/Chart.yaml
index 43abb5ff0a..28110921ef 100644
--- a/stable/organizr/8.0.9/Chart.yaml
+++ b/stable/organizr/8.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: HTPC/Homelab Services Organizer
home: https://github.com/truecharts/apps/tree/master/charts/stable/organizr
@@ -20,4 +20,4 @@ sources:
- https://github.com/causefx/Organizr
- https://hub.docker.com/r/organizr/organizr
type: application
-version: 8.0.9
+version: 8.0.10
diff --git a/stable/organizr/8.0.9/README.md b/stable/organizr/8.0.10/README.md
similarity index 96%
rename from stable/organizr/8.0.9/README.md
rename to stable/organizr/8.0.10/README.md
index d761e02210..b4c413166b 100644
--- a/stable/organizr/8.0.9/README.md
+++ b/stable/organizr/8.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/organizr/8.0.9/app-readme.md b/stable/organizr/8.0.10/app-readme.md
similarity index 100%
rename from stable/organizr/8.0.9/app-readme.md
rename to stable/organizr/8.0.10/app-readme.md
diff --git a/stable/organizr/8.0.10/charts/common-8.3.12.tgz b/stable/organizr/8.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/organizr/8.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/organizr/8.0.9/helm-values.md b/stable/organizr/8.0.10/helm-values.md
similarity index 100%
rename from stable/organizr/8.0.9/helm-values.md
rename to stable/organizr/8.0.10/helm-values.md
diff --git a/stable/organizr/8.0.9/questions.yaml b/stable/organizr/8.0.10/questions.yaml
similarity index 100%
rename from stable/organizr/8.0.9/questions.yaml
rename to stable/organizr/8.0.10/questions.yaml
diff --git a/stable/organizr/8.0.9/templates/common.yaml b/stable/organizr/8.0.10/templates/common.yaml
similarity index 100%
rename from stable/organizr/8.0.9/templates/common.yaml
rename to stable/organizr/8.0.10/templates/common.yaml
diff --git a/stable/organizr/8.0.9/test_values.yaml b/stable/organizr/8.0.10/values.yaml
similarity index 100%
rename from stable/organizr/8.0.9/test_values.yaml
rename to stable/organizr/8.0.10/values.yaml
diff --git a/stable/organizr/8.0.9/CHANGELOG.md b/stable/organizr/8.0.9/CHANGELOG.md
deleted file mode 100644
index d9c370609f..0000000000
--- a/stable/organizr/8.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [organizr-8.0.9](https://github.com/truecharts/apps/compare/organizr-8.0.8...organizr-8.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/organizr/8.0.9/Chart.lock b/stable/organizr/8.0.9/Chart.lock
deleted file mode 100644
index 56061785f8..0000000000
--- a/stable/organizr/8.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:47:38.091151338Z"
diff --git a/stable/organizr/8.0.9/charts/common-8.3.10.tgz b/stable/organizr/8.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/organizr/8.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/organizr/8.0.9/ix_values.yaml b/stable/organizr/8.0.9/ix_values.yaml
deleted file mode 100644
index e30eea70ac..0000000000
--- a/stable/organizr/8.0.9/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: organizr/organizr
- pullPolicy: Always
- tag: latest@sha256:0e23a5b4258b8e926f85370f6b19309bda919f413e321cbe6c03182cbdc4a7ee
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/organizr/8.0.9/values.yaml b/stable/organizr/8.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/oscam/3.0.8/CHANGELOG.md b/stable/oscam/3.0.8/CHANGELOG.md
deleted file mode 100644
index d1693e0cb8..0000000000
--- a/stable/oscam/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [oscam-3.0.8](https://github.com/truecharts/apps/compare/oscam-3.0.7...oscam-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/oscam/3.0.8/Chart.lock b/stable/oscam/3.0.8/Chart.lock
deleted file mode 100644
index 8a80678fc1..0000000000
--- a/stable/oscam/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:47:52.787727811Z"
diff --git a/stable/oscam/3.0.8/charts/common-8.3.10.tgz b/stable/oscam/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/oscam/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/oscam/3.0.8/ix_values.yaml b/stable/oscam/3.0.8/ix_values.yaml
deleted file mode 100644
index 47d4ce3823..0000000000
--- a/stable/oscam/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/oscam
- pullPolicy: IfNotPresent
- tag: version-11693@sha256:e97f9929c3a6caed6ee24ed9f1efdd4a8c29b4b2ba52205d3f8daebdaf7a9ea2
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/oscam/3.0.8/values.yaml b/stable/oscam/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/oscam/3.0.9/CHANGELOG.md b/stable/oscam/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..60ac7e353e
--- /dev/null
+++ b/stable/oscam/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [oscam-3.0.9](https://github.com/truecharts/apps/compare/oscam-3.0.8...oscam-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/oscam/3.0.8/CONFIG.md b/stable/oscam/3.0.9/CONFIG.md
similarity index 100%
rename from stable/oscam/3.0.8/CONFIG.md
rename to stable/oscam/3.0.9/CONFIG.md
diff --git a/stable/oscam/3.0.9/Chart.lock b/stable/oscam/3.0.9/Chart.lock
new file mode 100644
index 0000000000..29c01e29b4
--- /dev/null
+++ b/stable/oscam/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:51:09.204302649Z"
diff --git a/stable/oscam/3.0.8/Chart.yaml b/stable/oscam/3.0.9/Chart.yaml
similarity index 94%
rename from stable/oscam/3.0.8/Chart.yaml
rename to stable/oscam/3.0.9/Chart.yaml
index d0ae55ee47..5915392d91 100644
--- a/stable/oscam/3.0.8/Chart.yaml
+++ b/stable/oscam/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "11693"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Open Source Conditional Access Module software
home: https://github.com/truecharts/apps/tree/master/charts/stable/oscam
@@ -19,4 +19,4 @@ name: oscam
sources:
- https://trac.streamboard.tv/oscam/browser/trunk
type: application
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/oscam/3.0.8/README.md b/stable/oscam/3.0.9/README.md
similarity index 96%
rename from stable/oscam/3.0.8/README.md
rename to stable/oscam/3.0.9/README.md
index b4b279d285..08979edb90 100644
--- a/stable/oscam/3.0.8/README.md
+++ b/stable/oscam/3.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/oscam/3.0.8/app-readme.md b/stable/oscam/3.0.9/app-readme.md
similarity index 100%
rename from stable/oscam/3.0.8/app-readme.md
rename to stable/oscam/3.0.9/app-readme.md
diff --git a/stable/oscam/3.0.9/charts/common-8.3.12.tgz b/stable/oscam/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/oscam/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/oscam/3.0.8/helm-values.md b/stable/oscam/3.0.9/helm-values.md
similarity index 100%
rename from stable/oscam/3.0.8/helm-values.md
rename to stable/oscam/3.0.9/helm-values.md
diff --git a/stable/oscam/3.0.8/questions.yaml b/stable/oscam/3.0.9/questions.yaml
similarity index 99%
rename from stable/oscam/3.0.8/questions.yaml
rename to stable/oscam/3.0.9/questions.yaml
index 909fbb9a6f..a5f7bfc498 100644
--- a/stable/oscam/3.0.8/questions.yaml
+++ b/stable/oscam/3.0.9/questions.yaml
@@ -545,6 +545,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/oscam/3.0.8/templates/common.yaml b/stable/oscam/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/oscam/3.0.8/templates/common.yaml
rename to stable/oscam/3.0.9/templates/common.yaml
diff --git a/stable/oscam/3.0.8/test_values.yaml b/stable/oscam/3.0.9/values.yaml
similarity index 100%
rename from stable/oscam/3.0.8/test_values.yaml
rename to stable/oscam/3.0.9/values.yaml
diff --git a/stable/overseerr/3.0.8/CHANGELOG.md b/stable/overseerr/3.0.8/CHANGELOG.md
deleted file mode 100644
index 031daa1516..0000000000
--- a/stable/overseerr/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [overseerr-3.0.8](https://github.com/truecharts/apps/compare/overseerr-3.0.7...overseerr-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/overseerr/3.0.8/Chart.lock b/stable/overseerr/3.0.8/Chart.lock
deleted file mode 100644
index 59fa2dc90e..0000000000
--- a/stable/overseerr/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:48:07.398206323Z"
diff --git a/stable/overseerr/3.0.8/charts/common-8.3.10.tgz b/stable/overseerr/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/overseerr/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/overseerr/3.0.8/ix_values.yaml b/stable/overseerr/3.0.8/ix_values.yaml
deleted file mode 100644
index 788959faf7..0000000000
--- a/stable/overseerr/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/sct/overseerr
- pullPolicy: IfNotPresent
- tag: 1.26.1@sha256:254d16af8f71061d0f8feb0d4990078641eff13a17824938b60b43b334342f9d
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/overseerr/3.0.8/values.yaml b/stable/overseerr/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/overseerr/3.0.9/CHANGELOG.md b/stable/overseerr/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..7ccfa0701d
--- /dev/null
+++ b/stable/overseerr/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [overseerr-3.0.9](https://github.com/truecharts/apps/compare/overseerr-3.0.8...overseerr-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/overseerr/3.0.8/CONFIG.md b/stable/overseerr/3.0.9/CONFIG.md
similarity index 100%
rename from stable/overseerr/3.0.8/CONFIG.md
rename to stable/overseerr/3.0.9/CONFIG.md
diff --git a/stable/overseerr/3.0.9/Chart.lock b/stable/overseerr/3.0.9/Chart.lock
new file mode 100644
index 0000000000..2e98813c03
--- /dev/null
+++ b/stable/overseerr/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:51:29.598394385Z"
diff --git a/stable/overseerr/3.0.8/Chart.yaml b/stable/overseerr/3.0.9/Chart.yaml
similarity index 95%
rename from stable/overseerr/3.0.8/Chart.yaml
rename to stable/overseerr/3.0.9/Chart.yaml
index a58be7ba0f..b7dfde446d 100644
--- a/stable/overseerr/3.0.8/Chart.yaml
+++ b/stable/overseerr/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.26.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Overseerr is a free and open source software application for managing
requests for your media library. It integrates with your existing services such
as Sonarr, Radarr and Plex!
@@ -23,4 +23,4 @@ name: overseerr
sources:
- https://github.com/sct/overseerr
- https://hub.docker.com/r/sctx/overseerr
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/overseerr/3.0.8/README.md b/stable/overseerr/3.0.9/README.md
similarity index 96%
rename from stable/overseerr/3.0.8/README.md
rename to stable/overseerr/3.0.9/README.md
index c319c0bae0..c1e809d3be 100644
--- a/stable/overseerr/3.0.8/README.md
+++ b/stable/overseerr/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/overseerr/3.0.8/app-readme.md b/stable/overseerr/3.0.9/app-readme.md
similarity index 100%
rename from stable/overseerr/3.0.8/app-readme.md
rename to stable/overseerr/3.0.9/app-readme.md
diff --git a/stable/overseerr/3.0.9/charts/common-8.3.12.tgz b/stable/overseerr/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/overseerr/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/overseerr/3.0.8/helm-values.md b/stable/overseerr/3.0.9/helm-values.md
similarity index 100%
rename from stable/overseerr/3.0.8/helm-values.md
rename to stable/overseerr/3.0.9/helm-values.md
diff --git a/stable/overseerr/3.0.8/questions.yaml b/stable/overseerr/3.0.9/questions.yaml
similarity index 99%
rename from stable/overseerr/3.0.8/questions.yaml
rename to stable/overseerr/3.0.9/questions.yaml
index 2e7528079d..f0f5937b74 100644
--- a/stable/overseerr/3.0.8/questions.yaml
+++ b/stable/overseerr/3.0.9/questions.yaml
@@ -545,6 +545,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/overseerr/3.0.8/templates/common.yaml b/stable/overseerr/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/overseerr/3.0.8/templates/common.yaml
rename to stable/overseerr/3.0.9/templates/common.yaml
diff --git a/stable/overseerr/3.0.8/test_values.yaml b/stable/overseerr/3.0.9/values.yaml
similarity index 100%
rename from stable/overseerr/3.0.8/test_values.yaml
rename to stable/overseerr/3.0.9/values.yaml
diff --git a/stable/owncast/3.0.10/CHANGELOG.md b/stable/owncast/3.0.10/CHANGELOG.md
deleted file mode 100644
index c7ec60790c..0000000000
--- a/stable/owncast/3.0.10/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [owncast-3.0.10](https://github.com/truecharts/apps/compare/owncast-3.0.9...owncast-3.0.10) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/owncast/3.0.10/Chart.lock b/stable/owncast/3.0.10/Chart.lock
deleted file mode 100644
index 7bb31a2c12..0000000000
--- a/stable/owncast/3.0.10/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:48:22.035752755Z"
diff --git a/stable/owncast/3.0.10/charts/common-8.3.10.tgz b/stable/owncast/3.0.10/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/owncast/3.0.10/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/owncast/3.0.10/ix_values.yaml b/stable/owncast/3.0.10/ix_values.yaml
deleted file mode 100644
index 49290ce6e0..0000000000
--- a/stable/owncast/3.0.10/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/owncast
- pullPolicy: IfNotPresent
- tag: v0.0.10@sha256:59e455798cacf118a74184755b060f48bcc05dc56bb9d4f696bcc77f411f1ad0
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/owncast/3.0.10/values.yaml b/stable/owncast/3.0.10/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/owncast/3.0.11/CHANGELOG.md b/stable/owncast/3.0.11/CHANGELOG.md
new file mode 100644
index 0000000000..846f0934b1
--- /dev/null
+++ b/stable/owncast/3.0.11/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [owncast-3.0.11](https://github.com/truecharts/apps/compare/owncast-3.0.10...owncast-3.0.11) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/owncast/3.0.10/CONFIG.md b/stable/owncast/3.0.11/CONFIG.md
similarity index 100%
rename from stable/owncast/3.0.10/CONFIG.md
rename to stable/owncast/3.0.11/CONFIG.md
diff --git a/stable/owncast/3.0.11/Chart.lock b/stable/owncast/3.0.11/Chart.lock
new file mode 100644
index 0000000000..1f73899a4b
--- /dev/null
+++ b/stable/owncast/3.0.11/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:51:50.275365897Z"
diff --git a/stable/owncast/3.0.10/Chart.yaml b/stable/owncast/3.0.11/Chart.yaml
similarity index 94%
rename from stable/owncast/3.0.10/Chart.yaml
rename to stable/owncast/3.0.11/Chart.yaml
index c5d388d140..683520e4e4 100644
--- a/stable/owncast/3.0.10/Chart.yaml
+++ b/stable/owncast/3.0.11/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.0.10"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Take control over your live stream video by running it yourself. Streaming
+ chat out of the box.
home: https://github.com/truechartsapps/tree/master/charts/stable/owncast
@@ -22,4 +22,4 @@ name: owncast
sources:
- https://owncast.online/
- https://github.com/owncast/owncast
-version: 3.0.10
+version: 3.0.11
diff --git a/stable/owncast/3.0.10/README.md b/stable/owncast/3.0.11/README.md
similarity index 96%
rename from stable/owncast/3.0.10/README.md
rename to stable/owncast/3.0.11/README.md
index 7870771786..831c927c65 100644
--- a/stable/owncast/3.0.10/README.md
+++ b/stable/owncast/3.0.11/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/owncast/3.0.10/app-readme.md b/stable/owncast/3.0.11/app-readme.md
similarity index 100%
rename from stable/owncast/3.0.10/app-readme.md
rename to stable/owncast/3.0.11/app-readme.md
diff --git a/stable/owncast/3.0.11/charts/common-8.3.12.tgz b/stable/owncast/3.0.11/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/owncast/3.0.11/charts/common-8.3.12.tgz differ
diff --git a/stable/owncast/3.0.10/helm-values.md b/stable/owncast/3.0.11/helm-values.md
similarity index 100%
rename from stable/owncast/3.0.10/helm-values.md
rename to stable/owncast/3.0.11/helm-values.md
diff --git a/stable/owncast/3.0.10/questions.yaml b/stable/owncast/3.0.11/questions.yaml
similarity index 99%
rename from stable/owncast/3.0.10/questions.yaml
rename to stable/owncast/3.0.11/questions.yaml
index 30be03c2e1..bb56182b52 100644
--- a/stable/owncast/3.0.10/questions.yaml
+++ b/stable/owncast/3.0.11/questions.yaml
@@ -636,6 +636,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/owncast/3.0.10/templates/common.yaml b/stable/owncast/3.0.11/templates/common.yaml
similarity index 100%
rename from stable/owncast/3.0.10/templates/common.yaml
rename to stable/owncast/3.0.11/templates/common.yaml
diff --git a/stable/owncast/3.0.10/test_values.yaml b/stable/owncast/3.0.11/values.yaml
similarity index 100%
rename from stable/owncast/3.0.10/test_values.yaml
rename to stable/owncast/3.0.11/values.yaml
diff --git a/stable/owncloud-ocis/3.0.10/CHANGELOG.md b/stable/owncloud-ocis/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..24d849a2e7
--- /dev/null
+++ b/stable/owncloud-ocis/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [owncloud-ocis-3.0.10](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.9...owncloud-ocis-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/owncloud-ocis/3.0.9/CONFIG.md b/stable/owncloud-ocis/3.0.10/CONFIG.md
similarity index 100%
rename from stable/owncloud-ocis/3.0.9/CONFIG.md
rename to stable/owncloud-ocis/3.0.10/CONFIG.md
diff --git a/stable/owncloud-ocis/3.0.10/Chart.lock b/stable/owncloud-ocis/3.0.10/Chart.lock
new file mode 100644
index 0000000000..7ac6ae2eea
--- /dev/null
+++ b/stable/owncloud-ocis/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:52:11.735663942Z"
diff --git a/stable/owncloud-ocis/3.0.9/Chart.yaml b/stable/owncloud-ocis/3.0.10/Chart.yaml
similarity index 94%
rename from stable/owncloud-ocis/3.0.9/Chart.yaml
rename to stable/owncloud-ocis/3.0.10/Chart.yaml
index 85f14aca22..278b05b667 100644
--- a/stable/owncloud-ocis/3.0.9/Chart.yaml
+++ b/stable/owncloud-ocis/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.13.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: ownCloud Infinite Scale is a self-hosted file sync and share server.
home: https://github.com/truechartsapps/tree/master/charts/stable/owncloud-ocis
icon: https://avatars.githubusercontent.com/u/1645051?s=200&v=4
@@ -25,4 +25,4 @@ name: owncloud-ocis
sources:
- https://hub.docker.com/r/owncloud/ocis
- https://owncloud.dev/ocis/
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/owncloud-ocis/3.0.9/README.md b/stable/owncloud-ocis/3.0.10/README.md
similarity index 96%
rename from stable/owncloud-ocis/3.0.9/README.md
rename to stable/owncloud-ocis/3.0.10/README.md
index 302397e828..48d938fbed 100644
--- a/stable/owncloud-ocis/3.0.9/README.md
+++ b/stable/owncloud-ocis/3.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/owncloud-ocis/3.0.9/app-readme.md b/stable/owncloud-ocis/3.0.10/app-readme.md
similarity index 100%
rename from stable/owncloud-ocis/3.0.9/app-readme.md
rename to stable/owncloud-ocis/3.0.10/app-readme.md
diff --git a/stable/owncloud-ocis/3.0.10/charts/common-8.3.12.tgz b/stable/owncloud-ocis/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/owncloud-ocis/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/owncloud-ocis/3.0.9/helm-values.md b/stable/owncloud-ocis/3.0.10/helm-values.md
similarity index 100%
rename from stable/owncloud-ocis/3.0.9/helm-values.md
rename to stable/owncloud-ocis/3.0.10/helm-values.md
diff --git a/stable/owncloud-ocis/3.0.9/questions.yaml b/stable/owncloud-ocis/3.0.10/questions.yaml
similarity index 99%
rename from stable/owncloud-ocis/3.0.9/questions.yaml
rename to stable/owncloud-ocis/3.0.10/questions.yaml
index 3d66d536ec..eadcec6401 100644
--- a/stable/owncloud-ocis/3.0.9/questions.yaml
+++ b/stable/owncloud-ocis/3.0.10/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/owncloud-ocis/3.0.9/templates/common.yaml b/stable/owncloud-ocis/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/owncloud-ocis/3.0.9/templates/common.yaml
rename to stable/owncloud-ocis/3.0.10/templates/common.yaml
diff --git a/stable/owncloud-ocis/3.0.9/test_values.yaml b/stable/owncloud-ocis/3.0.10/values.yaml
similarity index 100%
rename from stable/owncloud-ocis/3.0.9/test_values.yaml
rename to stable/owncloud-ocis/3.0.10/values.yaml
diff --git a/stable/owncloud-ocis/3.0.9/CHANGELOG.md b/stable/owncloud-ocis/3.0.9/CHANGELOG.md
deleted file mode 100644
index cb158ca57d..0000000000
--- a/stable/owncloud-ocis/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [owncloud-ocis-3.0.9](https://github.com/truecharts/apps/compare/owncloud-ocis-3.0.8...owncloud-ocis-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/owncloud-ocis/3.0.9/Chart.lock b/stable/owncloud-ocis/3.0.9/Chart.lock
deleted file mode 100644
index 533f71a622..0000000000
--- a/stable/owncloud-ocis/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:48:36.585763312Z"
diff --git a/stable/owncloud-ocis/3.0.9/charts/common-8.3.10.tgz b/stable/owncloud-ocis/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/owncloud-ocis/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/owncloud-ocis/3.0.9/ix_values.yaml b/stable/owncloud-ocis/3.0.9/ix_values.yaml
deleted file mode 100644
index 44ca63d996..0000000000
--- a/stable/owncloud-ocis/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/ocis
- pullPolicy: IfNotPresent
- tag: v1.13.0@sha256:8f1e2841849df772287d6ee6969b214b214c8200401a8491705305c12a85c50d
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/owncloud-ocis/3.0.9/values.yaml b/stable/owncloud-ocis/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/pgadmin/3.0.10/CHANGELOG.md b/stable/pgadmin/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..63657f9eda
--- /dev/null
+++ b/stable/pgadmin/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [pgadmin-3.0.10](https://github.com/truecharts/apps/compare/pgadmin-3.0.9...pgadmin-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/pgadmin/3.0.9/CONFIG.md b/stable/pgadmin/3.0.10/CONFIG.md
similarity index 100%
rename from stable/pgadmin/3.0.9/CONFIG.md
rename to stable/pgadmin/3.0.10/CONFIG.md
diff --git a/stable/pgadmin/3.0.10/Chart.lock b/stable/pgadmin/3.0.10/Chart.lock
new file mode 100644
index 0000000000..b5b8f3d280
--- /dev/null
+++ b/stable/pgadmin/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:52:33.49792242Z"
diff --git a/stable/pgadmin/3.0.9/Chart.yaml b/stable/pgadmin/3.0.10/Chart.yaml
similarity index 94%
rename from stable/pgadmin/3.0.9/Chart.yaml
rename to stable/pgadmin/3.0.10/Chart.yaml
index 2e6393d303..64010104b3 100644
--- a/stable/pgadmin/3.0.9/Chart.yaml
+++ b/stable/pgadmin/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "6.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Web-Based postgresql database management utility
home: https://github.com/truecharts/apps/tree/master/charts/stable/pgadmin
@@ -24,4 +24,4 @@ name: pgadmin
sources:
- https://www.pgadmin.org/
type: application
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/pgadmin/3.0.9/README.md b/stable/pgadmin/3.0.10/README.md
similarity index 96%
rename from stable/pgadmin/3.0.9/README.md
rename to stable/pgadmin/3.0.10/README.md
index a9925f9078..a1afe29274 100644
--- a/stable/pgadmin/3.0.9/README.md
+++ b/stable/pgadmin/3.0.10/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/pgadmin/3.0.9/app-readme.md b/stable/pgadmin/3.0.10/app-readme.md
similarity index 100%
rename from stable/pgadmin/3.0.9/app-readme.md
rename to stable/pgadmin/3.0.10/app-readme.md
diff --git a/stable/pgadmin/3.0.10/charts/common-8.3.12.tgz b/stable/pgadmin/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/pgadmin/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/pgadmin/3.0.9/helm-values.md b/stable/pgadmin/3.0.10/helm-values.md
similarity index 100%
rename from stable/pgadmin/3.0.9/helm-values.md
rename to stable/pgadmin/3.0.10/helm-values.md
diff --git a/stable/pgadmin/3.0.9/questions.yaml b/stable/pgadmin/3.0.10/questions.yaml
similarity index 99%
rename from stable/pgadmin/3.0.9/questions.yaml
rename to stable/pgadmin/3.0.10/questions.yaml
index e84c3e22ae..22df901d83 100644
--- a/stable/pgadmin/3.0.9/questions.yaml
+++ b/stable/pgadmin/3.0.10/questions.yaml
@@ -558,6 +558,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/pgadmin/3.0.9/templates/common.yaml b/stable/pgadmin/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/pgadmin/3.0.9/templates/common.yaml
rename to stable/pgadmin/3.0.10/templates/common.yaml
diff --git a/stable/pgadmin/3.0.9/test_values.yaml b/stable/pgadmin/3.0.10/values.yaml
similarity index 100%
rename from stable/pgadmin/3.0.9/test_values.yaml
rename to stable/pgadmin/3.0.10/values.yaml
diff --git a/stable/pgadmin/3.0.9/CHANGELOG.md b/stable/pgadmin/3.0.9/CHANGELOG.md
deleted file mode 100644
index 8e8a4db343..0000000000
--- a/stable/pgadmin/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [pgadmin-3.0.9](https://github.com/truecharts/apps/compare/pgadmin-3.0.8...pgadmin-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/pgadmin/3.0.9/Chart.lock b/stable/pgadmin/3.0.9/Chart.lock
deleted file mode 100644
index c846be3c2f..0000000000
--- a/stable/pgadmin/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:48:51.230270578Z"
diff --git a/stable/pgadmin/3.0.9/charts/common-8.3.10.tgz b/stable/pgadmin/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/pgadmin/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/pgadmin/3.0.9/ix_values.yaml b/stable/pgadmin/3.0.9/ix_values.yaml
deleted file mode 100644
index 68a13544dd..0000000000
--- a/stable/pgadmin/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: docker.io/dpage/pgadmin4
- pullPolicy: IfNotPresent
- tag: 6.0@sha256:e8d18f941264a82c6fbe81ce60503f2b00823a36e571cd383ca1f462b578f691
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/pgadmin/3.0.9/values.yaml b/stable/pgadmin/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/photoprism/4.0.2/CHANGELOG.md b/stable/photoprism/4.0.2/CHANGELOG.md
deleted file mode 100644
index b457d7b82b..0000000000
--- a/stable/photoprism/4.0.2/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [photoprism-4.0.2](https://github.com/truecharts/apps/compare/photoprism-4.0.1...photoprism-4.0.2) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/photoprism/4.0.2/Chart.lock b/stable/photoprism/4.0.2/Chart.lock
deleted file mode 100644
index a2bf836dde..0000000000
--- a/stable/photoprism/4.0.2/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:49:06.124091548Z"
diff --git a/stable/photoprism/4.0.2/charts/common-8.3.10.tgz b/stable/photoprism/4.0.2/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/photoprism/4.0.2/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/photoprism/4.0.2/ix_values.yaml b/stable/photoprism/4.0.2/ix_values.yaml
deleted file mode 100644
index 99e9a855d0..0000000000
--- a/stable/photoprism/4.0.2/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: docker.io/photoprism/photoprism
- pullPolicy: IfNotPresent
- tag: 20211010@sha256:f4687352985a7859fdec43851ffbe559a09c50eea1660f320d7e59a1968269a7
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/photoprism/4.0.2/values.yaml b/stable/photoprism/4.0.2/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/photoprism/4.0.3/CHANGELOG.md b/stable/photoprism/4.0.3/CHANGELOG.md
new file mode 100644
index 0000000000..e9ee44da79
--- /dev/null
+++ b/stable/photoprism/4.0.3/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [photoprism-4.0.3](https://github.com/truecharts/apps/compare/photoprism-4.0.2...photoprism-4.0.3) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/photoprism/4.0.2/CONFIG.md b/stable/photoprism/4.0.3/CONFIG.md
similarity index 100%
rename from stable/photoprism/4.0.2/CONFIG.md
rename to stable/photoprism/4.0.3/CONFIG.md
diff --git a/stable/photoprism/4.0.3/Chart.lock b/stable/photoprism/4.0.3/Chart.lock
new file mode 100644
index 0000000000..45f8c973e7
--- /dev/null
+++ b/stable/photoprism/4.0.3/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:52:55.130317343Z"
diff --git a/stable/photoprism/4.0.2/Chart.yaml b/stable/photoprism/4.0.3/Chart.yaml
similarity index 95%
rename from stable/photoprism/4.0.2/Chart.yaml
rename to stable/photoprism/4.0.3/Chart.yaml
index 1e921a467f..1f1544372b 100644
--- a/stable/photoprism/4.0.2/Chart.yaml
+++ b/stable/photoprism/4.0.3/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "20211010"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: "PhotoPrism\xC2\xAE is a server-based application for browsing, organizing\
\ and sharing your personal photo collection"
home: https://github.com/truechartsapps/tree/master/charts/stable/photoprism
@@ -22,4 +22,4 @@ name: photoprism
sources:
- https://github.com/photoprism/photoprism
- https://hub.docker.com/r/photoprism/photoprism
-version: 4.0.2
+version: 4.0.3
diff --git a/stable/photoprism/4.0.2/README.md b/stable/photoprism/4.0.3/README.md
similarity index 96%
rename from stable/photoprism/4.0.2/README.md
rename to stable/photoprism/4.0.3/README.md
index 9081949ab6..b4aa1cee20 100644
--- a/stable/photoprism/4.0.2/README.md
+++ b/stable/photoprism/4.0.3/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/photoprism/4.0.2/app-readme.md b/stable/photoprism/4.0.3/app-readme.md
similarity index 100%
rename from stable/photoprism/4.0.2/app-readme.md
rename to stable/photoprism/4.0.3/app-readme.md
diff --git a/stable/photoprism/4.0.3/charts/common-8.3.12.tgz b/stable/photoprism/4.0.3/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/photoprism/4.0.3/charts/common-8.3.12.tgz differ
diff --git a/stable/photoprism/4.0.2/helm-values.md b/stable/photoprism/4.0.3/helm-values.md
similarity index 100%
rename from stable/photoprism/4.0.2/helm-values.md
rename to stable/photoprism/4.0.3/helm-values.md
diff --git a/stable/photoprism/4.0.2/questions.yaml b/stable/photoprism/4.0.3/questions.yaml
similarity index 99%
rename from stable/photoprism/4.0.2/questions.yaml
rename to stable/photoprism/4.0.3/questions.yaml
index 57aa66e216..7692fc2b09 100644
--- a/stable/photoprism/4.0.2/questions.yaml
+++ b/stable/photoprism/4.0.3/questions.yaml
@@ -617,6 +617,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/photoprism/4.0.2/templates/common.yaml b/stable/photoprism/4.0.3/templates/common.yaml
similarity index 100%
rename from stable/photoprism/4.0.2/templates/common.yaml
rename to stable/photoprism/4.0.3/templates/common.yaml
diff --git a/stable/photoprism/4.0.2/test_values.yaml b/stable/photoprism/4.0.3/values.yaml
similarity index 100%
rename from stable/photoprism/4.0.2/test_values.yaml
rename to stable/photoprism/4.0.3/values.yaml
diff --git a/stable/phpldapadmin/3.0.8/CHANGELOG.md b/stable/phpldapadmin/3.0.8/CHANGELOG.md
deleted file mode 100644
index e8aee968c5..0000000000
--- a/stable/phpldapadmin/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [phpldapadmin-3.0.8](https://github.com/truecharts/apps/compare/phpldapadmin-3.0.7...phpldapadmin-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/stable/phpldapadmin/3.0.8/Chart.lock b/stable/phpldapadmin/3.0.8/Chart.lock
deleted file mode 100644
index ca6ea443df..0000000000
--- a/stable/phpldapadmin/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:49:20.92846798Z"
diff --git a/stable/phpldapadmin/3.0.8/charts/common-8.3.10.tgz b/stable/phpldapadmin/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/phpldapadmin/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/phpldapadmin/3.0.8/ix_values.yaml b/stable/phpldapadmin/3.0.8/ix_values.yaml
deleted file mode 100644
index e7ce7dae49..0000000000
--- a/stable/phpldapadmin/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/phpldapadmin
- pullPolicy: IfNotPresent
- tag: v0.9.0@sha256:e633aefd9a89e9c1492bef151eb81d718b5b9ecc7bf1bc80e64b36e5ac480158
-
-persistence:
- varrun:
- enabled: false
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/phpldapadmin/3.0.8/values.yaml b/stable/phpldapadmin/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/phpldapadmin/3.0.9/CHANGELOG.md b/stable/phpldapadmin/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..b3f93bd55a
--- /dev/null
+++ b/stable/phpldapadmin/3.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [phpldapadmin-3.0.9](https://github.com/truecharts/apps/compare/phpldapadmin-3.0.8...phpldapadmin-3.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/phpldapadmin/3.0.8/CONFIG.md b/stable/phpldapadmin/3.0.9/CONFIG.md
similarity index 100%
rename from stable/phpldapadmin/3.0.8/CONFIG.md
rename to stable/phpldapadmin/3.0.9/CONFIG.md
diff --git a/stable/phpldapadmin/3.0.9/Chart.lock b/stable/phpldapadmin/3.0.9/Chart.lock
new file mode 100644
index 0000000000..3df06c3d9a
--- /dev/null
+++ b/stable/phpldapadmin/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:53:17.222591876Z"
diff --git a/stable/phpldapadmin/3.0.8/Chart.yaml b/stable/phpldapadmin/3.0.9/Chart.yaml
similarity index 95%
rename from stable/phpldapadmin/3.0.8/Chart.yaml
rename to stable/phpldapadmin/3.0.9/Chart.yaml
index 4d16103ab9..458009a927 100644
--- a/stable/phpldapadmin/3.0.8/Chart.yaml
+++ b/stable/phpldapadmin/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.9.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Web-based LDAP browser to manage your LDAP server
home: https://github.com/truecharts/apps/tree/master/charts/stable/phpldapadmin
@@ -24,4 +24,4 @@ name: phpldapadmin
sources:
- https://gitlab.v2.rancher.geohub.space/g3s/i3s/i3s-helm-catalog
type: application
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/phpldapadmin/3.0.8/README.md b/stable/phpldapadmin/3.0.9/README.md
similarity index 96%
rename from stable/phpldapadmin/3.0.8/README.md
rename to stable/phpldapadmin/3.0.9/README.md
index 485d41ca70..7d1f888559 100644
--- a/stable/phpldapadmin/3.0.8/README.md
+++ b/stable/phpldapadmin/3.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/phpldapadmin/3.0.8/app-readme.md b/stable/phpldapadmin/3.0.9/app-readme.md
similarity index 100%
rename from stable/phpldapadmin/3.0.8/app-readme.md
rename to stable/phpldapadmin/3.0.9/app-readme.md
diff --git a/stable/phpldapadmin/3.0.9/charts/common-8.3.12.tgz b/stable/phpldapadmin/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/phpldapadmin/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/phpldapadmin/3.0.8/helm-values.md b/stable/phpldapadmin/3.0.9/helm-values.md
similarity index 100%
rename from stable/phpldapadmin/3.0.8/helm-values.md
rename to stable/phpldapadmin/3.0.9/helm-values.md
diff --git a/stable/phpldapadmin/3.0.8/questions.yaml b/stable/phpldapadmin/3.0.9/questions.yaml
similarity index 100%
rename from stable/phpldapadmin/3.0.8/questions.yaml
rename to stable/phpldapadmin/3.0.9/questions.yaml
diff --git a/stable/phpldapadmin/3.0.8/templates/common.yaml b/stable/phpldapadmin/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/phpldapadmin/3.0.8/templates/common.yaml
rename to stable/phpldapadmin/3.0.9/templates/common.yaml
diff --git a/stable/phpldapadmin/3.0.8/test_values.yaml b/stable/phpldapadmin/3.0.9/values.yaml
similarity index 100%
rename from stable/phpldapadmin/3.0.8/test_values.yaml
rename to stable/phpldapadmin/3.0.9/values.yaml
diff --git a/stable/piaware/3.0.8/CHANGELOG.md b/stable/piaware/3.0.8/CHANGELOG.md
deleted file mode 100644
index a725324eaf..0000000000
--- a/stable/piaware/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [piaware-3.0.8](https://github.com/truecharts/apps/compare/piaware-3.0.7...piaware-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/piaware/3.0.8/Chart.lock b/stable/piaware/3.0.8/Chart.lock
deleted file mode 100644
index bbed1725ca..0000000000
--- a/stable/piaware/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:49:35.741750286Z"
diff --git a/stable/piaware/3.0.8/charts/common-8.3.10.tgz b/stable/piaware/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/piaware/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/piaware/3.0.8/ix_values.yaml b/stable/piaware/3.0.8/ix_values.yaml
deleted file mode 100644
index 1d31bd38a4..0000000000
--- a/stable/piaware/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/piaware
- pullPolicy: IfNotPresent
- tag: v6.1@sha256:9e143490fbe9d5d9e0004ed4b5c08f1f83b56dbbc3920fa47db806b7fdcb1aad
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/piaware/3.0.8/values.yaml b/stable/piaware/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/piaware/3.0.9/CHANGELOG.md b/stable/piaware/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..b9a422410f
--- /dev/null
+++ b/stable/piaware/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [piaware-3.0.9](https://github.com/truecharts/apps/compare/piaware-3.0.8...piaware-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/piaware/3.0.8/CONFIG.md b/stable/piaware/3.0.9/CONFIG.md
similarity index 100%
rename from stable/piaware/3.0.8/CONFIG.md
rename to stable/piaware/3.0.9/CONFIG.md
diff --git a/stable/piaware/3.0.9/Chart.lock b/stable/piaware/3.0.9/Chart.lock
new file mode 100644
index 0000000000..80ff90bf1b
--- /dev/null
+++ b/stable/piaware/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:53:38.833692162Z"
diff --git a/stable/piaware/3.0.8/Chart.yaml b/stable/piaware/3.0.9/Chart.yaml
similarity index 94%
rename from stable/piaware/3.0.8/Chart.yaml
rename to stable/piaware/3.0.9/Chart.yaml
index ce9322c99d..2e3f6e27bc 100644
--- a/stable/piaware/3.0.8/Chart.yaml
+++ b/stable/piaware/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "6.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Program for forwarding ADS-B data to FlightAware
home: https://github.com/truechartsapps/tree/master/charts/stable/piaware
icon: https://pbs.twimg.com/profile_images/964269455483088897/mr2UgvfG_400x400.jpg
@@ -19,4 +19,4 @@ maintainers:
name: piaware
sources:
- https://github.com/flightaware/piaware
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/piaware/3.0.8/README.md b/stable/piaware/3.0.9/README.md
similarity index 96%
rename from stable/piaware/3.0.8/README.md
rename to stable/piaware/3.0.9/README.md
index 1460d48f2e..06155d0f76 100644
--- a/stable/piaware/3.0.8/README.md
+++ b/stable/piaware/3.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/piaware/3.0.8/app-readme.md b/stable/piaware/3.0.9/app-readme.md
similarity index 100%
rename from stable/piaware/3.0.8/app-readme.md
rename to stable/piaware/3.0.9/app-readme.md
diff --git a/stable/piaware/3.0.9/charts/common-8.3.12.tgz b/stable/piaware/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/piaware/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/piaware/3.0.8/ci/ct-values.yaml b/stable/piaware/3.0.9/ci/ct-values.yaml
similarity index 100%
rename from stable/piaware/3.0.8/ci/ct-values.yaml
rename to stable/piaware/3.0.9/ci/ct-values.yaml
diff --git a/stable/piaware/3.0.8/helm-values.md b/stable/piaware/3.0.9/helm-values.md
similarity index 100%
rename from stable/piaware/3.0.8/helm-values.md
rename to stable/piaware/3.0.9/helm-values.md
diff --git a/stable/piaware/3.0.8/questions.yaml b/stable/piaware/3.0.9/questions.yaml
similarity index 99%
rename from stable/piaware/3.0.8/questions.yaml
rename to stable/piaware/3.0.9/questions.yaml
index f4383462f7..f434bc434f 100644
--- a/stable/piaware/3.0.8/questions.yaml
+++ b/stable/piaware/3.0.9/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/piaware/3.0.8/templates/common.yaml b/stable/piaware/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/piaware/3.0.8/templates/common.yaml
rename to stable/piaware/3.0.9/templates/common.yaml
diff --git a/stable/piaware/3.0.8/test_values.yaml b/stable/piaware/3.0.9/values.yaml
similarity index 100%
rename from stable/piaware/3.0.8/test_values.yaml
rename to stable/piaware/3.0.9/values.yaml
diff --git a/stable/pihole/3.0.10/CHANGELOG.md b/stable/pihole/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..8a8e6b6ffc
--- /dev/null
+++ b/stable/pihole/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [pihole-3.0.10](https://github.com/truecharts/apps/compare/pihole-3.0.9...pihole-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/pihole/3.0.9/CONFIG.md b/stable/pihole/3.0.10/CONFIG.md
similarity index 100%
rename from stable/pihole/3.0.9/CONFIG.md
rename to stable/pihole/3.0.10/CONFIG.md
diff --git a/stable/pihole/3.0.10/Chart.lock b/stable/pihole/3.0.10/Chart.lock
new file mode 100644
index 0000000000..07fbdf68a8
--- /dev/null
+++ b/stable/pihole/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:53:59.298634985Z"
diff --git a/stable/pihole/3.0.9/Chart.yaml b/stable/pihole/3.0.10/Chart.yaml
similarity index 94%
rename from stable/pihole/3.0.9/Chart.yaml
rename to stable/pihole/3.0.10/Chart.yaml
index f73721bd5e..f8edd1a099 100644
--- a/stable/pihole/3.0.9/Chart.yaml
+++ b/stable/pihole/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2021.10"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: DNS and Ad-filtering for your network
home: https://github.com/truecharts/apps/tree/master/charts/stable/pihole
@@ -21,4 +21,4 @@ sources:
- https://github.com/pi-hole
- https://github.com/pi-hole/docker-pi-hole
type: application
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/pihole/3.0.9/README.md b/stable/pihole/3.0.10/README.md
similarity index 96%
rename from stable/pihole/3.0.9/README.md
rename to stable/pihole/3.0.10/README.md
index 0d7c775771..25eeceb2c3 100644
--- a/stable/pihole/3.0.9/README.md
+++ b/stable/pihole/3.0.10/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/pihole/3.0.9/app-readme.md b/stable/pihole/3.0.10/app-readme.md
similarity index 100%
rename from stable/pihole/3.0.9/app-readme.md
rename to stable/pihole/3.0.10/app-readme.md
diff --git a/stable/pihole/3.0.10/charts/common-8.3.12.tgz b/stable/pihole/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/pihole/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/pihole/3.0.9/helm-values.md b/stable/pihole/3.0.10/helm-values.md
similarity index 100%
rename from stable/pihole/3.0.9/helm-values.md
rename to stable/pihole/3.0.10/helm-values.md
diff --git a/stable/pihole/3.0.9/questions.yaml b/stable/pihole/3.0.10/questions.yaml
similarity index 99%
rename from stable/pihole/3.0.9/questions.yaml
rename to stable/pihole/3.0.10/questions.yaml
index e0495445c8..3cb1220725 100644
--- a/stable/pihole/3.0.9/questions.yaml
+++ b/stable/pihole/3.0.10/questions.yaml
@@ -768,6 +768,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/pihole/3.0.9/templates/_configmap.tpl b/stable/pihole/3.0.10/templates/_configmap.tpl
similarity index 100%
rename from stable/pihole/3.0.9/templates/_configmap.tpl
rename to stable/pihole/3.0.10/templates/_configmap.tpl
diff --git a/stable/pihole/3.0.9/templates/common.yaml b/stable/pihole/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/pihole/3.0.9/templates/common.yaml
rename to stable/pihole/3.0.10/templates/common.yaml
diff --git a/stable/pihole/3.0.9/test_values.yaml b/stable/pihole/3.0.10/values.yaml
similarity index 100%
rename from stable/pihole/3.0.9/test_values.yaml
rename to stable/pihole/3.0.10/values.yaml
diff --git a/stable/pihole/3.0.9/CHANGELOG.md b/stable/pihole/3.0.9/CHANGELOG.md
deleted file mode 100644
index ee4869ad8f..0000000000
--- a/stable/pihole/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [pihole-3.0.9](https://github.com/truecharts/apps/compare/pihole-3.0.8...pihole-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/pihole/3.0.9/Chart.lock b/stable/pihole/3.0.9/Chart.lock
deleted file mode 100644
index 3267d7bbc0..0000000000
--- a/stable/pihole/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:49:50.542964422Z"
diff --git a/stable/pihole/3.0.9/charts/common-8.3.10.tgz b/stable/pihole/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/pihole/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/pihole/3.0.9/ix_values.yaml b/stable/pihole/3.0.9/ix_values.yaml
deleted file mode 100644
index 5b38ddda7f..0000000000
--- a/stable/pihole/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/pihole
- pullPolicy: IfNotPresent
- tag: v2021.10@sha256:764fce3e7a7925588be2ee976e7eeae3f09e504520fe1ff1579b666c6eb15226
-
-envFrom:
- - configMapRef:
- name: pihole-env
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/pihole/3.0.9/values.yaml b/stable/pihole/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/plex/7.0.10/CHANGELOG.md b/stable/plex/7.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..c38b59c11e
--- /dev/null
+++ b/stable/plex/7.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [plex-7.0.10](https://github.com/truecharts/apps/compare/plex-7.0.9...plex-7.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/plex/7.0.9/CONFIG.md b/stable/plex/7.0.10/CONFIG.md
similarity index 100%
rename from stable/plex/7.0.9/CONFIG.md
rename to stable/plex/7.0.10/CONFIG.md
diff --git a/stable/plex/7.0.10/Chart.lock b/stable/plex/7.0.10/Chart.lock
new file mode 100644
index 0000000000..ac1e594a21
--- /dev/null
+++ b/stable/plex/7.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:54:20.686368055Z"
diff --git a/stable/plex/7.0.9/Chart.yaml b/stable/plex/7.0.10/Chart.yaml
similarity index 94%
rename from stable/plex/7.0.9/Chart.yaml
rename to stable/plex/7.0.10/Chart.yaml
index 32ce2c1e80..9157183d3b 100644
--- a/stable/plex/7.0.9/Chart.yaml
+++ b/stable/plex/7.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.24.4.508"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Plex Media Server
home: https://github.com/truecharts/apps/tree/master/charts/stable/plex
@@ -22,4 +22,4 @@ maintainers:
name: plex
sources: null
type: application
-version: 7.0.9
+version: 7.0.10
diff --git a/stable/plex/7.0.9/README.md b/stable/plex/7.0.10/README.md
similarity index 96%
rename from stable/plex/7.0.9/README.md
rename to stable/plex/7.0.10/README.md
index 763e623d74..37fcc73d19 100644
--- a/stable/plex/7.0.9/README.md
+++ b/stable/plex/7.0.10/README.md
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/plex/7.0.9/app-readme.md b/stable/plex/7.0.10/app-readme.md
similarity index 100%
rename from stable/plex/7.0.9/app-readme.md
rename to stable/plex/7.0.10/app-readme.md
diff --git a/stable/plex/7.0.10/charts/common-8.3.12.tgz b/stable/plex/7.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/plex/7.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/plex/7.0.9/helm-values.md b/stable/plex/7.0.10/helm-values.md
similarity index 100%
rename from stable/plex/7.0.9/helm-values.md
rename to stable/plex/7.0.10/helm-values.md
diff --git a/stable/plex/7.0.9/questions.yaml b/stable/plex/7.0.10/questions.yaml
similarity index 99%
rename from stable/plex/7.0.9/questions.yaml
rename to stable/plex/7.0.10/questions.yaml
index 6ff34472b6..3732b3f28d 100644
--- a/stable/plex/7.0.9/questions.yaml
+++ b/stable/plex/7.0.10/questions.yaml
@@ -558,6 +558,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/plex/7.0.9/templates/common.yaml b/stable/plex/7.0.10/templates/common.yaml
similarity index 100%
rename from stable/plex/7.0.9/templates/common.yaml
rename to stable/plex/7.0.10/templates/common.yaml
diff --git a/stable/plex/7.0.9/test_values.yaml b/stable/plex/7.0.10/values.yaml
similarity index 100%
rename from stable/plex/7.0.9/test_values.yaml
rename to stable/plex/7.0.10/values.yaml
diff --git a/stable/plex/7.0.9/CHANGELOG.md b/stable/plex/7.0.9/CHANGELOG.md
deleted file mode 100644
index 85ac356aa1..0000000000
--- a/stable/plex/7.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [plex-7.0.9](https://github.com/truecharts/apps/compare/plex-7.0.8...plex-7.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/plex/7.0.9/Chart.lock b/stable/plex/7.0.9/Chart.lock
deleted file mode 100644
index 2dca6d82a1..0000000000
--- a/stable/plex/7.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:50:05.254675964Z"
diff --git a/stable/plex/7.0.9/charts/common-8.3.10.tgz b/stable/plex/7.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/plex/7.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/plex/7.0.9/ix_values.yaml b/stable/plex/7.0.9/ix_values.yaml
deleted file mode 100644
index 5eee4ddfd2..0000000000
--- a/stable/plex/7.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/plex
- pullPolicy: IfNotPresent
- tag: v1.24.4.5081-e362dc1ee@sha256:76cf477469c9ba3951917188d662234032212f8e02f0a17f27036040cde509fc
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/plex/7.0.9/values.yaml b/stable/plex/7.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/podgrab/6.0.8/CHANGELOG.md b/stable/podgrab/6.0.8/CHANGELOG.md
deleted file mode 100644
index db0507e714..0000000000
--- a/stable/podgrab/6.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [podgrab-6.0.8](https://github.com/truecharts/apps/compare/podgrab-6.0.7...podgrab-6.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/podgrab/6.0.8/Chart.lock b/stable/podgrab/6.0.8/Chart.lock
deleted file mode 100644
index 869bfff3dc..0000000000
--- a/stable/podgrab/6.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:50:19.962658535Z"
diff --git a/stable/podgrab/6.0.8/charts/common-8.3.10.tgz b/stable/podgrab/6.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/podgrab/6.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/podgrab/6.0.8/ix_values.yaml b/stable/podgrab/6.0.8/ix_values.yaml
deleted file mode 100644
index 9b92839785..0000000000
--- a/stable/podgrab/6.0.8/ix_values.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/podgrab
- pullPolicy: Always
- tag: v1.0.0@sha256:17a92f111c5840f1fb78f216e4191ec1f5eeeb04ad5a1a5bdde0df35fdbe8910
-
-
-probes:
- liveness:
- enabled: false
-
- readiness:
- enabled: false
-
- startup:
- enabled: false
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/podgrab/6.0.8/values.yaml b/stable/podgrab/6.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/podgrab/6.0.9/CHANGELOG.md b/stable/podgrab/6.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..6de86442b5
--- /dev/null
+++ b/stable/podgrab/6.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [podgrab-6.0.9](https://github.com/truecharts/apps/compare/podgrab-6.0.8...podgrab-6.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/podgrab/6.0.8/CONFIG.md b/stable/podgrab/6.0.9/CONFIG.md
similarity index 100%
rename from stable/podgrab/6.0.8/CONFIG.md
rename to stable/podgrab/6.0.9/CONFIG.md
diff --git a/stable/podgrab/6.0.9/Chart.lock b/stable/podgrab/6.0.9/Chart.lock
new file mode 100644
index 0000000000..c7ac77aeb6
--- /dev/null
+++ b/stable/podgrab/6.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:54:42.315816506Z"
diff --git a/stable/podgrab/6.0.8/Chart.yaml b/stable/podgrab/6.0.9/Chart.yaml
similarity index 95%
rename from stable/podgrab/6.0.8/Chart.yaml
rename to stable/podgrab/6.0.9/Chart.yaml
index d08d237f8b..8584361f07 100644
--- a/stable/podgrab/6.0.8/Chart.yaml
+++ b/stable/podgrab/6.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.0.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: A self-hosted podcast manager to download episodes as soon as they become
live.
@@ -24,4 +24,4 @@ sources:
- https://github.com/akhilrex/podgrab
- https://hub.docker.com/r/akhilrex/podgrab
type: application
-version: 6.0.8
+version: 6.0.9
diff --git a/stable/podgrab/6.0.8/README.md b/stable/podgrab/6.0.9/README.md
similarity index 96%
rename from stable/podgrab/6.0.8/README.md
rename to stable/podgrab/6.0.9/README.md
index bffb295e95..edbc75eba1 100644
--- a/stable/podgrab/6.0.8/README.md
+++ b/stable/podgrab/6.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/podgrab/6.0.8/app-readme.md b/stable/podgrab/6.0.9/app-readme.md
similarity index 100%
rename from stable/podgrab/6.0.8/app-readme.md
rename to stable/podgrab/6.0.9/app-readme.md
diff --git a/stable/podgrab/6.0.9/charts/common-8.3.12.tgz b/stable/podgrab/6.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/podgrab/6.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/podgrab/6.0.8/helm-values.md b/stable/podgrab/6.0.9/helm-values.md
similarity index 100%
rename from stable/podgrab/6.0.8/helm-values.md
rename to stable/podgrab/6.0.9/helm-values.md
diff --git a/stable/podgrab/6.0.8/questions.yaml b/stable/podgrab/6.0.9/questions.yaml
similarity index 100%
rename from stable/podgrab/6.0.8/questions.yaml
rename to stable/podgrab/6.0.9/questions.yaml
diff --git a/stable/podgrab/6.0.8/templates/common.yaml b/stable/podgrab/6.0.9/templates/common.yaml
similarity index 100%
rename from stable/podgrab/6.0.8/templates/common.yaml
rename to stable/podgrab/6.0.9/templates/common.yaml
diff --git a/stable/podgrab/6.0.8/test_values.yaml b/stable/podgrab/6.0.9/values.yaml
similarity index 100%
rename from stable/podgrab/6.0.8/test_values.yaml
rename to stable/podgrab/6.0.9/values.yaml
diff --git a/stable/pretend-youre-xyzzy/3.0.8/CHANGELOG.md b/stable/pretend-youre-xyzzy/3.0.8/CHANGELOG.md
deleted file mode 100644
index db7b84a013..0000000000
--- a/stable/pretend-youre-xyzzy/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [pretend-youre-xyzzy-3.0.8](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-3.0.7...pretend-youre-xyzzy-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/stable/pretend-youre-xyzzy/3.0.8/Chart.lock b/stable/pretend-youre-xyzzy/3.0.8/Chart.lock
deleted file mode 100644
index 86832c66d3..0000000000
--- a/stable/pretend-youre-xyzzy/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:50:49.463672697Z"
diff --git a/stable/pretend-youre-xyzzy/3.0.8/charts/common-8.3.10.tgz b/stable/pretend-youre-xyzzy/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/pretend-youre-xyzzy/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/pretend-youre-xyzzy/3.0.8/ix_values.yaml b/stable/pretend-youre-xyzzy/3.0.8/ix_values.yaml
deleted file mode 100644
index cf2e8c6f3f..0000000000
--- a/stable/pretend-youre-xyzzy/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: docker.io/emcniece/dockeryourxyzzy
- pullPolicy: IfNotPresent
- tag: 4@sha256:04eccbccc15cb755bbdcdd277d7ceaefb776d22b1ca8de6a97cc97eccfc7cd17
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/pretend-youre-xyzzy/3.0.8/values.yaml b/stable/pretend-youre-xyzzy/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/pretend-youre-xyzzy/3.0.9/CHANGELOG.md b/stable/pretend-youre-xyzzy/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..1f1a9efeaa
--- /dev/null
+++ b/stable/pretend-youre-xyzzy/3.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [pretend-youre-xyzzy-3.0.9](https://github.com/truecharts/apps/compare/pretend-youre-xyzzy-3.0.8...pretend-youre-xyzzy-3.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/pretend-youre-xyzzy/3.0.8/CONFIG.md b/stable/pretend-youre-xyzzy/3.0.9/CONFIG.md
similarity index 100%
rename from stable/pretend-youre-xyzzy/3.0.8/CONFIG.md
rename to stable/pretend-youre-xyzzy/3.0.9/CONFIG.md
diff --git a/stable/pretend-youre-xyzzy/3.0.9/Chart.lock b/stable/pretend-youre-xyzzy/3.0.9/Chart.lock
new file mode 100644
index 0000000000..b7ec6f603b
--- /dev/null
+++ b/stable/pretend-youre-xyzzy/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:55:04.619836749Z"
diff --git a/stable/pretend-youre-xyzzy/3.0.8/Chart.yaml b/stable/pretend-youre-xyzzy/3.0.9/Chart.yaml
similarity index 95%
rename from stable/pretend-youre-xyzzy/3.0.8/Chart.yaml
rename to stable/pretend-youre-xyzzy/3.0.9/Chart.yaml
index 65e8c4d6b2..a7374d787a 100644
--- a/stable/pretend-youre-xyzzy/3.0.8/Chart.yaml
+++ b/stable/pretend-youre-xyzzy/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "4"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: pretend-youre-xyzzy, a cards against humanity clone
home: https://github.com/truechartsapps/tree/master/charts/stable/pretend-youre-xyzzy
icon: https://apk-google.com/wp-content/uploads/2020/12/Client-for-Pretend-Youre-Xyzzy-open-source-5.0.1.png
@@ -21,4 +21,4 @@ name: pretend-youre-xyzzy
sources:
- https://github.com/ajanata/PretendYoureXyzzy
- https://github.com/emcniece/DockerYourXyzzy
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/pretend-youre-xyzzy/3.0.8/README.md b/stable/pretend-youre-xyzzy/3.0.9/README.md
similarity index 96%
rename from stable/pretend-youre-xyzzy/3.0.8/README.md
rename to stable/pretend-youre-xyzzy/3.0.9/README.md
index e26b5e5b2b..220b4b552a 100644
--- a/stable/pretend-youre-xyzzy/3.0.8/README.md
+++ b/stable/pretend-youre-xyzzy/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/pretend-youre-xyzzy/3.0.8/app-readme.md b/stable/pretend-youre-xyzzy/3.0.9/app-readme.md
similarity index 100%
rename from stable/pretend-youre-xyzzy/3.0.8/app-readme.md
rename to stable/pretend-youre-xyzzy/3.0.9/app-readme.md
diff --git a/stable/pretend-youre-xyzzy/3.0.9/charts/common-8.3.12.tgz b/stable/pretend-youre-xyzzy/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/pretend-youre-xyzzy/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/pretend-youre-xyzzy/3.0.8/helm-values.md b/stable/pretend-youre-xyzzy/3.0.9/helm-values.md
similarity index 100%
rename from stable/pretend-youre-xyzzy/3.0.8/helm-values.md
rename to stable/pretend-youre-xyzzy/3.0.9/helm-values.md
diff --git a/stable/pretend-youre-xyzzy/3.0.8/questions.yaml b/stable/pretend-youre-xyzzy/3.0.9/questions.yaml
similarity index 100%
rename from stable/pretend-youre-xyzzy/3.0.8/questions.yaml
rename to stable/pretend-youre-xyzzy/3.0.9/questions.yaml
diff --git a/stable/pretend-youre-xyzzy/3.0.8/templates/common.yaml b/stable/pretend-youre-xyzzy/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/pretend-youre-xyzzy/3.0.8/templates/common.yaml
rename to stable/pretend-youre-xyzzy/3.0.9/templates/common.yaml
diff --git a/stable/pretend-youre-xyzzy/3.0.8/test_values.yaml b/stable/pretend-youre-xyzzy/3.0.9/values.yaml
similarity index 100%
rename from stable/pretend-youre-xyzzy/3.0.8/test_values.yaml
rename to stable/pretend-youre-xyzzy/3.0.9/values.yaml
diff --git a/stable/protonmail-bridge/3.0.8/CHANGELOG.md b/stable/protonmail-bridge/3.0.8/CHANGELOG.md
deleted file mode 100644
index dedf8e7fce..0000000000
--- a/stable/protonmail-bridge/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [protonmail-bridge-3.0.8](https://github.com/truecharts/apps/compare/protonmail-bridge-3.0.7...protonmail-bridge-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/protonmail-bridge/3.0.8/Chart.lock b/stable/protonmail-bridge/3.0.8/Chart.lock
deleted file mode 100644
index db1ac5f658..0000000000
--- a/stable/protonmail-bridge/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:51:04.20198374Z"
diff --git a/stable/protonmail-bridge/3.0.8/charts/common-8.3.10.tgz b/stable/protonmail-bridge/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/protonmail-bridge/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/protonmail-bridge/3.0.8/ix_values.yaml b/stable/protonmail-bridge/3.0.8/ix_values.yaml
deleted file mode 100644
index e6356add2f..0000000000
--- a/stable/protonmail-bridge/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,21 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: shenxn/protonmail-bridge
- pullPolicy: IfNotPresent
- tag: 1.8.9-1@sha256:b296e8dd5bc01af3e3bf769ed3be3b2cea689a88a1c097776322d2641a7b3ba4
-
-service:
- main:
- ports:
- main:
- enabled: false
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/protonmail-bridge/3.0.8/values.yaml b/stable/protonmail-bridge/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/protonmail-bridge/3.0.9/CHANGELOG.md b/stable/protonmail-bridge/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..2b29cbf1f7
--- /dev/null
+++ b/stable/protonmail-bridge/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [protonmail-bridge-3.0.9](https://github.com/truecharts/apps/compare/protonmail-bridge-3.0.8...protonmail-bridge-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/protonmail-bridge/3.0.8/CONFIG.md b/stable/protonmail-bridge/3.0.9/CONFIG.md
similarity index 100%
rename from stable/protonmail-bridge/3.0.8/CONFIG.md
rename to stable/protonmail-bridge/3.0.9/CONFIG.md
diff --git a/stable/protonmail-bridge/3.0.9/Chart.lock b/stable/protonmail-bridge/3.0.9/Chart.lock
new file mode 100644
index 0000000000..9e9ba74e3e
--- /dev/null
+++ b/stable/protonmail-bridge/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:55:25.031514915Z"
diff --git a/stable/protonmail-bridge/3.0.8/Chart.yaml b/stable/protonmail-bridge/3.0.9/Chart.yaml
similarity index 95%
rename from stable/protonmail-bridge/3.0.8/Chart.yaml
rename to stable/protonmail-bridge/3.0.9/Chart.yaml
index d386d4a8a9..9121a53914 100644
--- a/stable/protonmail-bridge/3.0.8/Chart.yaml
+++ b/stable/protonmail-bridge/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.8.9"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Container for protonmail bridge to work on the network.
home: https://github.com/truechartsapps/tree/master/charts/stable/protonmail-bridge
icon: https://raw.githubusercontent.com/ProtonMail/proton-bridge/master/icon.iconset/icon_256x256.png
@@ -19,4 +19,4 @@ name: protonmail-bridge
sources:
- https://github.com/shenxn/protonmail-bridge-docker
- https://hub.docker.com/r/shenxn/protonmail-bridge
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/protonmail-bridge/3.0.8/README.md b/stable/protonmail-bridge/3.0.9/README.md
similarity index 96%
rename from stable/protonmail-bridge/3.0.8/README.md
rename to stable/protonmail-bridge/3.0.9/README.md
index dc2952d10c..c79c82aea2 100644
--- a/stable/protonmail-bridge/3.0.8/README.md
+++ b/stable/protonmail-bridge/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/protonmail-bridge/3.0.8/app-readme.md b/stable/protonmail-bridge/3.0.9/app-readme.md
similarity index 100%
rename from stable/protonmail-bridge/3.0.8/app-readme.md
rename to stable/protonmail-bridge/3.0.9/app-readme.md
diff --git a/stable/protonmail-bridge/3.0.9/charts/common-8.3.12.tgz b/stable/protonmail-bridge/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/protonmail-bridge/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/protonmail-bridge/3.0.8/helm-values.md b/stable/protonmail-bridge/3.0.9/helm-values.md
similarity index 100%
rename from stable/protonmail-bridge/3.0.8/helm-values.md
rename to stable/protonmail-bridge/3.0.9/helm-values.md
diff --git a/stable/protonmail-bridge/3.0.8/questions.yaml b/stable/protonmail-bridge/3.0.9/questions.yaml
similarity index 99%
rename from stable/protonmail-bridge/3.0.8/questions.yaml
rename to stable/protonmail-bridge/3.0.9/questions.yaml
index 3a6d706a71..1f70ffe873 100644
--- a/stable/protonmail-bridge/3.0.8/questions.yaml
+++ b/stable/protonmail-bridge/3.0.9/questions.yaml
@@ -551,6 +551,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/protonmail-bridge/3.0.8/templates/common.yaml b/stable/protonmail-bridge/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/protonmail-bridge/3.0.8/templates/common.yaml
rename to stable/protonmail-bridge/3.0.9/templates/common.yaml
diff --git a/stable/protonmail-bridge/3.0.8/test_values.yaml b/stable/protonmail-bridge/3.0.9/values.yaml
similarity index 100%
rename from stable/protonmail-bridge/3.0.8/test_values.yaml
rename to stable/protonmail-bridge/3.0.9/values.yaml
diff --git a/stable/prowlarr/3.0.12/CHANGELOG.md b/stable/prowlarr/3.0.12/CHANGELOG.md
deleted file mode 100644
index 084e62009b..0000000000
--- a/stable/prowlarr/3.0.12/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [prowlarr-3.0.12](https://github.com/truecharts/apps/compare/prowlarr-3.0.11...prowlarr-3.0.12) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/prowlarr/3.0.12/Chart.lock b/stable/prowlarr/3.0.12/Chart.lock
deleted file mode 100644
index 1c17dc91c5..0000000000
--- a/stable/prowlarr/3.0.12/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:51:19.093434784Z"
diff --git a/stable/prowlarr/3.0.12/charts/common-8.3.10.tgz b/stable/prowlarr/3.0.12/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/prowlarr/3.0.12/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/prowlarr/3.0.12/ix_values.yaml b/stable/prowlarr/3.0.12/ix_values.yaml
deleted file mode 100644
index 78e1197ab3..0000000000
--- a/stable/prowlarr/3.0.12/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- # -- image repository
- repository: ghcr.io/k8s-at-home/prowlarr
- # -- image tag
- tag: v0.1.1.1006@sha256:573b1936d8261262c3e463aadaf5824145fd81bf847b8af64b045ee3c4629ac8
- # -- image pull policy
- pullPolicy: IfNotPresent
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/prowlarr/3.0.12/values.yaml b/stable/prowlarr/3.0.12/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/prowlarr/3.0.13/CHANGELOG.md b/stable/prowlarr/3.0.13/CHANGELOG.md
new file mode 100644
index 0000000000..16ddbde18a
--- /dev/null
+++ b/stable/prowlarr/3.0.13/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [prowlarr-3.0.13](https://github.com/truecharts/apps/compare/prowlarr-3.0.12...prowlarr-3.0.13) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/prowlarr/3.0.12/CONFIG.md b/stable/prowlarr/3.0.13/CONFIG.md
similarity index 100%
rename from stable/prowlarr/3.0.12/CONFIG.md
rename to stable/prowlarr/3.0.13/CONFIG.md
diff --git a/stable/prowlarr/3.0.13/Chart.lock b/stable/prowlarr/3.0.13/Chart.lock
new file mode 100644
index 0000000000..a40bc0a85d
--- /dev/null
+++ b/stable/prowlarr/3.0.13/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:55:45.602606496Z"
diff --git a/stable/prowlarr/3.0.12/Chart.yaml b/stable/prowlarr/3.0.13/Chart.yaml
similarity index 94%
rename from stable/prowlarr/3.0.12/Chart.yaml
rename to stable/prowlarr/3.0.13/Chart.yaml
index 87dcf0b02f..db57706f5b 100644
--- a/stable/prowlarr/3.0.12/Chart.yaml
+++ b/stable/prowlarr/3.0.13/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.1.1.1006"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Indexer manager/proxy built on the popular arr net base stack to integrate
with your various PVR apps.
home: https://github.com/truecharts/apps/tree/master/charts/stable/prowlarr
@@ -21,4 +21,4 @@ name: prowlarr
sources:
- https://github.com/Prowlarr/Prowlarr
- https://github.com/k8s-at-home/container-images
-version: 3.0.12
+version: 3.0.13
diff --git a/stable/prowlarr/3.0.12/README.md b/stable/prowlarr/3.0.13/README.md
similarity index 96%
rename from stable/prowlarr/3.0.12/README.md
rename to stable/prowlarr/3.0.13/README.md
index c99659c405..c346b63142 100644
--- a/stable/prowlarr/3.0.12/README.md
+++ b/stable/prowlarr/3.0.13/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/prowlarr/3.0.12/app-readme.md b/stable/prowlarr/3.0.13/app-readme.md
similarity index 100%
rename from stable/prowlarr/3.0.12/app-readme.md
rename to stable/prowlarr/3.0.13/app-readme.md
diff --git a/stable/prowlarr/3.0.13/charts/common-8.3.12.tgz b/stable/prowlarr/3.0.13/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/prowlarr/3.0.13/charts/common-8.3.12.tgz differ
diff --git a/stable/prowlarr/3.0.12/helm-values.md b/stable/prowlarr/3.0.13/helm-values.md
similarity index 100%
rename from stable/prowlarr/3.0.12/helm-values.md
rename to stable/prowlarr/3.0.13/helm-values.md
diff --git a/stable/prowlarr/3.0.12/questions.yaml b/stable/prowlarr/3.0.13/questions.yaml
similarity index 100%
rename from stable/prowlarr/3.0.12/questions.yaml
rename to stable/prowlarr/3.0.13/questions.yaml
diff --git a/stable/prowlarr/3.0.12/templates/common.yaml b/stable/prowlarr/3.0.13/templates/common.yaml
similarity index 100%
rename from stable/prowlarr/3.0.12/templates/common.yaml
rename to stable/prowlarr/3.0.13/templates/common.yaml
diff --git a/stable/prowlarr/3.0.12/test_values.yaml b/stable/prowlarr/3.0.13/values.yaml
similarity index 100%
rename from stable/prowlarr/3.0.12/test_values.yaml
rename to stable/prowlarr/3.0.13/values.yaml
diff --git a/stable/pyload/3.0.8/CHANGELOG.md b/stable/pyload/3.0.8/CHANGELOG.md
deleted file mode 100644
index bcad156bf7..0000000000
--- a/stable/pyload/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [pyload-3.0.8](https://github.com/truecharts/apps/compare/pyload-3.0.7...pyload-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/pyload/3.0.8/Chart.lock b/stable/pyload/3.0.8/Chart.lock
deleted file mode 100644
index a8b0fff360..0000000000
--- a/stable/pyload/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:51:33.86577169Z"
diff --git a/stable/pyload/3.0.8/charts/common-8.3.10.tgz b/stable/pyload/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/pyload/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/pyload/3.0.8/ix_values.yaml b/stable/pyload/3.0.8/ix_values.yaml
deleted file mode 100644
index da6f7694b9..0000000000
--- a/stable/pyload/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/pyload
- pullPolicy: IfNotPresent
- tag: version-5de90278@sha256:d3c87933a5fd8c67a7add40706e0042ad229c9a47cd1bc7ba3953b8ad049a6ce
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/pyload/3.0.8/values.yaml b/stable/pyload/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/pyload/3.0.9/CHANGELOG.md b/stable/pyload/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..80ef8060b4
--- /dev/null
+++ b/stable/pyload/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [pyload-3.0.9](https://github.com/truecharts/apps/compare/pyload-3.0.8...pyload-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/pyload/3.0.8/CONFIG.md b/stable/pyload/3.0.9/CONFIG.md
similarity index 100%
rename from stable/pyload/3.0.8/CONFIG.md
rename to stable/pyload/3.0.9/CONFIG.md
diff --git a/stable/pyload/3.0.9/Chart.lock b/stable/pyload/3.0.9/Chart.lock
new file mode 100644
index 0000000000..4a03efa54d
--- /dev/null
+++ b/stable/pyload/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:56:06.536977154Z"
diff --git a/stable/pyload/3.0.8/Chart.yaml b/stable/pyload/3.0.9/Chart.yaml
similarity index 95%
rename from stable/pyload/3.0.8/Chart.yaml
rename to stable/pyload/3.0.9/Chart.yaml
index 201e0b451f..d146207332 100644
--- a/stable/pyload/3.0.8/Chart.yaml
+++ b/stable/pyload/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "5de90278"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: pyLoad is a Free and Open Source download manager written in Python and
designed to be extremely lightweight, easily extensible and fully manageable via
web.
@@ -21,4 +21,4 @@ name: pyload
sources:
- https://github.com/pyload/pyload
- https://hub.docker.com/r/linuxserver/pyload
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/pyload/3.0.8/README.md b/stable/pyload/3.0.9/README.md
similarity index 96%
rename from stable/pyload/3.0.8/README.md
rename to stable/pyload/3.0.9/README.md
index bd0b5efe77..57254dfe90 100644
--- a/stable/pyload/3.0.8/README.md
+++ b/stable/pyload/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/pyload/3.0.8/app-readme.md b/stable/pyload/3.0.9/app-readme.md
similarity index 100%
rename from stable/pyload/3.0.8/app-readme.md
rename to stable/pyload/3.0.9/app-readme.md
diff --git a/stable/pyload/3.0.9/charts/common-8.3.12.tgz b/stable/pyload/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/pyload/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/pyload/3.0.8/helm-values.md b/stable/pyload/3.0.9/helm-values.md
similarity index 100%
rename from stable/pyload/3.0.8/helm-values.md
rename to stable/pyload/3.0.9/helm-values.md
diff --git a/stable/pyload/3.0.8/questions.yaml b/stable/pyload/3.0.9/questions.yaml
similarity index 99%
rename from stable/pyload/3.0.8/questions.yaml
rename to stable/pyload/3.0.9/questions.yaml
index baf01e6592..f817c107a4 100644
--- a/stable/pyload/3.0.8/questions.yaml
+++ b/stable/pyload/3.0.9/questions.yaml
@@ -546,6 +546,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/pyload/3.0.8/templates/common.yaml b/stable/pyload/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/pyload/3.0.8/templates/common.yaml
rename to stable/pyload/3.0.9/templates/common.yaml
diff --git a/stable/pyload/3.0.8/test_values.yaml b/stable/pyload/3.0.9/values.yaml
similarity index 100%
rename from stable/pyload/3.0.8/test_values.yaml
rename to stable/pyload/3.0.9/values.yaml
diff --git a/stable/qbittorrent/8.0.10/CHANGELOG.md b/stable/qbittorrent/8.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..e743111882
--- /dev/null
+++ b/stable/qbittorrent/8.0.10/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [qbittorrent-8.0.10](https://github.com/truecharts/apps/compare/qbittorrent-8.0.9...qbittorrent-8.0.10) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/qbittorrent/8.0.9/CONFIG.md b/stable/qbittorrent/8.0.10/CONFIG.md
similarity index 100%
rename from stable/qbittorrent/8.0.9/CONFIG.md
rename to stable/qbittorrent/8.0.10/CONFIG.md
diff --git a/stable/qbittorrent/8.0.10/Chart.lock b/stable/qbittorrent/8.0.10/Chart.lock
new file mode 100644
index 0000000000..e4c0e14839
--- /dev/null
+++ b/stable/qbittorrent/8.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:56:27.871107429Z"
diff --git a/stable/qbittorrent/8.0.9/Chart.yaml b/stable/qbittorrent/8.0.10/Chart.yaml
similarity index 94%
rename from stable/qbittorrent/8.0.9/Chart.yaml
rename to stable/qbittorrent/8.0.10/Chart.yaml
index f7b1ccb0e4..9124fa5eb1 100644
--- a/stable/qbittorrent/8.0.9/Chart.yaml
+++ b/stable/qbittorrent/8.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "4.3.8"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: qBittorrent is a cross-platform free and open-source BitTorrent client
home: https://github.com/truecharts/apps/tree/master/charts/stable/qbittorrent
@@ -19,4 +19,4 @@ maintainers:
name: qbittorrent
sources: null
type: application
-version: 8.0.9
+version: 8.0.10
diff --git a/stable/qbittorrent/8.0.9/README.md b/stable/qbittorrent/8.0.10/README.md
similarity index 96%
rename from stable/qbittorrent/8.0.9/README.md
rename to stable/qbittorrent/8.0.10/README.md
index 16c43c8b1e..ca4900efb8 100644
--- a/stable/qbittorrent/8.0.9/README.md
+++ b/stable/qbittorrent/8.0.10/README.md
@@ -13,7 +13,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/qbittorrent/8.0.9/app-readme.md b/stable/qbittorrent/8.0.10/app-readme.md
similarity index 100%
rename from stable/qbittorrent/8.0.9/app-readme.md
rename to stable/qbittorrent/8.0.10/app-readme.md
diff --git a/stable/qbittorrent/8.0.10/charts/common-8.3.12.tgz b/stable/qbittorrent/8.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/qbittorrent/8.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/qbittorrent/8.0.9/helm-values.md b/stable/qbittorrent/8.0.10/helm-values.md
similarity index 100%
rename from stable/qbittorrent/8.0.9/helm-values.md
rename to stable/qbittorrent/8.0.10/helm-values.md
diff --git a/stable/qbittorrent/8.0.9/questions.yaml b/stable/qbittorrent/8.0.10/questions.yaml
similarity index 100%
rename from stable/qbittorrent/8.0.9/questions.yaml
rename to stable/qbittorrent/8.0.10/questions.yaml
diff --git a/stable/qbittorrent/8.0.9/templates/_configmap.tpl b/stable/qbittorrent/8.0.10/templates/_configmap.tpl
similarity index 100%
rename from stable/qbittorrent/8.0.9/templates/_configmap.tpl
rename to stable/qbittorrent/8.0.10/templates/_configmap.tpl
diff --git a/stable/qbittorrent/8.0.9/templates/common.yaml b/stable/qbittorrent/8.0.10/templates/common.yaml
similarity index 100%
rename from stable/qbittorrent/8.0.9/templates/common.yaml
rename to stable/qbittorrent/8.0.10/templates/common.yaml
diff --git a/stable/qbittorrent/8.0.9/test_values.yaml b/stable/qbittorrent/8.0.10/values.yaml
similarity index 100%
rename from stable/qbittorrent/8.0.9/test_values.yaml
rename to stable/qbittorrent/8.0.10/values.yaml
diff --git a/stable/qbittorrent/8.0.9/CHANGELOG.md b/stable/qbittorrent/8.0.9/CHANGELOG.md
deleted file mode 100644
index 2282054a8b..0000000000
--- a/stable/qbittorrent/8.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [qbittorrent-8.0.9](https://github.com/truecharts/apps/compare/qbittorrent-8.0.8...qbittorrent-8.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/qbittorrent/8.0.9/Chart.lock b/stable/qbittorrent/8.0.9/Chart.lock
deleted file mode 100644
index ac591cf5db..0000000000
--- a/stable/qbittorrent/8.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:51:48.535109804Z"
diff --git a/stable/qbittorrent/8.0.9/charts/common-8.3.10.tgz b/stable/qbittorrent/8.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/qbittorrent/8.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/qbittorrent/8.0.9/ix_values.yaml b/stable/qbittorrent/8.0.9/ix_values.yaml
deleted file mode 100644
index fd01324f56..0000000000
--- a/stable/qbittorrent/8.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/qbittorrent
- pullPolicy: IfNotPresent
- tag: v4.3.8@sha256:d224ead6e97bbd655a18b6d23a76c8bed23098c9c9d745bcd6e84feea31fd494
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/qbittorrent/8.0.9/values.yaml b/stable/qbittorrent/8.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/radarr/8.0.8/CHANGELOG.md b/stable/radarr/8.0.8/CHANGELOG.md
deleted file mode 100644
index e37a9ec45f..0000000000
--- a/stable/radarr/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [radarr-8.0.8](https://github.com/truecharts/apps/compare/radarr-8.0.7...radarr-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/radarr/8.0.8/Chart.lock b/stable/radarr/8.0.8/Chart.lock
deleted file mode 100644
index b1f7a972ea..0000000000
--- a/stable/radarr/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:52:03.235431464Z"
diff --git a/stable/radarr/8.0.8/charts/common-8.3.10.tgz b/stable/radarr/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/radarr/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/radarr/8.0.8/ix_values.yaml b/stable/radarr/8.0.8/ix_values.yaml
deleted file mode 100644
index 97b50e70a9..0000000000
--- a/stable/radarr/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/radarr
- pullPolicy: IfNotPresent
- tag: v3.2.2.5080@sha256:b03562bacb117ab654dca5c6bcc61d013a40fe54e9fa1f563cd1c72899f77137
-
-probes:
- liveness:
- enabled: true
- ## Set this to true if you wish to specify your own livenessProbe
- custom: true
- ## The spec field contains the values for the default livenessProbe.
- ## If you selected custom: true, this field holds the definition of the livenessProbe.
- spec:
- exec:
- command:
- - /usr/bin/env
- - bash
- - -c
- - curl --fail localhost:7878/api/v3/system/status?apiKey=`IFS=\> && while
- read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
- failureThreshold: 5
- initialDelaySeconds: 60
- periodSeconds: 10
- successThreshold: 1
- timeoutSeconds: 10
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/radarr/8.0.8/values.yaml b/stable/radarr/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/radarr/8.0.9/CHANGELOG.md b/stable/radarr/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..7fced0d5e6
--- /dev/null
+++ b/stable/radarr/8.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [radarr-8.0.9](https://github.com/truecharts/apps/compare/radarr-8.0.8...radarr-8.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/radarr/8.0.8/CONFIG.md b/stable/radarr/8.0.9/CONFIG.md
similarity index 100%
rename from stable/radarr/8.0.8/CONFIG.md
rename to stable/radarr/8.0.9/CONFIG.md
diff --git a/stable/radarr/8.0.9/Chart.lock b/stable/radarr/8.0.9/Chart.lock
new file mode 100644
index 0000000000..aaf0304038
--- /dev/null
+++ b/stable/radarr/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:56:48.534935578Z"
diff --git a/stable/radarr/8.0.8/Chart.yaml b/stable/radarr/8.0.9/Chart.yaml
similarity index 95%
rename from stable/radarr/8.0.8/Chart.yaml
rename to stable/radarr/8.0.9/Chart.yaml
index f8a39422c9..d9a5d505e3 100644
--- a/stable/radarr/8.0.8/Chart.yaml
+++ b/stable/radarr/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.2.2.5080"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: "A fork of Sonarr to work with movies \xE0 la Couchpotato"
home: https://github.com/truecharts/apps/tree/master/charts/stable/radarr
@@ -24,4 +24,4 @@ name: radarr
sources:
- https://github.com/Radarr/Radarr
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/radarr/8.0.8/README.md b/stable/radarr/8.0.9/README.md
similarity index 96%
rename from stable/radarr/8.0.8/README.md
rename to stable/radarr/8.0.9/README.md
index 4f1f5f6061..586bc27322 100644
--- a/stable/radarr/8.0.8/README.md
+++ b/stable/radarr/8.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/radarr/8.0.8/app-readme.md b/stable/radarr/8.0.9/app-readme.md
similarity index 100%
rename from stable/radarr/8.0.8/app-readme.md
rename to stable/radarr/8.0.9/app-readme.md
diff --git a/stable/radarr/8.0.9/charts/common-8.3.12.tgz b/stable/radarr/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/radarr/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/radarr/8.0.8/helm-values.md b/stable/radarr/8.0.9/helm-values.md
similarity index 100%
rename from stable/radarr/8.0.8/helm-values.md
rename to stable/radarr/8.0.9/helm-values.md
diff --git a/stable/radarr/8.0.8/questions.yaml b/stable/radarr/8.0.9/questions.yaml
similarity index 99%
rename from stable/radarr/8.0.8/questions.yaml
rename to stable/radarr/8.0.9/questions.yaml
index d53a127881..34963fde55 100644
--- a/stable/radarr/8.0.8/questions.yaml
+++ b/stable/radarr/8.0.9/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/radarr/8.0.8/templates/common.yaml b/stable/radarr/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/radarr/8.0.8/templates/common.yaml
rename to stable/radarr/8.0.9/templates/common.yaml
diff --git a/stable/radarr/8.0.8/test_values.yaml b/stable/radarr/8.0.9/values.yaml
similarity index 100%
rename from stable/radarr/8.0.8/test_values.yaml
rename to stable/radarr/8.0.9/values.yaml
diff --git a/stable/readarr/8.0.11/CHANGELOG.md b/stable/readarr/8.0.11/CHANGELOG.md
deleted file mode 100644
index 1795ce5bbe..0000000000
--- a/stable/readarr/8.0.11/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [readarr-8.0.11](https://github.com/truecharts/apps/compare/readarr-8.0.10...readarr-8.0.11) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/readarr/8.0.11/Chart.lock b/stable/readarr/8.0.11/Chart.lock
deleted file mode 100644
index f61d9ee11f..0000000000
--- a/stable/readarr/8.0.11/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:52:17.98129514Z"
diff --git a/stable/readarr/8.0.11/charts/common-8.3.10.tgz b/stable/readarr/8.0.11/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/readarr/8.0.11/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/readarr/8.0.11/ix_values.yaml b/stable/readarr/8.0.11/ix_values.yaml
deleted file mode 100644
index 93de15c35c..0000000000
--- a/stable/readarr/8.0.11/ix_values.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/readarr
- pullPolicy: IfNotPresent
- tag: v0.1.0.991@sha256:bec54cccb3e4cd8e3126ea78e5e20aca4cf25d1a69151b62e0b0e885dfcde83e
-
-probes:
- liveness:
- enabled: true
- ## Set this to true if you wish to specify your own livenessProbe
- custom: true
- ## The spec field contains the values for the default livenessProbe.
- ## If you selected custom: true, this field holds the definition of the livenessProbe.
- spec:
- exec:
- command:
- - /usr/bin/env
- - bash
- - -c
- - curl --fail localhost:8787/api/v1/system/status?apiKey=`IFS=\> && while
- read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
- failureThreshold: 5
- initialDelaySeconds: 60
- periodSeconds: 10
- successThreshold: 1
- timeoutSeconds: 10
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/readarr/8.0.11/values.yaml b/stable/readarr/8.0.11/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/readarr/8.0.12/CHANGELOG.md b/stable/readarr/8.0.12/CHANGELOG.md
new file mode 100644
index 0000000000..e2f759a820
--- /dev/null
+++ b/stable/readarr/8.0.12/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [readarr-8.0.12](https://github.com/truecharts/apps/compare/readarr-8.0.11...readarr-8.0.12) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/readarr/8.0.11/CONFIG.md b/stable/readarr/8.0.12/CONFIG.md
similarity index 100%
rename from stable/readarr/8.0.11/CONFIG.md
rename to stable/readarr/8.0.12/CONFIG.md
diff --git a/stable/readarr/8.0.12/Chart.lock b/stable/readarr/8.0.12/Chart.lock
new file mode 100644
index 0000000000..770c0ce2a3
--- /dev/null
+++ b/stable/readarr/8.0.12/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:57:09.03919067Z"
diff --git a/stable/readarr/8.0.11/Chart.yaml b/stable/readarr/8.0.12/Chart.yaml
similarity index 95%
rename from stable/readarr/8.0.11/Chart.yaml
rename to stable/readarr/8.0.12/Chart.yaml
index 96afd33edb..abdcaa4879 100644
--- a/stable/readarr/8.0.11/Chart.yaml
+++ b/stable/readarr/8.0.12/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.1.0.991"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: A fork of Radarr to work with Books & AudioBooks
home: https://github.com/truecharts/apps/tree/master/charts/stable/readarr
@@ -27,4 +27,4 @@ sources:
- https://github.com/Readarr/Readarr
- https://readarr.com
type: application
-version: 8.0.11
+version: 8.0.12
diff --git a/stable/readarr/8.0.11/README.md b/stable/readarr/8.0.12/README.md
similarity index 96%
rename from stable/readarr/8.0.11/README.md
rename to stable/readarr/8.0.12/README.md
index b5c94a8fbe..4f86015591 100644
--- a/stable/readarr/8.0.11/README.md
+++ b/stable/readarr/8.0.12/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/readarr/8.0.11/app-readme.md b/stable/readarr/8.0.12/app-readme.md
similarity index 100%
rename from stable/readarr/8.0.11/app-readme.md
rename to stable/readarr/8.0.12/app-readme.md
diff --git a/stable/readarr/8.0.12/charts/common-8.3.12.tgz b/stable/readarr/8.0.12/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/readarr/8.0.12/charts/common-8.3.12.tgz differ
diff --git a/stable/readarr/8.0.11/helm-values.md b/stable/readarr/8.0.12/helm-values.md
similarity index 100%
rename from stable/readarr/8.0.11/helm-values.md
rename to stable/readarr/8.0.12/helm-values.md
diff --git a/stable/readarr/8.0.11/questions.yaml b/stable/readarr/8.0.12/questions.yaml
similarity index 100%
rename from stable/readarr/8.0.11/questions.yaml
rename to stable/readarr/8.0.12/questions.yaml
diff --git a/stable/readarr/8.0.11/templates/common.yaml b/stable/readarr/8.0.12/templates/common.yaml
similarity index 100%
rename from stable/readarr/8.0.11/templates/common.yaml
rename to stable/readarr/8.0.12/templates/common.yaml
diff --git a/stable/readarr/8.0.11/test_values.yaml b/stable/readarr/8.0.12/values.yaml
similarity index 100%
rename from stable/readarr/8.0.11/test_values.yaml
rename to stable/readarr/8.0.12/values.yaml
diff --git a/stable/reg/3.0.8/CHANGELOG.md b/stable/reg/3.0.8/CHANGELOG.md
deleted file mode 100644
index 1d33d38d52..0000000000
--- a/stable/reg/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [reg-3.0.8](https://github.com/truecharts/apps/compare/reg-3.0.7...reg-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/reg/3.0.8/Chart.lock b/stable/reg/3.0.8/Chart.lock
deleted file mode 100644
index 23b9133f4b..0000000000
--- a/stable/reg/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:52:32.643187469Z"
diff --git a/stable/reg/3.0.8/charts/common-8.3.10.tgz b/stable/reg/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/reg/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/reg/3.0.8/ix_values.yaml b/stable/reg/3.0.8/ix_values.yaml
deleted file mode 100644
index c33d64c343..0000000000
--- a/stable/reg/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- # -- image repository
- repository: ghcr.io/truecharts/reg
- # -- image pull policy
- pullPolicy: IfNotPresent
- # -- image tag
- tag: v0.16.1@sha256:ae581387764a23c62c1386389e27358bac5088790904938264cb0bcd4e8c946c
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/reg/3.0.8/values.yaml b/stable/reg/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/reg/3.0.9/CHANGELOG.md b/stable/reg/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..4138d13585
--- /dev/null
+++ b/stable/reg/3.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [reg-3.0.9](https://github.com/truecharts/apps/compare/reg-3.0.8...reg-3.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/reg/3.0.8/CONFIG.md b/stable/reg/3.0.9/CONFIG.md
similarity index 100%
rename from stable/reg/3.0.8/CONFIG.md
rename to stable/reg/3.0.9/CONFIG.md
diff --git a/stable/reg/3.0.9/Chart.lock b/stable/reg/3.0.9/Chart.lock
new file mode 100644
index 0000000000..fd87cc4818
--- /dev/null
+++ b/stable/reg/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:57:29.464574678Z"
diff --git a/stable/reg/3.0.8/Chart.yaml b/stable/reg/3.0.9/Chart.yaml
similarity index 94%
rename from stable/reg/3.0.8/Chart.yaml
rename to stable/reg/3.0.9/Chart.yaml
index b3c79230a9..a5968379fe 100644
--- a/stable/reg/3.0.8/Chart.yaml
+++ b/stable/reg/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.16.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Docker registry v2 command line client and repo listing generator with
security checks.
home: https://github.com/truecharts/apps/tree/master/charts/stable/reg
@@ -19,4 +19,4 @@ name: reg
sources:
- https://github.com/genuinetools/reg
- https://github.com/k8s-at-home/container-images/
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/reg/3.0.8/README.md b/stable/reg/3.0.9/README.md
similarity index 96%
rename from stable/reg/3.0.8/README.md
rename to stable/reg/3.0.9/README.md
index b56ad4328c..09e455d5cf 100644
--- a/stable/reg/3.0.8/README.md
+++ b/stable/reg/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/reg/3.0.8/app-readme.md b/stable/reg/3.0.9/app-readme.md
similarity index 100%
rename from stable/reg/3.0.8/app-readme.md
rename to stable/reg/3.0.9/app-readme.md
diff --git a/stable/reg/3.0.9/charts/common-8.3.12.tgz b/stable/reg/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/reg/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/reg/3.0.8/ci/ct-values.yaml b/stable/reg/3.0.9/ci/ct-values.yaml
similarity index 100%
rename from stable/reg/3.0.8/ci/ct-values.yaml
rename to stable/reg/3.0.9/ci/ct-values.yaml
diff --git a/stable/reg/3.0.8/helm-values.md b/stable/reg/3.0.9/helm-values.md
similarity index 100%
rename from stable/reg/3.0.8/helm-values.md
rename to stable/reg/3.0.9/helm-values.md
diff --git a/stable/reg/3.0.8/questions.yaml b/stable/reg/3.0.9/questions.yaml
similarity index 100%
rename from stable/reg/3.0.8/questions.yaml
rename to stable/reg/3.0.9/questions.yaml
diff --git a/stable/reg/3.0.8/templates/common.yaml b/stable/reg/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/reg/3.0.8/templates/common.yaml
rename to stable/reg/3.0.9/templates/common.yaml
diff --git a/stable/reg/3.0.8/test_values.yaml b/stable/reg/3.0.9/values.yaml
similarity index 100%
rename from stable/reg/3.0.8/test_values.yaml
rename to stable/reg/3.0.9/values.yaml
diff --git a/stable/resilio-sync/3.0.8/CHANGELOG.md b/stable/resilio-sync/3.0.8/CHANGELOG.md
deleted file mode 100644
index 709f288842..0000000000
--- a/stable/resilio-sync/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [resilio-sync-3.0.8](https://github.com/truecharts/apps/compare/resilio-sync-3.0.7...resilio-sync-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/resilio-sync/3.0.8/Chart.lock b/stable/resilio-sync/3.0.8/Chart.lock
deleted file mode 100644
index fa2115ac60..0000000000
--- a/stable/resilio-sync/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:52:47.409993163Z"
diff --git a/stable/resilio-sync/3.0.8/charts/common-8.3.10.tgz b/stable/resilio-sync/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/resilio-sync/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/resilio-sync/3.0.8/ix_values.yaml b/stable/resilio-sync/3.0.8/ix_values.yaml
deleted file mode 100644
index 26b5b39f9e..0000000000
--- a/stable/resilio-sync/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/resilio-sync
- pullPolicy: IfNotPresent
- tag: version-2.7.2.1375@sha256:605b6d54402830fddfbadcdc8e12ab57015743a889e2f0a02641c8601afa42ba
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/resilio-sync/3.0.8/values.yaml b/stable/resilio-sync/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/resilio-sync/3.0.9/CHANGELOG.md b/stable/resilio-sync/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..3c8ae271d4
--- /dev/null
+++ b/stable/resilio-sync/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [resilio-sync-3.0.9](https://github.com/truecharts/apps/compare/resilio-sync-3.0.8...resilio-sync-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/resilio-sync/3.0.8/CONFIG.md b/stable/resilio-sync/3.0.9/CONFIG.md
similarity index 100%
rename from stable/resilio-sync/3.0.8/CONFIG.md
rename to stable/resilio-sync/3.0.9/CONFIG.md
diff --git a/stable/resilio-sync/3.0.9/Chart.lock b/stable/resilio-sync/3.0.9/Chart.lock
new file mode 100644
index 0000000000..839b940654
--- /dev/null
+++ b/stable/resilio-sync/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:57:50.5753455Z"
diff --git a/stable/resilio-sync/3.0.8/Chart.yaml b/stable/resilio-sync/3.0.9/Chart.yaml
similarity index 95%
rename from stable/resilio-sync/3.0.8/Chart.yaml
rename to stable/resilio-sync/3.0.9/Chart.yaml
index 965df3046a..08f26a0617 100644
--- a/stable/resilio-sync/3.0.8/Chart.yaml
+++ b/stable/resilio-sync/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.7.2.1375"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Resilio Sync is a fast, reliable, and simple file sync and share solution,
powered by P2P technology
home: https://github.com/truechartsapps/tree/master/charts/stable/resio-sync
@@ -21,4 +21,4 @@ maintainers:
name: resilio-sync
sources:
- https://github.com/orgs/linuxserver/packages/container/package/resilio-sync
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/resilio-sync/3.0.8/README.md b/stable/resilio-sync/3.0.9/README.md
similarity index 96%
rename from stable/resilio-sync/3.0.8/README.md
rename to stable/resilio-sync/3.0.9/README.md
index 65d9b6e3c2..11b25d4ee4 100644
--- a/stable/resilio-sync/3.0.8/README.md
+++ b/stable/resilio-sync/3.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/resilio-sync/3.0.8/app-readme.md b/stable/resilio-sync/3.0.9/app-readme.md
similarity index 100%
rename from stable/resilio-sync/3.0.8/app-readme.md
rename to stable/resilio-sync/3.0.9/app-readme.md
diff --git a/stable/resilio-sync/3.0.9/charts/common-8.3.12.tgz b/stable/resilio-sync/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/resilio-sync/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/resilio-sync/3.0.8/helm-values.md b/stable/resilio-sync/3.0.9/helm-values.md
similarity index 100%
rename from stable/resilio-sync/3.0.8/helm-values.md
rename to stable/resilio-sync/3.0.9/helm-values.md
diff --git a/stable/resilio-sync/3.0.8/questions.yaml b/stable/resilio-sync/3.0.9/questions.yaml
similarity index 99%
rename from stable/resilio-sync/3.0.8/questions.yaml
rename to stable/resilio-sync/3.0.9/questions.yaml
index 1fd55fa282..5c6df5d38a 100644
--- a/stable/resilio-sync/3.0.8/questions.yaml
+++ b/stable/resilio-sync/3.0.9/questions.yaml
@@ -740,6 +740,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/resilio-sync/3.0.8/templates/common.yaml b/stable/resilio-sync/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/resilio-sync/3.0.8/templates/common.yaml
rename to stable/resilio-sync/3.0.9/templates/common.yaml
diff --git a/stable/resilio-sync/3.0.8/test_values.yaml b/stable/resilio-sync/3.0.9/values.yaml
similarity index 100%
rename from stable/resilio-sync/3.0.8/test_values.yaml
rename to stable/resilio-sync/3.0.9/values.yaml
diff --git a/stable/sabnzbd/8.0.10/CHANGELOG.md b/stable/sabnzbd/8.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..b7468fa430
--- /dev/null
+++ b/stable/sabnzbd/8.0.10/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [sabnzbd-8.0.10](https://github.com/truecharts/apps/compare/sabnzbd-8.0.9...sabnzbd-8.0.10) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/sabnzbd/8.0.9/CONFIG.md b/stable/sabnzbd/8.0.10/CONFIG.md
similarity index 100%
rename from stable/sabnzbd/8.0.9/CONFIG.md
rename to stable/sabnzbd/8.0.10/CONFIG.md
diff --git a/stable/sabnzbd/8.0.10/Chart.lock b/stable/sabnzbd/8.0.10/Chart.lock
new file mode 100644
index 0000000000..6bd2e37b5f
--- /dev/null
+++ b/stable/sabnzbd/8.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:58:11.367833391Z"
diff --git a/stable/sabnzbd/8.0.9/Chart.yaml b/stable/sabnzbd/8.0.10/Chart.yaml
similarity index 93%
rename from stable/sabnzbd/8.0.9/Chart.yaml
rename to stable/sabnzbd/8.0.10/Chart.yaml
index ca9273a80a..7a2e112dad 100644
--- a/stable/sabnzbd/8.0.9/Chart.yaml
+++ b/stable/sabnzbd/8.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.4.1"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Free and easy binary newsreader
home: https://github.com/truecharts/apps/tree/master/charts/stable/sabnzbd
@@ -20,4 +20,4 @@ name: sabnzbd
sources:
- https://sabnzbd.org/
type: application
-version: 8.0.9
+version: 8.0.10
diff --git a/stable/sabnzbd/8.0.9/README.md b/stable/sabnzbd/8.0.10/README.md
similarity index 96%
rename from stable/sabnzbd/8.0.9/README.md
rename to stable/sabnzbd/8.0.10/README.md
index 25d6325d2a..9abf8d5699 100644
--- a/stable/sabnzbd/8.0.9/README.md
+++ b/stable/sabnzbd/8.0.10/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/sabnzbd/8.0.9/app-readme.md b/stable/sabnzbd/8.0.10/app-readme.md
similarity index 100%
rename from stable/sabnzbd/8.0.9/app-readme.md
rename to stable/sabnzbd/8.0.10/app-readme.md
diff --git a/stable/sabnzbd/8.0.10/charts/common-8.3.12.tgz b/stable/sabnzbd/8.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/sabnzbd/8.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/sabnzbd/8.0.9/helm-values.md b/stable/sabnzbd/8.0.10/helm-values.md
similarity index 100%
rename from stable/sabnzbd/8.0.9/helm-values.md
rename to stable/sabnzbd/8.0.10/helm-values.md
diff --git a/stable/sabnzbd/8.0.9/questions.yaml b/stable/sabnzbd/8.0.10/questions.yaml
similarity index 100%
rename from stable/sabnzbd/8.0.9/questions.yaml
rename to stable/sabnzbd/8.0.10/questions.yaml
diff --git a/stable/sabnzbd/8.0.9/templates/common.yaml b/stable/sabnzbd/8.0.10/templates/common.yaml
similarity index 100%
rename from stable/sabnzbd/8.0.9/templates/common.yaml
rename to stable/sabnzbd/8.0.10/templates/common.yaml
diff --git a/stable/sabnzbd/8.0.9/test_values.yaml b/stable/sabnzbd/8.0.10/values.yaml
similarity index 100%
rename from stable/sabnzbd/8.0.9/test_values.yaml
rename to stable/sabnzbd/8.0.10/values.yaml
diff --git a/stable/sabnzbd/8.0.9/CHANGELOG.md b/stable/sabnzbd/8.0.9/CHANGELOG.md
deleted file mode 100644
index 44961f605d..0000000000
--- a/stable/sabnzbd/8.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [sabnzbd-8.0.9](https://github.com/truecharts/apps/compare/sabnzbd-8.0.8...sabnzbd-8.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/sabnzbd/8.0.9/Chart.lock b/stable/sabnzbd/8.0.9/Chart.lock
deleted file mode 100644
index 83b09a33ec..0000000000
--- a/stable/sabnzbd/8.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:53:02.130692815Z"
diff --git a/stable/sabnzbd/8.0.9/charts/common-8.3.10.tgz b/stable/sabnzbd/8.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/sabnzbd/8.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/sabnzbd/8.0.9/ix_values.yaml b/stable/sabnzbd/8.0.9/ix_values.yaml
deleted file mode 100644
index a3ecc08df7..0000000000
--- a/stable/sabnzbd/8.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/sabnzbd
- pullPolicy: IfNotPresent
- tag: v3.4.1@sha256:1c8ecab8f4783fd84fe69855c7aa0b78a62002b3733aa9ef0aaec591f90125a0
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/sabnzbd/8.0.9/values.yaml b/stable/sabnzbd/8.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/ser2sock/3.0.8/CHANGELOG.md b/stable/ser2sock/3.0.8/CHANGELOG.md
deleted file mode 100644
index 50c8604262..0000000000
--- a/stable/ser2sock/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [ser2sock-3.0.8](https://github.com/truecharts/apps/compare/ser2sock-3.0.7...ser2sock-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/ser2sock/3.0.8/Chart.lock b/stable/ser2sock/3.0.8/Chart.lock
deleted file mode 100644
index 2e28646cf4..0000000000
--- a/stable/ser2sock/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:53:17.220475459Z"
diff --git a/stable/ser2sock/3.0.8/charts/common-8.3.10.tgz b/stable/ser2sock/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/ser2sock/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/ser2sock/3.0.8/ix_values.yaml b/stable/ser2sock/3.0.8/ix_values.yaml
deleted file mode 100644
index ff36f61ee0..0000000000
--- a/stable/ser2sock/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: tenstartups/ser2sock
- pullPolicy: IfNotPresent
- tag: latest@sha256:379d9338c720da30b63dc4cf2ecea07eb89dac7d62d5c79047294fffe97ae559
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/ser2sock/3.0.8/values.yaml b/stable/ser2sock/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/ser2sock/3.0.9/CHANGELOG.md b/stable/ser2sock/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..4d4ec01fe6
--- /dev/null
+++ b/stable/ser2sock/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [ser2sock-3.0.9](https://github.com/truecharts/apps/compare/ser2sock-3.0.8...ser2sock-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/ser2sock/3.0.8/CONFIG.md b/stable/ser2sock/3.0.9/CONFIG.md
similarity index 100%
rename from stable/ser2sock/3.0.8/CONFIG.md
rename to stable/ser2sock/3.0.9/CONFIG.md
diff --git a/stable/ser2sock/3.0.9/Chart.lock b/stable/ser2sock/3.0.9/Chart.lock
new file mode 100644
index 0000000000..ee4d0508e4
--- /dev/null
+++ b/stable/ser2sock/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:58:31.876246128Z"
diff --git a/stable/ser2sock/3.0.8/Chart.yaml b/stable/ser2sock/3.0.9/Chart.yaml
similarity index 93%
rename from stable/ser2sock/3.0.8/Chart.yaml
rename to stable/ser2sock/3.0.9/Chart.yaml
index be8d49fcfe..4aa8fd2d41 100644
--- a/stable/ser2sock/3.0.8/Chart.yaml
+++ b/stable/ser2sock/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: Serial to Socket Redirector
home: https://github.com/truechartsapps/tree/master/charts/stable/ser2sock
icon: https://i.imgur.com/GfZ7McO.png
@@ -18,4 +18,4 @@ name: ser2sock
sources:
- https://github.com/nutechsoftware/ser2sock
- https://github.com/tenstartups/ser2sock
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/ser2sock/3.0.8/README.md b/stable/ser2sock/3.0.9/README.md
similarity index 96%
rename from stable/ser2sock/3.0.8/README.md
rename to stable/ser2sock/3.0.9/README.md
index af565fad27..82b563f45f 100644
--- a/stable/ser2sock/3.0.8/README.md
+++ b/stable/ser2sock/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/ser2sock/3.0.8/app-readme.md b/stable/ser2sock/3.0.9/app-readme.md
similarity index 100%
rename from stable/ser2sock/3.0.8/app-readme.md
rename to stable/ser2sock/3.0.9/app-readme.md
diff --git a/stable/ser2sock/3.0.9/charts/common-8.3.12.tgz b/stable/ser2sock/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/ser2sock/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/ser2sock/3.0.8/helm-values.md b/stable/ser2sock/3.0.9/helm-values.md
similarity index 100%
rename from stable/ser2sock/3.0.8/helm-values.md
rename to stable/ser2sock/3.0.9/helm-values.md
diff --git a/stable/ser2sock/3.0.8/questions.yaml b/stable/ser2sock/3.0.9/questions.yaml
similarity index 99%
rename from stable/ser2sock/3.0.8/questions.yaml
rename to stable/ser2sock/3.0.9/questions.yaml
index b554a97547..80c8552cb2 100644
--- a/stable/ser2sock/3.0.8/questions.yaml
+++ b/stable/ser2sock/3.0.9/questions.yaml
@@ -559,6 +559,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/ser2sock/3.0.8/templates/common.yaml b/stable/ser2sock/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/ser2sock/3.0.8/templates/common.yaml
rename to stable/ser2sock/3.0.9/templates/common.yaml
diff --git a/stable/ser2sock/3.0.8/test_values.yaml b/stable/ser2sock/3.0.9/values.yaml
similarity index 100%
rename from stable/ser2sock/3.0.8/test_values.yaml
rename to stable/ser2sock/3.0.9/values.yaml
diff --git a/stable/sonarr/8.0.10/CHANGELOG.md b/stable/sonarr/8.0.10/CHANGELOG.md
deleted file mode 100644
index bb9f6735f2..0000000000
--- a/stable/sonarr/8.0.10/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [sonarr-8.0.10](https://github.com/truecharts/apps/compare/sonarr-8.0.9...sonarr-8.0.10) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/sonarr/8.0.10/Chart.lock b/stable/sonarr/8.0.10/Chart.lock
deleted file mode 100644
index 31760ae235..0000000000
--- a/stable/sonarr/8.0.10/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:53:32.029349039Z"
diff --git a/stable/sonarr/8.0.10/charts/common-8.3.10.tgz b/stable/sonarr/8.0.10/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/sonarr/8.0.10/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/sonarr/8.0.10/ix_values.yaml b/stable/sonarr/8.0.10/ix_values.yaml
deleted file mode 100644
index 416f369dcb..0000000000
--- a/stable/sonarr/8.0.10/ix_values.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/sonarr
- pullPolicy: IfNotPresent
- tag: v3.0.6.1342@sha256:c57197cb264e2a0755da3efa8f76c1ef181ff303fb6f7dff099a54bb057838a8
-
-probes:
- liveness:
- enabled: true
- ## Set this to true if you wish to specify your own livenessProbe
- custom: true
- ## The spec field contains the values for the default livenessProbe.
- ## If you selected custom: true, this field holds the definition of the livenessProbe.
- spec:
- exec:
- command:
- - /usr/bin/env
- - bash
- - -c
- - curl --fail localhost:8989/api/v3/system/status?apiKey=`IFS=\> && while
- read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
- failureThreshold: 5
- initialDelaySeconds: 60
- periodSeconds: 10
- successThreshold: 1
- timeoutSeconds: 10
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/sonarr/8.0.10/values.yaml b/stable/sonarr/8.0.10/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/sonarr/8.0.11/CHANGELOG.md b/stable/sonarr/8.0.11/CHANGELOG.md
new file mode 100644
index 0000000000..ae31f96ebf
--- /dev/null
+++ b/stable/sonarr/8.0.11/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [sonarr-8.0.11](https://github.com/truecharts/apps/compare/sonarr-8.0.10...sonarr-8.0.11) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/sonarr/8.0.10/CONFIG.md b/stable/sonarr/8.0.11/CONFIG.md
similarity index 100%
rename from stable/sonarr/8.0.10/CONFIG.md
rename to stable/sonarr/8.0.11/CONFIG.md
diff --git a/stable/sonarr/8.0.11/Chart.lock b/stable/sonarr/8.0.11/Chart.lock
new file mode 100644
index 0000000000..6e8e7b1741
--- /dev/null
+++ b/stable/sonarr/8.0.11/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:58:52.985661223Z"
diff --git a/stable/sonarr/8.0.10/Chart.yaml b/stable/sonarr/8.0.11/Chart.yaml
similarity index 94%
rename from stable/sonarr/8.0.10/Chart.yaml
rename to stable/sonarr/8.0.11/Chart.yaml
index 558a976c70..ac3ea41fa0 100644
--- a/stable/sonarr/8.0.10/Chart.yaml
+++ b/stable/sonarr/8.0.11/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.0.6.1342"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Smart PVR for newsgroup and bittorrent users
home: https://github.com/truecharts/apps/tree/master/charts/stable/sonarr
@@ -24,4 +24,4 @@ name: sonarr
sources:
- https://github.com/Sonarr/Sonarr
type: application
-version: 8.0.10
+version: 8.0.11
diff --git a/stable/sonarr/8.0.10/README.md b/stable/sonarr/8.0.11/README.md
similarity index 96%
rename from stable/sonarr/8.0.10/README.md
rename to stable/sonarr/8.0.11/README.md
index 83b0bddd66..b034f48c80 100644
--- a/stable/sonarr/8.0.10/README.md
+++ b/stable/sonarr/8.0.11/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/sonarr/8.0.10/app-readme.md b/stable/sonarr/8.0.11/app-readme.md
similarity index 100%
rename from stable/sonarr/8.0.10/app-readme.md
rename to stable/sonarr/8.0.11/app-readme.md
diff --git a/stable/sonarr/8.0.11/charts/common-8.3.12.tgz b/stable/sonarr/8.0.11/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/sonarr/8.0.11/charts/common-8.3.12.tgz differ
diff --git a/stable/sonarr/8.0.10/helm-values.md b/stable/sonarr/8.0.11/helm-values.md
similarity index 100%
rename from stable/sonarr/8.0.10/helm-values.md
rename to stable/sonarr/8.0.11/helm-values.md
diff --git a/stable/sonarr/8.0.10/questions.yaml b/stable/sonarr/8.0.11/questions.yaml
similarity index 99%
rename from stable/sonarr/8.0.10/questions.yaml
rename to stable/sonarr/8.0.11/questions.yaml
index 32a69ec382..cb29f9c5e8 100644
--- a/stable/sonarr/8.0.10/questions.yaml
+++ b/stable/sonarr/8.0.11/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/sonarr/8.0.10/templates/common.yaml b/stable/sonarr/8.0.11/templates/common.yaml
similarity index 100%
rename from stable/sonarr/8.0.10/templates/common.yaml
rename to stable/sonarr/8.0.11/templates/common.yaml
diff --git a/stable/sonarr/8.0.10/test_values.yaml b/stable/sonarr/8.0.11/values.yaml
similarity index 100%
rename from stable/sonarr/8.0.10/test_values.yaml
rename to stable/sonarr/8.0.11/values.yaml
diff --git a/stable/stash/3.0.10/CHANGELOG.md b/stable/stash/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..4b260b0116
--- /dev/null
+++ b/stable/stash/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [stash-3.0.10](https://github.com/truecharts/apps/compare/stash-3.0.9...stash-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/stash/3.0.9/CONFIG.md b/stable/stash/3.0.10/CONFIG.md
similarity index 100%
rename from stable/stash/3.0.9/CONFIG.md
rename to stable/stash/3.0.10/CONFIG.md
diff --git a/stable/stash/3.0.10/Chart.lock b/stable/stash/3.0.10/Chart.lock
new file mode 100644
index 0000000000..e3aaf6138f
--- /dev/null
+++ b/stable/stash/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:59:13.484787342Z"
diff --git a/stable/stash/3.0.9/Chart.yaml b/stable/stash/3.0.10/Chart.yaml
similarity index 94%
rename from stable/stash/3.0.9/Chart.yaml
rename to stable/stash/3.0.10/Chart.yaml
index f8e3fa47c8..4aef0f5ca8 100644
--- a/stable/stash/3.0.9/Chart.yaml
+++ b/stable/stash/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.10.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: An organizer for your porn, written in Go
home: https://github.com/truechartsapps/tree/master/charts/stable/stash
icon: https://raw.githubusercontent.com/stashapp/website/master/images/stash.svg
@@ -18,4 +18,4 @@ name: stash
sources:
- https://github.com/stashapp/stash
- https://hub.docker.com/r/stashapp/stash
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/stash/3.0.9/README.md b/stable/stash/3.0.10/README.md
similarity index 96%
rename from stable/stash/3.0.9/README.md
rename to stable/stash/3.0.10/README.md
index cbbcd9df7f..d6fb03f842 100644
--- a/stable/stash/3.0.9/README.md
+++ b/stable/stash/3.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/stash/3.0.9/app-readme.md b/stable/stash/3.0.10/app-readme.md
similarity index 100%
rename from stable/stash/3.0.9/app-readme.md
rename to stable/stash/3.0.10/app-readme.md
diff --git a/stable/stash/3.0.10/charts/common-8.3.12.tgz b/stable/stash/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/stash/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/stash/3.0.9/ci/ct-values.yaml b/stable/stash/3.0.10/ci/ct-values.yaml
similarity index 100%
rename from stable/stash/3.0.9/ci/ct-values.yaml
rename to stable/stash/3.0.10/ci/ct-values.yaml
diff --git a/stable/stash/3.0.9/helm-values.md b/stable/stash/3.0.10/helm-values.md
similarity index 100%
rename from stable/stash/3.0.9/helm-values.md
rename to stable/stash/3.0.10/helm-values.md
diff --git a/stable/stash/3.0.9/questions.yaml b/stable/stash/3.0.10/questions.yaml
similarity index 99%
rename from stable/stash/3.0.9/questions.yaml
rename to stable/stash/3.0.10/questions.yaml
index 23d9cf647e..6d78620a3c 100644
--- a/stable/stash/3.0.9/questions.yaml
+++ b/stable/stash/3.0.10/questions.yaml
@@ -544,6 +544,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/stash/3.0.9/templates/common.yaml b/stable/stash/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/stash/3.0.9/templates/common.yaml
rename to stable/stash/3.0.10/templates/common.yaml
diff --git a/stable/stash/3.0.9/test_values.yaml b/stable/stash/3.0.10/values.yaml
similarity index 100%
rename from stable/stash/3.0.9/test_values.yaml
rename to stable/stash/3.0.10/values.yaml
diff --git a/stable/stash/3.0.9/CHANGELOG.md b/stable/stash/3.0.9/CHANGELOG.md
deleted file mode 100644
index c94e88e98c..0000000000
--- a/stable/stash/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [stash-3.0.9](https://github.com/truecharts/apps/compare/stash-3.0.8...stash-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/stash/3.0.9/Chart.lock b/stable/stash/3.0.9/Chart.lock
deleted file mode 100644
index bb998bda08..0000000000
--- a/stable/stash/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:53:46.669281795Z"
diff --git a/stable/stash/3.0.9/charts/common-8.3.10.tgz b/stable/stash/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/stash/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/stash/3.0.9/ix_values.yaml b/stable/stash/3.0.9/ix_values.yaml
deleted file mode 100644
index 9f9048a614..0000000000
--- a/stable/stash/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/stash
- pullPolicy: IfNotPresent
- tag: v0.10.0@sha256:9a1504663615267694053493a6a8286fea76409a9622ab4f2ddbb11226b1d834
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/stash/3.0.9/values.yaml b/stable/stash/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/syncthing/8.0.10/CHANGELOG.md b/stable/syncthing/8.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..1733a6043e
--- /dev/null
+++ b/stable/syncthing/8.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [syncthing-8.0.10](https://github.com/truecharts/apps/compare/syncthing-8.0.9...syncthing-8.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/syncthing/8.0.9/CONFIG.md b/stable/syncthing/8.0.10/CONFIG.md
similarity index 100%
rename from stable/syncthing/8.0.9/CONFIG.md
rename to stable/syncthing/8.0.10/CONFIG.md
diff --git a/stable/syncthing/8.0.10/Chart.lock b/stable/syncthing/8.0.10/Chart.lock
new file mode 100644
index 0000000000..96a19ac5ca
--- /dev/null
+++ b/stable/syncthing/8.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:59:34.424550181Z"
diff --git a/stable/syncthing/8.0.9/Chart.yaml b/stable/syncthing/8.0.10/Chart.yaml
similarity index 95%
rename from stable/syncthing/8.0.9/Chart.yaml
rename to stable/syncthing/8.0.10/Chart.yaml
index 17d3b1b80f..01b7eab426 100644
--- a/stable/syncthing/8.0.9/Chart.yaml
+++ b/stable/syncthing/8.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "1.18.3"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: P2P file synchronization application
home: https://github.com/truecharts/apps/tree/master/charts/stable/syncthing
@@ -24,4 +24,4 @@ sources:
- https://github.com/syncthing/syncthing
- https://hub.docker.com/r/syncthing/syncthing
type: application
-version: 8.0.9
+version: 8.0.10
diff --git a/stable/syncthing/8.0.9/README.md b/stable/syncthing/8.0.10/README.md
similarity index 96%
rename from stable/syncthing/8.0.9/README.md
rename to stable/syncthing/8.0.10/README.md
index 9e75a46cd0..e330b6eb7e 100644
--- a/stable/syncthing/8.0.9/README.md
+++ b/stable/syncthing/8.0.10/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/syncthing/8.0.9/app-readme.md b/stable/syncthing/8.0.10/app-readme.md
similarity index 100%
rename from stable/syncthing/8.0.9/app-readme.md
rename to stable/syncthing/8.0.10/app-readme.md
diff --git a/stable/syncthing/8.0.10/charts/common-8.3.12.tgz b/stable/syncthing/8.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/syncthing/8.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/syncthing/8.0.9/helm-values.md b/stable/syncthing/8.0.10/helm-values.md
similarity index 100%
rename from stable/syncthing/8.0.9/helm-values.md
rename to stable/syncthing/8.0.10/helm-values.md
diff --git a/stable/syncthing/8.0.9/questions.yaml b/stable/syncthing/8.0.10/questions.yaml
similarity index 99%
rename from stable/syncthing/8.0.9/questions.yaml
rename to stable/syncthing/8.0.10/questions.yaml
index b56808b08f..5aefc299e9 100644
--- a/stable/syncthing/8.0.9/questions.yaml
+++ b/stable/syncthing/8.0.10/questions.yaml
@@ -802,6 +802,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/syncthing/8.0.9/templates/common.yaml b/stable/syncthing/8.0.10/templates/common.yaml
similarity index 100%
rename from stable/syncthing/8.0.9/templates/common.yaml
rename to stable/syncthing/8.0.10/templates/common.yaml
diff --git a/stable/syncthing/8.0.9/test_values.yaml b/stable/syncthing/8.0.10/values.yaml
similarity index 100%
rename from stable/syncthing/8.0.9/test_values.yaml
rename to stable/syncthing/8.0.10/values.yaml
diff --git a/stable/syncthing/8.0.9/CHANGELOG.md b/stable/syncthing/8.0.9/CHANGELOG.md
deleted file mode 100644
index 9310d5694f..0000000000
--- a/stable/syncthing/8.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [syncthing-8.0.9](https://github.com/truecharts/apps/compare/syncthing-8.0.8...syncthing-8.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/syncthing/8.0.9/Chart.lock b/stable/syncthing/8.0.9/Chart.lock
deleted file mode 100644
index e282dfead6..0000000000
--- a/stable/syncthing/8.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:54:01.203866446Z"
diff --git a/stable/syncthing/8.0.9/charts/common-8.3.10.tgz b/stable/syncthing/8.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/syncthing/8.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/syncthing/8.0.9/ix_values.yaml b/stable/syncthing/8.0.9/ix_values.yaml
deleted file mode 100644
index 4283a93dc5..0000000000
--- a/stable/syncthing/8.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/syncthing
- pullPolicy: IfNotPresent
- tag: v1.18.3@sha256:d299f89bf7a3462953ca415c1dcea27ea1cd0eb776011905d6c37aef9a4fbea5
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/syncthing/8.0.9/values.yaml b/stable/syncthing/8.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/tautulli/8.0.8/CHANGELOG.md b/stable/tautulli/8.0.8/CHANGELOG.md
deleted file mode 100644
index 981737a2ba..0000000000
--- a/stable/tautulli/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [tautulli-8.0.8](https://github.com/truecharts/apps/compare/tautulli-8.0.7...tautulli-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/tautulli/8.0.8/Chart.lock b/stable/tautulli/8.0.8/Chart.lock
deleted file mode 100644
index 1785a97d10..0000000000
--- a/stable/tautulli/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:54:16.015203705Z"
diff --git a/stable/tautulli/8.0.8/charts/common-8.3.10.tgz b/stable/tautulli/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/tautulli/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/tautulli/8.0.8/ix_values.yaml b/stable/tautulli/8.0.8/ix_values.yaml
deleted file mode 100644
index 6d5932fc8a..0000000000
--- a/stable/tautulli/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/tautulli
- pullPolicy: IfNotPresent
- tag: v2.7.6@sha256:228d77ccde9af6a33f94bd99c5c59aed093f2e35bd90e296dc0a51b62954395d
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/tautulli/8.0.8/values.yaml b/stable/tautulli/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/tautulli/8.0.9/CHANGELOG.md b/stable/tautulli/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..7dfada7f45
--- /dev/null
+++ b/stable/tautulli/8.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [tautulli-8.0.9](https://github.com/truecharts/apps/compare/tautulli-8.0.8...tautulli-8.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/tautulli/8.0.8/CONFIG.md b/stable/tautulli/8.0.9/CONFIG.md
similarity index 100%
rename from stable/tautulli/8.0.8/CONFIG.md
rename to stable/tautulli/8.0.9/CONFIG.md
diff --git a/stable/tautulli/8.0.9/Chart.lock b/stable/tautulli/8.0.9/Chart.lock
new file mode 100644
index 0000000000..52583477ac
--- /dev/null
+++ b/stable/tautulli/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T21:59:55.328672963Z"
diff --git a/stable/tautulli/8.0.8/Chart.yaml b/stable/tautulli/8.0.9/Chart.yaml
similarity index 95%
rename from stable/tautulli/8.0.8/Chart.yaml
rename to stable/tautulli/8.0.9/Chart.yaml
index 104404b44e..6302f21a14 100644
--- a/stable/tautulli/8.0.8/Chart.yaml
+++ b/stable/tautulli/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.7.6"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: A Python based monitoring and tracking tool for Plex Media Server
home: https://github.com/truecharts/apps/tree/master/charts/stable/tautulli
@@ -23,4 +23,4 @@ name: tautulli
sources:
- https://github.com/Tautulli/Tautulli
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/tautulli/8.0.8/README.md b/stable/tautulli/8.0.9/README.md
similarity index 96%
rename from stable/tautulli/8.0.8/README.md
rename to stable/tautulli/8.0.9/README.md
index 8d9eb00a6f..d9da4c9de0 100644
--- a/stable/tautulli/8.0.8/README.md
+++ b/stable/tautulli/8.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/tautulli/8.0.8/app-readme.md b/stable/tautulli/8.0.9/app-readme.md
similarity index 100%
rename from stable/tautulli/8.0.8/app-readme.md
rename to stable/tautulli/8.0.9/app-readme.md
diff --git a/stable/tautulli/8.0.9/charts/common-8.3.12.tgz b/stable/tautulli/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/tautulli/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/tautulli/8.0.8/helm-values.md b/stable/tautulli/8.0.9/helm-values.md
similarity index 100%
rename from stable/tautulli/8.0.8/helm-values.md
rename to stable/tautulli/8.0.9/helm-values.md
diff --git a/stable/tautulli/8.0.8/questions.yaml b/stable/tautulli/8.0.9/questions.yaml
similarity index 99%
rename from stable/tautulli/8.0.8/questions.yaml
rename to stable/tautulli/8.0.9/questions.yaml
index 909032f4e5..b9df08ddc6 100644
--- a/stable/tautulli/8.0.8/questions.yaml
+++ b/stable/tautulli/8.0.9/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/tautulli/8.0.8/templates/common.yaml b/stable/tautulli/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/tautulli/8.0.8/templates/common.yaml
rename to stable/tautulli/8.0.9/templates/common.yaml
diff --git a/stable/tautulli/8.0.8/test_values.yaml b/stable/tautulli/8.0.9/values.yaml
similarity index 100%
rename from stable/tautulli/8.0.8/test_values.yaml
rename to stable/tautulli/8.0.9/values.yaml
diff --git a/stable/teamspeak3/1.0.10/CHANGELOG.md b/stable/teamspeak3/1.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..16e8e25f8d
--- /dev/null
+++ b/stable/teamspeak3/1.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [teamspeak3-1.0.10](https://github.com/truecharts/apps/compare/teamspeak3-1.0.9...teamspeak3-1.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/teamspeak3/1.0.9/CONFIG.md b/stable/teamspeak3/1.0.10/CONFIG.md
similarity index 100%
rename from stable/teamspeak3/1.0.9/CONFIG.md
rename to stable/teamspeak3/1.0.10/CONFIG.md
diff --git a/stable/teamspeak3/1.0.10/Chart.lock b/stable/teamspeak3/1.0.10/Chart.lock
new file mode 100644
index 0000000000..52626f2d41
--- /dev/null
+++ b/stable/teamspeak3/1.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T22:00:18.400441595Z"
diff --git a/stable/teamspeak3/1.0.9/Chart.yaml b/stable/teamspeak3/1.0.10/Chart.yaml
similarity index 95%
rename from stable/teamspeak3/1.0.9/Chart.yaml
rename to stable/teamspeak3/1.0.10/Chart.yaml
index da76979ba7..af656bf744 100644
--- a/stable/teamspeak3/1.0.9/Chart.yaml
+++ b/stable/teamspeak3/1.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.13.6"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: TeamSpeak is software for quality voice communication via the Internet.
home: https://github.com/truecharts/apps/tree/master/charts/stable/teamspeak3
@@ -23,4 +23,4 @@ sources:
- https://hub.docker.com/_/teamspeak
- https://www.teamspeak.com/en/
type: application
-version: 1.0.9
+version: 1.0.10
diff --git a/stable/teamspeak3/1.0.9/README.md b/stable/teamspeak3/1.0.10/README.md
similarity index 96%
rename from stable/teamspeak3/1.0.9/README.md
rename to stable/teamspeak3/1.0.10/README.md
index 8ab0444c9f..6484cde961 100644
--- a/stable/teamspeak3/1.0.9/README.md
+++ b/stable/teamspeak3/1.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/teamspeak3/1.0.9/app-readme.md b/stable/teamspeak3/1.0.10/app-readme.md
similarity index 100%
rename from stable/teamspeak3/1.0.9/app-readme.md
rename to stable/teamspeak3/1.0.10/app-readme.md
diff --git a/stable/teamspeak3/1.0.10/charts/common-8.3.12.tgz b/stable/teamspeak3/1.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/teamspeak3/1.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/teamspeak3/1.0.9/helm-values.md b/stable/teamspeak3/1.0.10/helm-values.md
similarity index 100%
rename from stable/teamspeak3/1.0.9/helm-values.md
rename to stable/teamspeak3/1.0.10/helm-values.md
diff --git a/stable/teamspeak3/1.0.9/questions.yaml b/stable/teamspeak3/1.0.10/questions.yaml
similarity index 99%
rename from stable/teamspeak3/1.0.9/questions.yaml
rename to stable/teamspeak3/1.0.10/questions.yaml
index eb8bc9873c..90f0e884b6 100644
--- a/stable/teamspeak3/1.0.9/questions.yaml
+++ b/stable/teamspeak3/1.0.10/questions.yaml
@@ -735,6 +735,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/teamspeak3/1.0.9/templates/common.yaml b/stable/teamspeak3/1.0.10/templates/common.yaml
similarity index 100%
rename from stable/teamspeak3/1.0.9/templates/common.yaml
rename to stable/teamspeak3/1.0.10/templates/common.yaml
diff --git a/stable/teamspeak3/1.0.9/test_values.yaml b/stable/teamspeak3/1.0.10/values.yaml
similarity index 100%
rename from stable/teamspeak3/1.0.9/test_values.yaml
rename to stable/teamspeak3/1.0.10/values.yaml
diff --git a/stable/teamspeak3/1.0.9/CHANGELOG.md b/stable/teamspeak3/1.0.9/CHANGELOG.md
deleted file mode 100644
index cad6e01ca7..0000000000
--- a/stable/teamspeak3/1.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [teamspeak3-1.0.9](https://github.com/truecharts/apps/compare/teamspeak3-1.0.8...teamspeak3-1.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/teamspeak3/1.0.9/Chart.lock b/stable/teamspeak3/1.0.9/Chart.lock
deleted file mode 100644
index 426aa3ab94..0000000000
--- a/stable/teamspeak3/1.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:54:30.611732408Z"
diff --git a/stable/teamspeak3/1.0.9/charts/common-8.3.10.tgz b/stable/teamspeak3/1.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/teamspeak3/1.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/teamspeak3/1.0.9/ix_values.yaml b/stable/teamspeak3/1.0.9/ix_values.yaml
deleted file mode 100644
index d13f6f58a7..0000000000
--- a/stable/teamspeak3/1.0.9/ix_values.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: teamspeak
- tag: 3.13.6@sha256:a88d61887cbfa78012ce8bf69e6fad5988d853b7b72a9483000b1af8a6083ff8
- pullPolicy: IfNotPresent
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/teamspeak3/1.0.9/values.yaml b/stable/teamspeak3/1.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/thelounge/3.0.8/CHANGELOG.md b/stable/thelounge/3.0.8/CHANGELOG.md
deleted file mode 100644
index 4be6bece54..0000000000
--- a/stable/thelounge/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [thelounge-3.0.8](https://github.com/truecharts/apps/compare/thelounge-3.0.7...thelounge-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/thelounge/3.0.8/Chart.lock b/stable/thelounge/3.0.8/Chart.lock
deleted file mode 100644
index 01e5ae253d..0000000000
--- a/stable/thelounge/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:54:45.232424038Z"
diff --git a/stable/thelounge/3.0.8/charts/common-8.3.10.tgz b/stable/thelounge/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/thelounge/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/thelounge/3.0.8/ix_values.yaml b/stable/thelounge/3.0.8/ix_values.yaml
deleted file mode 100644
index 37a191ec86..0000000000
--- a/stable/thelounge/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- # -- image repository
- repository: ghcr.io/truecharts/thelounge
- # -- image pull policy
- pullPolicy: IfNotPresent
- # -- image tag
- tag: v4.2.0@sha256:1f879027a346429012acdb46fbd133b1627585e29d8bbfd915936b79cc04324b
-
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/thelounge/3.0.8/values.yaml b/stable/thelounge/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/thelounge/3.0.9/CHANGELOG.md b/stable/thelounge/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..87c437f4db
--- /dev/null
+++ b/stable/thelounge/3.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [thelounge-3.0.9](https://github.com/truecharts/apps/compare/thelounge-3.0.8...thelounge-3.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/thelounge/3.0.8/CONFIG.md b/stable/thelounge/3.0.9/CONFIG.md
similarity index 100%
rename from stable/thelounge/3.0.8/CONFIG.md
rename to stable/thelounge/3.0.9/CONFIG.md
diff --git a/stable/thelounge/3.0.9/Chart.lock b/stable/thelounge/3.0.9/Chart.lock
new file mode 100644
index 0000000000..91b87f6c69
--- /dev/null
+++ b/stable/thelounge/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T22:00:39.455885343Z"
diff --git a/stable/thelounge/3.0.8/Chart.yaml b/stable/thelounge/3.0.9/Chart.yaml
similarity index 94%
rename from stable/thelounge/3.0.8/Chart.yaml
rename to stable/thelounge/3.0.9/Chart.yaml
index 87e507e588..ef4de33b35 100644
--- a/stable/thelounge/3.0.8/Chart.yaml
+++ b/stable/thelounge/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "4.2.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: The Lounge, modern web IRC client designed for self-hosting
home: https://github.com/truecharts/apps/tree/master/charts/stable/thelounge
icon: https://avatars.githubusercontent.com/u/14336958?s=200&v=4
@@ -21,4 +21,4 @@ maintainers:
name: thelounge
sources:
- https://github.com/thelounge/thelounge
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/thelounge/3.0.8/README.md b/stable/thelounge/3.0.9/README.md
similarity index 96%
rename from stable/thelounge/3.0.8/README.md
rename to stable/thelounge/3.0.9/README.md
index 1cda42be13..a579d7ea25 100644
--- a/stable/thelounge/3.0.8/README.md
+++ b/stable/thelounge/3.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/thelounge/3.0.8/app-readme.md b/stable/thelounge/3.0.9/app-readme.md
similarity index 100%
rename from stable/thelounge/3.0.8/app-readme.md
rename to stable/thelounge/3.0.9/app-readme.md
diff --git a/stable/thelounge/3.0.9/charts/common-8.3.12.tgz b/stable/thelounge/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/thelounge/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/thelounge/3.0.8/helm-values.md b/stable/thelounge/3.0.9/helm-values.md
similarity index 100%
rename from stable/thelounge/3.0.8/helm-values.md
rename to stable/thelounge/3.0.9/helm-values.md
diff --git a/stable/thelounge/3.0.8/questions.yaml b/stable/thelounge/3.0.9/questions.yaml
similarity index 100%
rename from stable/thelounge/3.0.8/questions.yaml
rename to stable/thelounge/3.0.9/questions.yaml
diff --git a/stable/thelounge/3.0.8/templates/common.yaml b/stable/thelounge/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/thelounge/3.0.8/templates/common.yaml
rename to stable/thelounge/3.0.9/templates/common.yaml
diff --git a/stable/thelounge/3.0.8/test_values.yaml b/stable/thelounge/3.0.9/values.yaml
similarity index 100%
rename from stable/thelounge/3.0.8/test_values.yaml
rename to stable/thelounge/3.0.9/values.yaml
diff --git a/stable/traefik/9.0.11/CHANGELOG.md b/stable/traefik/9.0.11/CHANGELOG.md
deleted file mode 100644
index 474c1a75c5..0000000000
--- a/stable/traefik/9.0.11/CHANGELOG.md
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-### [traefik-9.0.11](https://github.com/truecharts/apps/compare/traefik-9.0.10...traefik-9.0.11) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
diff --git a/stable/traefik/9.0.11/Chart.lock b/stable/traefik/9.0.11/Chart.lock
deleted file mode 100644
index c8c10c8988..0000000000
--- a/stable/traefik/9.0.11/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:55:00.057735477Z"
diff --git a/stable/traefik/9.0.11/charts/common-8.3.10.tgz b/stable/traefik/9.0.11/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/traefik/9.0.11/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/traefik/9.0.11/ix_values.yaml b/stable/traefik/9.0.11/ix_values.yaml
deleted file mode 100644
index 36666dd2c4..0000000000
--- a/stable/traefik/9.0.11/ix_values.yaml
+++ /dev/null
@@ -1,179 +0,0 @@
-# Default values for Traefik
-image:
- repository: traefik
- # defaults to appVersion
- tag: v2.5.3@sha256:f40028d9771cb29a35392b4cbdd655625596a319b915061e306c503059d0b6f4
- pullPolicy: IfNotPresent
-
-# Create an IngressRoute for the dashboard
-ingressRoute:
- dashboard:
- enabled: true
- # Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class)
- annotations: {}
- # Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels)
- labels: {}
-
-#
-# Configure providers
-#
-providers:
- kubernetesCRD:
- enabled: true
- namespaces: []
- # - "default"
- kubernetesIngress:
- enabled: true
- # labelSelector: environment=production,method=traefik
- namespaces: []
- # - "default"
- # IP used for Kubernetes Ingress endpoints
- publishedService:
- enabled: true
- # Published Kubernetes Service to copy status from. Format: namespace/servicename
- # By default this Traefik service
- # pathOverride: ""
-
-
-metrics:
- # datadog:
- # address: 127.0.0.1:8125
- # influxdb:
- # address: localhost:8089
- # protocol: udp
- prometheus:
- entryPoint: metrics
- # statsd:
- # address: localhost:8125
-
-globalArguments:
- - "--global.checknewversion"
-
-#
-# Configure Traefik static configuration
-# Additional arguments to be passed at Traefik's binary
-# All available options available on https://docs.traefik.io/reference/static-configuration/cli/
-## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"`
-additionalArguments:
- - "--metrics.prometheus"
- - "--ping"
- - "--serverstransport.insecureskipverify=true"
- - "--providers.kubernetesingress.allowexternalnameservices=true"
-
-# TLS Options are created as TLSOption CRDs
-# https://doc.traefik.io/traefik/https/tls/#tls-options
-# Example:
-tlsOptions:
- default:
- sniStrict: false
- minVersion: VersionTLS12
- curvePreferences:
- - CurveP521
- - CurveP384
- cipherSuites:
- - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305
- - TLS_AES_128_GCM_SHA256
- - TLS_AES_256_GCM_SHA384
- - TLS_CHACHA20_POLY1305_SHA256
-
-
-probes:
- # -- Liveness probe configuration
- # @default -- See below
- liveness:
- # -- sets the probe type when not using a custom probe
- # @default -- "TCP"
- type: HTTP
- # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used
- # @default -- "/"
- path: "/ping"
-
-
- # -- Redainess probe configuration
- # @default -- See below
- readiness:
- # -- sets the probe type when not using a custom probe
- # @default -- "TCP"
- type: HTTP
- # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used
- # @default -- "/"
- path: "/ping"
-
-
- # -- Startup probe configuration
- # @default -- See below
- startup:
- # -- sets the probe type when not using a custom probe
- # @default -- "TCP"
- type: HTTP
- # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used
- # @default -- "/"
- path: "/ping"
-
-
-# Whether Role Based Access Control objects like roles and rolebindings should be created
-rbac:
- enabled: true
- rules:
- - apiGroups:
- - ""
- resources:
- - services
- - endpoints
- - secrets
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - extensions
- - networking.k8s.io
- resources:
- - ingresses
- - ingressclasses
- verbs:
- - get
- - list
- - watch
- - apiGroups:
- - extensions
- - networking.k8s.io
- resources:
- - ingresses/status
- verbs:
- - update
- - apiGroups:
- - traefik.containo.us
- resources:
- - ingressroutes
- - ingressroutetcps
- - ingressrouteudps
- - middlewares
- - middlewaretcps
- - tlsoptions
- - tlsstores
- - traefikservices
- - serverstransports
- verbs:
- - get
- - list
- - watch
-
-
-# The service account the pods will use to interact with the Kubernetes API
-serviceAccount:
- enabled: true
- # If set, an existing service account is used
- # If not set, a service account is created automatically using the fullname template
- name: ""
-
-# Set the container security context
-# To run the container with ports below 1024 this will need to be adjust to run as root
-securityContext:
- capabilities:
- drop: [ALL]
-
-portalhook:
- enabled: true
diff --git a/stable/traefik/9.0.11/values.yaml b/stable/traefik/9.0.11/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/traefik/9.0.12/CHANGELOG.md b/stable/traefik/9.0.12/CHANGELOG.md
new file mode 100644
index 0000000000..953ce8e44b
--- /dev/null
+++ b/stable/traefik/9.0.12/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [traefik-9.0.12](https://github.com/truecharts/apps/compare/traefik-9.0.11...traefik-9.0.12) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/traefik/9.0.11/CONFIG.md b/stable/traefik/9.0.12/CONFIG.md
similarity index 100%
rename from stable/traefik/9.0.11/CONFIG.md
rename to stable/traefik/9.0.12/CONFIG.md
diff --git a/stable/traefik/9.0.12/Chart.lock b/stable/traefik/9.0.12/Chart.lock
new file mode 100644
index 0000000000..e5784accae
--- /dev/null
+++ b/stable/traefik/9.0.12/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T22:01:00.561871884Z"
diff --git a/stable/traefik/9.0.11/Chart.yaml b/stable/traefik/9.0.12/Chart.yaml
similarity index 94%
rename from stable/traefik/9.0.11/Chart.yaml
rename to stable/traefik/9.0.12/Chart.yaml
index e3db8d9521..cae4ebf4d4 100644
--- a/stable/traefik/9.0.11/Chart.yaml
+++ b/stable/traefik/9.0.12/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.5.3"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Test App for Traefik
home: https://github.com/truecharts/apps/tree/master/charts/stable/traefik
@@ -22,4 +22,4 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
-version: 9.0.11
+version: 9.0.12
diff --git a/stable/traefik/9.0.11/README.md b/stable/traefik/9.0.12/README.md
similarity index 96%
rename from stable/traefik/9.0.11/README.md
rename to stable/traefik/9.0.12/README.md
index 0e3923528c..68d6392c88 100644
--- a/stable/traefik/9.0.11/README.md
+++ b/stable/traefik/9.0.12/README.md
@@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/traefik/9.0.11/app-readme.md b/stable/traefik/9.0.12/app-readme.md
similarity index 100%
rename from stable/traefik/9.0.11/app-readme.md
rename to stable/traefik/9.0.12/app-readme.md
diff --git a/stable/traefik/9.0.12/charts/common-8.3.12.tgz b/stable/traefik/9.0.12/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/traefik/9.0.12/charts/common-8.3.12.tgz differ
diff --git a/stable/traefik/9.0.11/crds/ingressroute.yaml b/stable/traefik/9.0.12/crds/ingressroute.yaml
similarity index 100%
rename from stable/traefik/9.0.11/crds/ingressroute.yaml
rename to stable/traefik/9.0.12/crds/ingressroute.yaml
diff --git a/stable/traefik/9.0.11/crds/ingressroutetcp.yaml b/stable/traefik/9.0.12/crds/ingressroutetcp.yaml
similarity index 100%
rename from stable/traefik/9.0.11/crds/ingressroutetcp.yaml
rename to stable/traefik/9.0.12/crds/ingressroutetcp.yaml
diff --git a/stable/traefik/9.0.11/crds/ingressrouteudp.yaml b/stable/traefik/9.0.12/crds/ingressrouteudp.yaml
similarity index 100%
rename from stable/traefik/9.0.11/crds/ingressrouteudp.yaml
rename to stable/traefik/9.0.12/crds/ingressrouteudp.yaml
diff --git a/stable/traefik/9.0.11/crds/middlewares.yaml b/stable/traefik/9.0.12/crds/middlewares.yaml
similarity index 100%
rename from stable/traefik/9.0.11/crds/middlewares.yaml
rename to stable/traefik/9.0.12/crds/middlewares.yaml
diff --git a/stable/traefik/9.0.11/crds/middlewarestcp.yaml b/stable/traefik/9.0.12/crds/middlewarestcp.yaml
similarity index 100%
rename from stable/traefik/9.0.11/crds/middlewarestcp.yaml
rename to stable/traefik/9.0.12/crds/middlewarestcp.yaml
diff --git a/stable/traefik/9.0.11/crds/serverstransports.yaml b/stable/traefik/9.0.12/crds/serverstransports.yaml
similarity index 100%
rename from stable/traefik/9.0.11/crds/serverstransports.yaml
rename to stable/traefik/9.0.12/crds/serverstransports.yaml
diff --git a/stable/traefik/9.0.11/crds/tlsoptions.yaml b/stable/traefik/9.0.12/crds/tlsoptions.yaml
similarity index 100%
rename from stable/traefik/9.0.11/crds/tlsoptions.yaml
rename to stable/traefik/9.0.12/crds/tlsoptions.yaml
diff --git a/stable/traefik/9.0.11/crds/tlsstores.yaml b/stable/traefik/9.0.12/crds/tlsstores.yaml
similarity index 100%
rename from stable/traefik/9.0.11/crds/tlsstores.yaml
rename to stable/traefik/9.0.12/crds/tlsstores.yaml
diff --git a/stable/traefik/9.0.11/crds/traefikservices.yaml b/stable/traefik/9.0.12/crds/traefikservices.yaml
similarity index 100%
rename from stable/traefik/9.0.11/crds/traefikservices.yaml
rename to stable/traefik/9.0.12/crds/traefikservices.yaml
diff --git a/stable/traefik/9.0.11/helm-values.md b/stable/traefik/9.0.12/helm-values.md
similarity index 100%
rename from stable/traefik/9.0.11/helm-values.md
rename to stable/traefik/9.0.12/helm-values.md
diff --git a/stable/traefik/9.0.11/questions.yaml b/stable/traefik/9.0.12/questions.yaml
similarity index 100%
rename from stable/traefik/9.0.11/questions.yaml
rename to stable/traefik/9.0.12/questions.yaml
diff --git a/stable/traefik/9.0.11/templates/_args.tpl b/stable/traefik/9.0.12/templates/_args.tpl
similarity index 100%
rename from stable/traefik/9.0.11/templates/_args.tpl
rename to stable/traefik/9.0.12/templates/_args.tpl
diff --git a/stable/traefik/9.0.11/templates/_helpers.tpl b/stable/traefik/9.0.12/templates/_helpers.tpl
similarity index 100%
rename from stable/traefik/9.0.11/templates/_helpers.tpl
rename to stable/traefik/9.0.12/templates/_helpers.tpl
diff --git a/stable/traefik/9.0.11/templates/_ingressclass.tpl b/stable/traefik/9.0.12/templates/_ingressclass.tpl
similarity index 100%
rename from stable/traefik/9.0.11/templates/_ingressclass.tpl
rename to stable/traefik/9.0.12/templates/_ingressclass.tpl
diff --git a/stable/traefik/9.0.11/templates/_ingressroute.tpl b/stable/traefik/9.0.12/templates/_ingressroute.tpl
similarity index 100%
rename from stable/traefik/9.0.11/templates/_ingressroute.tpl
rename to stable/traefik/9.0.12/templates/_ingressroute.tpl
diff --git a/stable/traefik/9.0.11/templates/_portalhook.tpl b/stable/traefik/9.0.12/templates/_portalhook.tpl
similarity index 100%
rename from stable/traefik/9.0.11/templates/_portalhook.tpl
rename to stable/traefik/9.0.12/templates/_portalhook.tpl
diff --git a/stable/traefik/9.0.11/templates/_tlsoptions.tpl b/stable/traefik/9.0.12/templates/_tlsoptions.tpl
similarity index 100%
rename from stable/traefik/9.0.11/templates/_tlsoptions.tpl
rename to stable/traefik/9.0.12/templates/_tlsoptions.tpl
diff --git a/stable/traefik/9.0.11/templates/common.yaml b/stable/traefik/9.0.12/templates/common.yaml
similarity index 100%
rename from stable/traefik/9.0.11/templates/common.yaml
rename to stable/traefik/9.0.12/templates/common.yaml
diff --git a/stable/traefik/9.0.11/templates/middlewares/basic-middleware.yaml b/stable/traefik/9.0.12/templates/middlewares/basic-middleware.yaml
similarity index 100%
rename from stable/traefik/9.0.11/templates/middlewares/basic-middleware.yaml
rename to stable/traefik/9.0.12/templates/middlewares/basic-middleware.yaml
diff --git a/stable/traefik/9.0.11/templates/middlewares/basicauth.yaml b/stable/traefik/9.0.12/templates/middlewares/basicauth.yaml
similarity index 100%
rename from stable/traefik/9.0.11/templates/middlewares/basicauth.yaml
rename to stable/traefik/9.0.12/templates/middlewares/basicauth.yaml
diff --git a/stable/traefik/9.0.11/templates/middlewares/chain.yaml b/stable/traefik/9.0.12/templates/middlewares/chain.yaml
similarity index 100%
rename from stable/traefik/9.0.11/templates/middlewares/chain.yaml
rename to stable/traefik/9.0.12/templates/middlewares/chain.yaml
diff --git a/stable/traefik/9.0.11/templates/middlewares/forwardauth.yaml b/stable/traefik/9.0.12/templates/middlewares/forwardauth.yaml
similarity index 100%
rename from stable/traefik/9.0.11/templates/middlewares/forwardauth.yaml
rename to stable/traefik/9.0.12/templates/middlewares/forwardauth.yaml
diff --git a/stable/traefik/9.0.11/templates/middlewares/ipwhitelist.yaml b/stable/traefik/9.0.12/templates/middlewares/ipwhitelist.yaml
similarity index 100%
rename from stable/traefik/9.0.11/templates/middlewares/ipwhitelist.yaml
rename to stable/traefik/9.0.12/templates/middlewares/ipwhitelist.yaml
diff --git a/stable/traefik/9.0.11/templates/middlewares/ratelimit.yaml b/stable/traefik/9.0.12/templates/middlewares/ratelimit.yaml
similarity index 100%
rename from stable/traefik/9.0.11/templates/middlewares/ratelimit.yaml
rename to stable/traefik/9.0.12/templates/middlewares/ratelimit.yaml
diff --git a/stable/traefik/9.0.11/templates/middlewares/redirectScheme.yaml b/stable/traefik/9.0.12/templates/middlewares/redirectScheme.yaml
similarity index 100%
rename from stable/traefik/9.0.11/templates/middlewares/redirectScheme.yaml
rename to stable/traefik/9.0.12/templates/middlewares/redirectScheme.yaml
diff --git a/stable/traefik/9.0.11/templates/middlewares/redirectregex.yaml b/stable/traefik/9.0.12/templates/middlewares/redirectregex.yaml
similarity index 100%
rename from stable/traefik/9.0.11/templates/middlewares/redirectregex.yaml
rename to stable/traefik/9.0.12/templates/middlewares/redirectregex.yaml
diff --git a/stable/traefik/9.0.11/templates/middlewares/tc-nextcloud.yaml b/stable/traefik/9.0.12/templates/middlewares/tc-nextcloud.yaml
similarity index 100%
rename from stable/traefik/9.0.11/templates/middlewares/tc-nextcloud.yaml
rename to stable/traefik/9.0.12/templates/middlewares/tc-nextcloud.yaml
diff --git a/stable/traefik/9.0.11/test_values.yaml b/stable/traefik/9.0.12/values.yaml
similarity index 100%
rename from stable/traefik/9.0.11/test_values.yaml
rename to stable/traefik/9.0.12/values.yaml
diff --git a/stable/transmission/8.0.8/CHANGELOG.md b/stable/transmission/8.0.8/CHANGELOG.md
deleted file mode 100644
index 81aa000746..0000000000
--- a/stable/transmission/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [transmission-8.0.8](https://github.com/truecharts/apps/compare/transmission-8.0.7...transmission-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/transmission/8.0.8/Chart.lock b/stable/transmission/8.0.8/Chart.lock
deleted file mode 100644
index 28f65674cf..0000000000
--- a/stable/transmission/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:55:15.035888383Z"
diff --git a/stable/transmission/8.0.8/charts/common-8.3.10.tgz b/stable/transmission/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/transmission/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/transmission/8.0.8/ix_values.yaml b/stable/transmission/8.0.8/ix_values.yaml
deleted file mode 100644
index 7ee190b99c..0000000000
--- a/stable/transmission/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,50 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/transmission
- pullPolicy: IfNotPresent
- tag: v3.00@sha256:355f4036c53c782df1957de0e16c63f4298f5b596ae5e621fea8f9ef02dd09e6
-
-transmissionFixedConfig:
- bind-address-ipv4: "0.0.0.0"
- bind-address-ipv6: ::"
- cache-size-mb: 4
- lpd-enabled: false
- dht-enabled: true
- peer-congestion-algorithm: ""
- message-level: 2
- peer-id-ttl-hours: 4
- peer-port: 51413
- peer-port-random-high: 65535
- peer-port-random-low: 49152
- peer-port-random-on-start: false
- peer-socket-tos: "default"
- pex-enabled: true
- port-forwarding-enabled: false
- preallocation: 0
- prefetch-enabled: true
- rename-partial-files: true
- rpc-authentication-required: false
- rpc-bind-address: "0.0.0.0"
- rpc-enabled: true
- rpc-host-whitelist: ""
- rpc-host-whitelist-enabled: false
- rpc-password: "CHANGEME"
- rpc-port: 9091
- rpc-url: "/transmission/"
- rpc-username: ""
- rpc-whitelist: ""
- rpc-whitelist-enabled: false
- umask: 2
- utp-enabled: true
- watch-dir: "/watch"
- watch-dir-enabled: true
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/transmission/8.0.8/values.yaml b/stable/transmission/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/transmission/8.0.9/CHANGELOG.md b/stable/transmission/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..a9a9071eb6
--- /dev/null
+++ b/stable/transmission/8.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [transmission-8.0.9](https://github.com/truecharts/apps/compare/transmission-8.0.8...transmission-8.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/transmission/8.0.8/CONFIG.md b/stable/transmission/8.0.9/CONFIG.md
similarity index 100%
rename from stable/transmission/8.0.8/CONFIG.md
rename to stable/transmission/8.0.9/CONFIG.md
diff --git a/stable/transmission/8.0.9/Chart.lock b/stable/transmission/8.0.9/Chart.lock
new file mode 100644
index 0000000000..a7d9f9b95a
--- /dev/null
+++ b/stable/transmission/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T22:01:21.446512973Z"
diff --git a/stable/transmission/8.0.8/Chart.yaml b/stable/transmission/8.0.9/Chart.yaml
similarity index 95%
rename from stable/transmission/8.0.8/Chart.yaml
rename to stable/transmission/8.0.9/Chart.yaml
index 095b2e73dc..b189c8e20b 100644
--- a/stable/transmission/8.0.8/Chart.yaml
+++ b/stable/transmission/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "3.00"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: API Support for your favorite torrent trackers.
home: https://github.com/truecharts/apps/tree/master/charts/stable/transmission
@@ -25,4 +25,4 @@ sources:
- https://github.com/transmission/transmission
- https://hub.docker.com/r/linuxserver/transmission
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/transmission/8.0.8/README.md b/stable/transmission/8.0.9/README.md
similarity index 96%
rename from stable/transmission/8.0.8/README.md
rename to stable/transmission/8.0.9/README.md
index a6991cefb7..ec6315bdec 100644
--- a/stable/transmission/8.0.8/README.md
+++ b/stable/transmission/8.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/transmission/8.0.8/app-readme.md b/stable/transmission/8.0.9/app-readme.md
similarity index 100%
rename from stable/transmission/8.0.8/app-readme.md
rename to stable/transmission/8.0.9/app-readme.md
diff --git a/stable/transmission/8.0.9/charts/common-8.3.12.tgz b/stable/transmission/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/transmission/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/transmission/8.0.8/helm-values.md b/stable/transmission/8.0.9/helm-values.md
similarity index 100%
rename from stable/transmission/8.0.8/helm-values.md
rename to stable/transmission/8.0.9/helm-values.md
diff --git a/stable/transmission/8.0.8/questions.yaml b/stable/transmission/8.0.9/questions.yaml
similarity index 99%
rename from stable/transmission/8.0.8/questions.yaml
rename to stable/transmission/8.0.9/questions.yaml
index 993c2c827b..c87c7dc406 100644
--- a/stable/transmission/8.0.8/questions.yaml
+++ b/stable/transmission/8.0.9/questions.yaml
@@ -1026,6 +1026,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/transmission/8.0.8/templates/common.yaml b/stable/transmission/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/transmission/8.0.8/templates/common.yaml
rename to stable/transmission/8.0.9/templates/common.yaml
diff --git a/stable/transmission/8.0.8/test_values.yaml b/stable/transmission/8.0.9/values.yaml
similarity index 100%
rename from stable/transmission/8.0.8/test_values.yaml
rename to stable/transmission/8.0.9/values.yaml
diff --git a/stable/truecommand/8.0.8/CHANGELOG.md b/stable/truecommand/8.0.8/CHANGELOG.md
deleted file mode 100644
index 81b00a31b9..0000000000
--- a/stable/truecommand/8.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [truecommand-8.0.8](https://github.com/truecharts/apps/compare/truecommand-8.0.7...truecommand-8.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/truecommand/8.0.8/Chart.lock b/stable/truecommand/8.0.8/Chart.lock
deleted file mode 100644
index 695faf658b..0000000000
--- a/stable/truecommand/8.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:55:29.771285593Z"
diff --git a/stable/truecommand/8.0.8/charts/common-8.3.10.tgz b/stable/truecommand/8.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/truecommand/8.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/truecommand/8.0.8/ix_values.yaml b/stable/truecommand/8.0.8/ix_values.yaml
deleted file mode 100644
index 0a7b367d09..0000000000
--- a/stable/truecommand/8.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/truecommand
- pullPolicy: IfNotPresent
- tag: v2.0.2@sha256:7b9ccdab38c82efd0a04e0bef8b99877c1efd25d88e319d1188fd3686ae29c22
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/truecommand/8.0.8/values.yaml b/stable/truecommand/8.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/truecommand/8.0.9/CHANGELOG.md b/stable/truecommand/8.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..aca3363cc0
--- /dev/null
+++ b/stable/truecommand/8.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [truecommand-8.0.9](https://github.com/truecharts/apps/compare/truecommand-8.0.8...truecommand-8.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/truecommand/8.0.8/CONFIG.md b/stable/truecommand/8.0.9/CONFIG.md
similarity index 100%
rename from stable/truecommand/8.0.8/CONFIG.md
rename to stable/truecommand/8.0.9/CONFIG.md
diff --git a/stable/truecommand/8.0.9/Chart.lock b/stable/truecommand/8.0.9/Chart.lock
new file mode 100644
index 0000000000..2899d618aa
--- /dev/null
+++ b/stable/truecommand/8.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T22:01:42.125914403Z"
diff --git a/stable/truecommand/8.0.8/Chart.yaml b/stable/truecommand/8.0.9/Chart.yaml
similarity index 95%
rename from stable/truecommand/8.0.8/Chart.yaml
rename to stable/truecommand/8.0.9/Chart.yaml
index c1562ea71e..c9cdc75343 100644
--- a/stable/truecommand/8.0.8/Chart.yaml
+++ b/stable/truecommand/8.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.0.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Aggregated management of TrueNAS devices
home: https://github.com/truecharts/apps/tree/master/charts/stable/truecommand
@@ -22,4 +22,4 @@ name: truecommand
sources:
- https://hub.docker.com/r/ixsystems/truecommand
type: application
-version: 8.0.8
+version: 8.0.9
diff --git a/stable/truecommand/8.0.8/README.md b/stable/truecommand/8.0.9/README.md
similarity index 96%
rename from stable/truecommand/8.0.8/README.md
rename to stable/truecommand/8.0.9/README.md
index 8455bfaf91..38bb081d11 100644
--- a/stable/truecommand/8.0.8/README.md
+++ b/stable/truecommand/8.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/truecommand/8.0.8/app-readme.md b/stable/truecommand/8.0.9/app-readme.md
similarity index 100%
rename from stable/truecommand/8.0.8/app-readme.md
rename to stable/truecommand/8.0.9/app-readme.md
diff --git a/stable/truecommand/8.0.9/charts/common-8.3.12.tgz b/stable/truecommand/8.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/truecommand/8.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/truecommand/8.0.8/helm-values.md b/stable/truecommand/8.0.9/helm-values.md
similarity index 100%
rename from stable/truecommand/8.0.8/helm-values.md
rename to stable/truecommand/8.0.9/helm-values.md
diff --git a/stable/truecommand/8.0.8/questions.yaml b/stable/truecommand/8.0.9/questions.yaml
similarity index 100%
rename from stable/truecommand/8.0.8/questions.yaml
rename to stable/truecommand/8.0.9/questions.yaml
diff --git a/stable/truecommand/8.0.8/templates/common.yaml b/stable/truecommand/8.0.9/templates/common.yaml
similarity index 100%
rename from stable/truecommand/8.0.8/templates/common.yaml
rename to stable/truecommand/8.0.9/templates/common.yaml
diff --git a/stable/truecommand/8.0.8/test_values.yaml b/stable/truecommand/8.0.9/values.yaml
similarity index 100%
rename from stable/truecommand/8.0.8/test_values.yaml
rename to stable/truecommand/8.0.9/values.yaml
diff --git a/stable/tvheadend/9.0.8/CHANGELOG.md b/stable/tvheadend/9.0.8/CHANGELOG.md
deleted file mode 100644
index a370a91416..0000000000
--- a/stable/tvheadend/9.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [tvheadend-9.0.8](https://github.com/truecharts/apps/compare/tvheadend-9.0.7...tvheadend-9.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/tvheadend/9.0.8/Chart.lock b/stable/tvheadend/9.0.8/Chart.lock
deleted file mode 100644
index 3e74534d8d..0000000000
--- a/stable/tvheadend/9.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:55:44.525754774Z"
diff --git a/stable/tvheadend/9.0.8/charts/common-8.3.10.tgz b/stable/tvheadend/9.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/tvheadend/9.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/tvheadend/9.0.8/ix_values.yaml b/stable/tvheadend/9.0.8/ix_values.yaml
deleted file mode 100644
index 1f1a8ac754..0000000000
--- a/stable/tvheadend/9.0.8/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/linuxserver/tvheadend
- pullPolicy: IfNotPresent
- tag: version-63784405@sha256:ae47a3f6a7d2d7efefb68087da7cbed786f801cb87c7c93b1e6b989c0021aefa
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/tvheadend/9.0.8/values.yaml b/stable/tvheadend/9.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/tvheadend/9.0.9/CHANGELOG.md b/stable/tvheadend/9.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..d8e2fec5a6
--- /dev/null
+++ b/stable/tvheadend/9.0.9/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [tvheadend-9.0.9](https://github.com/truecharts/apps/compare/tvheadend-9.0.8...tvheadend-9.0.9) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/tvheadend/9.0.8/CONFIG.md b/stable/tvheadend/9.0.9/CONFIG.md
similarity index 100%
rename from stable/tvheadend/9.0.8/CONFIG.md
rename to stable/tvheadend/9.0.9/CONFIG.md
diff --git a/stable/tvheadend/9.0.9/Chart.lock b/stable/tvheadend/9.0.9/Chart.lock
new file mode 100644
index 0000000000..5a99b7edb4
--- /dev/null
+++ b/stable/tvheadend/9.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T22:02:02.782468649Z"
diff --git a/stable/tvheadend/9.0.8/Chart.yaml b/stable/tvheadend/9.0.9/Chart.yaml
similarity index 94%
rename from stable/tvheadend/9.0.8/Chart.yaml
rename to stable/tvheadend/9.0.9/Chart.yaml
index e64eca3c21..109a8577d4 100644
--- a/stable/tvheadend/9.0.8/Chart.yaml
+++ b/stable/tvheadend/9.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "63784405"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: TVheadend - a TV streaming server and digital video recorder
home: https://github.com/truecharts/apps/tree/master/charts/stable/tvheadend
@@ -22,4 +22,4 @@ name: tvheadend
sources:
- https://github.com/tvheadend/tvheadend
type: application
-version: 9.0.8
+version: 9.0.9
diff --git a/stable/tvheadend/9.0.8/README.md b/stable/tvheadend/9.0.9/README.md
similarity index 96%
rename from stable/tvheadend/9.0.8/README.md
rename to stable/tvheadend/9.0.9/README.md
index 1e92b82026..7564299c4f 100644
--- a/stable/tvheadend/9.0.8/README.md
+++ b/stable/tvheadend/9.0.9/README.md
@@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/tvheadend/9.0.8/app-readme.md b/stable/tvheadend/9.0.9/app-readme.md
similarity index 100%
rename from stable/tvheadend/9.0.8/app-readme.md
rename to stable/tvheadend/9.0.9/app-readme.md
diff --git a/stable/tvheadend/9.0.9/charts/common-8.3.12.tgz b/stable/tvheadend/9.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/tvheadend/9.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/tvheadend/9.0.8/helm-values.md b/stable/tvheadend/9.0.9/helm-values.md
similarity index 100%
rename from stable/tvheadend/9.0.8/helm-values.md
rename to stable/tvheadend/9.0.9/helm-values.md
diff --git a/stable/tvheadend/9.0.8/questions.yaml b/stable/tvheadend/9.0.9/questions.yaml
similarity index 100%
rename from stable/tvheadend/9.0.8/questions.yaml
rename to stable/tvheadend/9.0.9/questions.yaml
diff --git a/stable/tvheadend/9.0.8/templates/common.yaml b/stable/tvheadend/9.0.9/templates/common.yaml
similarity index 100%
rename from stable/tvheadend/9.0.8/templates/common.yaml
rename to stable/tvheadend/9.0.9/templates/common.yaml
diff --git a/stable/tvheadend/9.0.8/test_values.yaml b/stable/tvheadend/9.0.9/values.yaml
similarity index 100%
rename from stable/tvheadend/9.0.8/test_values.yaml
rename to stable/tvheadend/9.0.9/values.yaml
diff --git a/stable/unifi/8.0.10/CHANGELOG.md b/stable/unifi/8.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..2049ade821
--- /dev/null
+++ b/stable/unifi/8.0.10/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [unifi-8.0.10](https://github.com/truecharts/apps/compare/unifi-8.0.9...unifi-8.0.10) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/unifi/8.0.9/CONFIG.md b/stable/unifi/8.0.10/CONFIG.md
similarity index 100%
rename from stable/unifi/8.0.9/CONFIG.md
rename to stable/unifi/8.0.10/CONFIG.md
diff --git a/stable/unifi/8.0.10/Chart.lock b/stable/unifi/8.0.10/Chart.lock
new file mode 100644
index 0000000000..761d3adb4b
--- /dev/null
+++ b/stable/unifi/8.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T22:02:23.388082073Z"
diff --git a/stable/unifi/8.0.9/Chart.yaml b/stable/unifi/8.0.10/Chart.yaml
similarity index 94%
rename from stable/unifi/8.0.9/Chart.yaml
rename to stable/unifi/8.0.10/Chart.yaml
index 14b54181c5..d5269a7ee3 100644
--- a/stable/unifi/8.0.9/Chart.yaml
+++ b/stable/unifi/8.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "6.4.54"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Ubiquiti Network's Unifi Controller
home: https://github.com/truecharts/apps/tree/master/charts/stable/unifi
@@ -21,4 +21,4 @@ sources:
- https://github.com/jacobalberty/unifi-docker
- https://unifi-network.ui.com
type: application
-version: 8.0.9
+version: 8.0.10
diff --git a/stable/unifi/8.0.9/README.md b/stable/unifi/8.0.10/README.md
similarity index 96%
rename from stable/unifi/8.0.9/README.md
rename to stable/unifi/8.0.10/README.md
index 474bc72b27..4a708acf24 100644
--- a/stable/unifi/8.0.9/README.md
+++ b/stable/unifi/8.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/unifi/8.0.9/app-readme.md b/stable/unifi/8.0.10/app-readme.md
similarity index 100%
rename from stable/unifi/8.0.9/app-readme.md
rename to stable/unifi/8.0.10/app-readme.md
diff --git a/stable/unifi/8.0.10/charts/common-8.3.12.tgz b/stable/unifi/8.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/unifi/8.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/unifi/8.0.9/helm-values.md b/stable/unifi/8.0.10/helm-values.md
similarity index 100%
rename from stable/unifi/8.0.9/helm-values.md
rename to stable/unifi/8.0.10/helm-values.md
diff --git a/stable/unifi/8.0.9/questions.yaml b/stable/unifi/8.0.10/questions.yaml
similarity index 100%
rename from stable/unifi/8.0.9/questions.yaml
rename to stable/unifi/8.0.10/questions.yaml
diff --git a/stable/unifi/8.0.9/templates/common.yaml b/stable/unifi/8.0.10/templates/common.yaml
similarity index 100%
rename from stable/unifi/8.0.9/templates/common.yaml
rename to stable/unifi/8.0.10/templates/common.yaml
diff --git a/stable/unifi/8.0.9/test_values.yaml b/stable/unifi/8.0.10/values.yaml
similarity index 100%
rename from stable/unifi/8.0.9/test_values.yaml
rename to stable/unifi/8.0.10/values.yaml
diff --git a/stable/unifi/8.0.9/CHANGELOG.md b/stable/unifi/8.0.9/CHANGELOG.md
deleted file mode 100644
index 338216aaec..0000000000
--- a/stable/unifi/8.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [unifi-8.0.9](https://github.com/truecharts/apps/compare/unifi-8.0.8...unifi-8.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/unifi/8.0.9/Chart.lock b/stable/unifi/8.0.9/Chart.lock
deleted file mode 100644
index 6dd9df801a..0000000000
--- a/stable/unifi/8.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:55:59.355512531Z"
diff --git a/stable/unifi/8.0.9/charts/common-8.3.10.tgz b/stable/unifi/8.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/unifi/8.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/unifi/8.0.9/ix_values.yaml b/stable/unifi/8.0.9/ix_values.yaml
deleted file mode 100644
index 7673982617..0000000000
--- a/stable/unifi/8.0.9/ix_values.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/unifi
- tag: v6.4.54@sha256:2504771015b659dac1cf690317193f6e7fb94cf24efd89a3599d99b7bab9705e
- pullPolicy: IfNotPresent
-
-envTpl:
- # Permissions Settings
- UNIFI_GID: "{{ .Values.env.PUID }}"
- UNIFI_UID: "{{ .Values.podSecurityContext.fsGroup }}"
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/unifi/8.0.9/values.yaml b/stable/unifi/8.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/unpackerr/3.0.8/CHANGELOG.md b/stable/unpackerr/3.0.8/CHANGELOG.md
deleted file mode 100644
index 05db089939..0000000000
--- a/stable/unpackerr/3.0.8/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [unpackerr-3.0.8](https://github.com/truecharts/apps/compare/unpackerr-3.0.7...unpackerr-3.0.8) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/unpackerr/3.0.8/Chart.lock b/stable/unpackerr/3.0.8/Chart.lock
deleted file mode 100644
index 02f1b42b1d..0000000000
--- a/stable/unpackerr/3.0.8/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:56:14.098655951Z"
diff --git a/stable/unpackerr/3.0.8/charts/common-8.3.10.tgz b/stable/unpackerr/3.0.8/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/unpackerr/3.0.8/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/unpackerr/3.0.8/ix_values.yaml b/stable/unpackerr/3.0.8/ix_values.yaml
deleted file mode 100644
index bc63d3edbb..0000000000
--- a/stable/unpackerr/3.0.8/ix_values.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/unpackerr
- pullPolicy: IfNotPresent
- tag: v0.9.8@sha256:2bf65067fea86c36438b741bfea1cec69faeea02dd4811c0d58e12243a263b24
-
-service:
- main:
- enabled: false
- ports:
- main:
- enabled: false
-
-probes:
- liveness:
- enabled: false
- readiness:
- enabled: false
- startup:
- enabled: false
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/unpackerr/3.0.8/values.yaml b/stable/unpackerr/3.0.8/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/unpackerr/3.0.9/CHANGELOG.md b/stable/unpackerr/3.0.9/CHANGELOG.md
new file mode 100644
index 0000000000..f097080ea0
--- /dev/null
+++ b/stable/unpackerr/3.0.9/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [unpackerr-3.0.9](https://github.com/truecharts/apps/compare/unpackerr-3.0.8...unpackerr-3.0.9) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/unpackerr/3.0.8/CONFIG.md b/stable/unpackerr/3.0.9/CONFIG.md
similarity index 100%
rename from stable/unpackerr/3.0.8/CONFIG.md
rename to stable/unpackerr/3.0.9/CONFIG.md
diff --git a/stable/unpackerr/3.0.9/Chart.lock b/stable/unpackerr/3.0.9/Chart.lock
new file mode 100644
index 0000000000..3997793862
--- /dev/null
+++ b/stable/unpackerr/3.0.9/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T22:02:44.269483417Z"
diff --git a/stable/unpackerr/3.0.8/Chart.yaml b/stable/unpackerr/3.0.9/Chart.yaml
similarity index 95%
rename from stable/unpackerr/3.0.8/Chart.yaml
rename to stable/unpackerr/3.0.9/Chart.yaml
index 6bdff38dca..e6a2b15a1b 100644
--- a/stable/unpackerr/3.0.8/Chart.yaml
+++ b/stable/unpackerr/3.0.9/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "0.9.8"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: This application runs as a daemon on your download host. It checks for
completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may
@@ -26,4 +26,4 @@ sources:
- https://github.com/davidnewhall/unpackerr
- https://hub.docker.com/r/golift/unpackerr
type: application
-version: 3.0.8
+version: 3.0.9
diff --git a/stable/unpackerr/3.0.8/README.md b/stable/unpackerr/3.0.9/README.md
similarity index 96%
rename from stable/unpackerr/3.0.8/README.md
rename to stable/unpackerr/3.0.9/README.md
index 10e75a5e42..b010b2a8e9 100644
--- a/stable/unpackerr/3.0.8/README.md
+++ b/stable/unpackerr/3.0.9/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/unpackerr/3.0.8/app-readme.md b/stable/unpackerr/3.0.9/app-readme.md
similarity index 100%
rename from stable/unpackerr/3.0.8/app-readme.md
rename to stable/unpackerr/3.0.9/app-readme.md
diff --git a/stable/unpackerr/3.0.9/charts/common-8.3.12.tgz b/stable/unpackerr/3.0.9/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/unpackerr/3.0.9/charts/common-8.3.12.tgz differ
diff --git a/stable/unpackerr/3.0.8/helm-values.md b/stable/unpackerr/3.0.9/helm-values.md
similarity index 100%
rename from stable/unpackerr/3.0.8/helm-values.md
rename to stable/unpackerr/3.0.9/helm-values.md
diff --git a/stable/unpackerr/3.0.8/questions.yaml b/stable/unpackerr/3.0.9/questions.yaml
similarity index 99%
rename from stable/unpackerr/3.0.8/questions.yaml
rename to stable/unpackerr/3.0.9/questions.yaml
index 4e4a26aa04..0848b79e65 100644
--- a/stable/unpackerr/3.0.8/questions.yaml
+++ b/stable/unpackerr/3.0.9/questions.yaml
@@ -413,6 +413,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/unpackerr/3.0.8/templates/common.yaml b/stable/unpackerr/3.0.9/templates/common.yaml
similarity index 100%
rename from stable/unpackerr/3.0.8/templates/common.yaml
rename to stable/unpackerr/3.0.9/templates/common.yaml
diff --git a/stable/unpackerr/3.0.8/test_values.yaml b/stable/unpackerr/3.0.9/values.yaml
similarity index 100%
rename from stable/unpackerr/3.0.8/test_values.yaml
rename to stable/unpackerr/3.0.9/values.yaml
diff --git a/stable/vaultwarden/9.0.17/CHANGELOG.md b/stable/vaultwarden/9.0.17/CHANGELOG.md
deleted file mode 100644
index 042f25419a..0000000000
--- a/stable/vaultwarden/9.0.17/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [vaultwarden-9.0.17](https://github.com/truecharts/apps/compare/vaultwarden-9.0.16...vaultwarden-9.0.17) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/vaultwarden/9.0.17/Chart.lock b/stable/vaultwarden/9.0.17/Chart.lock
deleted file mode 100644
index a3a7bedb4d..0000000000
--- a/stable/vaultwarden/9.0.17/Chart.lock
+++ /dev/null
@@ -1,9 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-- name: postgresql
- repository: https://truecharts.org/
- version: 3.0.16
-digest: sha256:5e1597affe67b70ac638fd3085d11b6de39a5bed59b3710bde5193bb2376e286
-generated: "2021-10-17T18:56:30.307857337Z"
diff --git a/stable/vaultwarden/9.0.17/charts/common-8.3.10.tgz b/stable/vaultwarden/9.0.17/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/vaultwarden/9.0.17/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/vaultwarden/9.0.17/charts/postgresql-3.0.16.tgz b/stable/vaultwarden/9.0.17/charts/postgresql-3.0.16.tgz
deleted file mode 100644
index a6bcd7d61c..0000000000
Binary files a/stable/vaultwarden/9.0.17/charts/postgresql-3.0.16.tgz and /dev/null differ
diff --git a/stable/vaultwarden/9.0.17/ix_values.yaml b/stable/vaultwarden/9.0.17/ix_values.yaml
deleted file mode 100644
index 72e0ea5c9f..0000000000
--- a/stable/vaultwarden/9.0.17/ix_values.yaml
+++ /dev/null
@@ -1,56 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/vaultwarden
- pullPolicy: IfNotPresent
- tag: v1.22.2@sha256:8693c057298731f507128a395395172d60093be9b299f6bf9e5c35512a74d457
-
-
-envTpl:
- DOMAIN: "https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}"
-
-envFrom:
- - configMapRef:
- name: vaultwardenconfig
- - secretRef:
- name: vaultwardensecret
-
-
-envValueFrom:
- DATABASE_URL:
- secretKeyRef:
- name: dbcreds
- key: url
-
-database:
- # Database type, must be one of: 'sqlite', 'mysql' or 'postgresql'.
- type: postgresql
- # Enable DB Write-Ahead-Log for SQLite, disabled for other databases. https://github.com/dani-garcia/bitwarden_rs/wiki/Running-without-WAL-enabled
- wal: false
- ## URL for external databases (mysql://user:pass@host:port or postgresql://user:pass@host:port).
- # url: ""
- ## Set the size of the database connection pool.
- # maxConnections: 10
- ## Connection retries during startup, 0 for infinite. 1 second between retries.
- retries: 30
-
-# Enabled postgres
-postgresql:
- enabled: true
- existingSecret: "dbcreds"
- postgresqlUsername: vaultwarden
- postgresqlDatabase: vaultwarden
- persistence:
- db:
- storageClass: "SCALE-ZFS"
- dbbackups:
- storageClass: "SCALE-ZFS"
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/vaultwarden/9.0.17/values.yaml b/stable/vaultwarden/9.0.17/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/vaultwarden/9.0.18/CHANGELOG.md b/stable/vaultwarden/9.0.18/CHANGELOG.md
new file mode 100644
index 0000000000..f55709793a
--- /dev/null
+++ b/stable/vaultwarden/9.0.18/CHANGELOG.md
@@ -0,0 +1,8 @@
+
+
+### [vaultwarden-9.0.18](https://github.com/truecharts/apps/compare/vaultwarden-9.0.17...vaultwarden-9.0.18) (2021-10-18)
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/vaultwarden/9.0.17/CONFIG.md b/stable/vaultwarden/9.0.18/CONFIG.md
similarity index 100%
rename from stable/vaultwarden/9.0.17/CONFIG.md
rename to stable/vaultwarden/9.0.18/CONFIG.md
diff --git a/stable/vaultwarden/9.0.18/Chart.lock b/stable/vaultwarden/9.0.18/Chart.lock
new file mode 100644
index 0000000000..127831483f
--- /dev/null
+++ b/stable/vaultwarden/9.0.18/Chart.lock
@@ -0,0 +1,9 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+- name: postgresql
+ repository: https://truecharts.org/
+ version: 3.0.18
+digest: sha256:90aae0d6ceeb18859f0171669cc9bea839ea9156f9df0ec0652627ab6711b4ff
+generated: "2021-10-18T22:03:06.582505223Z"
diff --git a/stable/vaultwarden/9.0.17/Chart.yaml b/stable/vaultwarden/9.0.18/Chart.yaml
similarity index 93%
rename from stable/vaultwarden/9.0.17/Chart.yaml
rename to stable/vaultwarden/9.0.18/Chart.yaml
index 0be862fb4e..4cbef619d7 100644
--- a/stable/vaultwarden/9.0.17/Chart.yaml
+++ b/stable/vaultwarden/9.0.18/Chart.yaml
@@ -3,11 +3,11 @@ appVersion: "1.22.2"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
- condition: postgresql.enabled
name: postgresql
repository: https://truecharts.org/
- version: 3.0.16
+ version: 3.0.18
deprecated: false
description: Unofficial Bitwarden compatible server written in Rust
home: https://github.com/truecharts/apps/tree/master/charts/stable/vaultwarden
@@ -28,4 +28,4 @@ name: vaultwarden
sources:
- https://github.com/dani-garcia/vaultwarden
type: application
-version: 9.0.17
+version: 9.0.18
diff --git a/stable/vaultwarden/9.0.17/README.md b/stable/vaultwarden/9.0.18/README.md
similarity index 92%
rename from stable/vaultwarden/9.0.17/README.md
rename to stable/vaultwarden/9.0.18/README.md
index 3be4b1b92b..4aa826a223 100644
--- a/stable/vaultwarden/9.0.17/README.md
+++ b/stable/vaultwarden/9.0.18/README.md
@@ -17,8 +17,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org/ | postgresql | 3.0.16 |
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org/ | postgresql | 3.0.18 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/vaultwarden/9.0.17/app-readme.md b/stable/vaultwarden/9.0.18/app-readme.md
similarity index 100%
rename from stable/vaultwarden/9.0.17/app-readme.md
rename to stable/vaultwarden/9.0.18/app-readme.md
diff --git a/stable/vaultwarden/9.0.18/charts/common-8.3.12.tgz b/stable/vaultwarden/9.0.18/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/vaultwarden/9.0.18/charts/common-8.3.12.tgz differ
diff --git a/stable/vaultwarden/9.0.18/charts/postgresql-3.0.18.tgz b/stable/vaultwarden/9.0.18/charts/postgresql-3.0.18.tgz
new file mode 100644
index 0000000000..7f4a2a7284
Binary files /dev/null and b/stable/vaultwarden/9.0.18/charts/postgresql-3.0.18.tgz differ
diff --git a/stable/vaultwarden/9.0.17/helm-values.md b/stable/vaultwarden/9.0.18/helm-values.md
similarity index 100%
rename from stable/vaultwarden/9.0.17/helm-values.md
rename to stable/vaultwarden/9.0.18/helm-values.md
diff --git a/stable/vaultwarden/9.0.17/questions.yaml b/stable/vaultwarden/9.0.18/questions.yaml
similarity index 100%
rename from stable/vaultwarden/9.0.17/questions.yaml
rename to stable/vaultwarden/9.0.18/questions.yaml
diff --git a/stable/vaultwarden/9.0.17/templates/_configmap.tpl b/stable/vaultwarden/9.0.18/templates/_configmap.tpl
similarity index 100%
rename from stable/vaultwarden/9.0.17/templates/_configmap.tpl
rename to stable/vaultwarden/9.0.18/templates/_configmap.tpl
diff --git a/stable/vaultwarden/9.0.17/templates/_secrets.tpl b/stable/vaultwarden/9.0.18/templates/_secrets.tpl
similarity index 100%
rename from stable/vaultwarden/9.0.17/templates/_secrets.tpl
rename to stable/vaultwarden/9.0.18/templates/_secrets.tpl
diff --git a/stable/vaultwarden/9.0.17/templates/_validate.tpl b/stable/vaultwarden/9.0.18/templates/_validate.tpl
similarity index 100%
rename from stable/vaultwarden/9.0.17/templates/_validate.tpl
rename to stable/vaultwarden/9.0.18/templates/_validate.tpl
diff --git a/stable/vaultwarden/9.0.17/templates/common.yaml b/stable/vaultwarden/9.0.18/templates/common.yaml
similarity index 100%
rename from stable/vaultwarden/9.0.17/templates/common.yaml
rename to stable/vaultwarden/9.0.18/templates/common.yaml
diff --git a/stable/vaultwarden/9.0.17/test_values.yaml b/stable/vaultwarden/9.0.18/values.yaml
similarity index 100%
rename from stable/vaultwarden/9.0.17/test_values.yaml
rename to stable/vaultwarden/9.0.18/values.yaml
diff --git a/stable/xteve/3.0.10/CHANGELOG.md b/stable/xteve/3.0.10/CHANGELOG.md
new file mode 100644
index 0000000000..1ab27d5b2c
--- /dev/null
+++ b/stable/xteve/3.0.10/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [xteve-3.0.10](https://github.com/truecharts/apps/compare/xteve-3.0.9...xteve-3.0.10) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/xteve/3.0.9/CONFIG.md b/stable/xteve/3.0.10/CONFIG.md
similarity index 100%
rename from stable/xteve/3.0.9/CONFIG.md
rename to stable/xteve/3.0.10/CONFIG.md
diff --git a/stable/xteve/3.0.10/Chart.lock b/stable/xteve/3.0.10/Chart.lock
new file mode 100644
index 0000000000..50a3f59794
--- /dev/null
+++ b/stable/xteve/3.0.10/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T22:03:33.81640687Z"
diff --git a/stable/xteve/3.0.9/Chart.yaml b/stable/xteve/3.0.10/Chart.yaml
similarity index 94%
rename from stable/xteve/3.0.9/Chart.yaml
rename to stable/xteve/3.0.10/Chart.yaml
index b9daadc08e..fb72d66318 100644
--- a/stable/xteve/3.0.9/Chart.yaml
+++ b/stable/xteve/3.0.10/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "2.2.0.200"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
description: M3U Proxy for Plex DVR and Emby Live TV.
home: https://github.com/truechartsapps/tree/master/charts/stable/xteve
icon: https://raw.githubusercontent.com/xteve-project/xTeVe/master/html/img/logo_b_880x200.jpg
@@ -21,4 +21,4 @@ name: xteve
sources:
- https://github.com/xteve-project/xTeVe
- https://github.com/k8s-at-home/container-images
-version: 3.0.9
+version: 3.0.10
diff --git a/stable/xteve/3.0.9/README.md b/stable/xteve/3.0.10/README.md
similarity index 96%
rename from stable/xteve/3.0.9/README.md
rename to stable/xteve/3.0.10/README.md
index 61ac3f192f..d5c6a8dced 100644
--- a/stable/xteve/3.0.9/README.md
+++ b/stable/xteve/3.0.10/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/xteve/3.0.9/app-readme.md b/stable/xteve/3.0.10/app-readme.md
similarity index 100%
rename from stable/xteve/3.0.9/app-readme.md
rename to stable/xteve/3.0.10/app-readme.md
diff --git a/stable/xteve/3.0.10/charts/common-8.3.12.tgz b/stable/xteve/3.0.10/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/xteve/3.0.10/charts/common-8.3.12.tgz differ
diff --git a/stable/xteve/3.0.9/helm-values.md b/stable/xteve/3.0.10/helm-values.md
similarity index 100%
rename from stable/xteve/3.0.9/helm-values.md
rename to stable/xteve/3.0.10/helm-values.md
diff --git a/stable/xteve/3.0.9/questions.yaml b/stable/xteve/3.0.10/questions.yaml
similarity index 99%
rename from stable/xteve/3.0.9/questions.yaml
rename to stable/xteve/3.0.10/questions.yaml
index bfcc521a74..004ab26dea 100644
--- a/stable/xteve/3.0.9/questions.yaml
+++ b/stable/xteve/3.0.10/questions.yaml
@@ -539,6 +539,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/xteve/3.0.9/templates/common.yaml b/stable/xteve/3.0.10/templates/common.yaml
similarity index 100%
rename from stable/xteve/3.0.9/templates/common.yaml
rename to stable/xteve/3.0.10/templates/common.yaml
diff --git a/stable/xteve/3.0.9/test_values.yaml b/stable/xteve/3.0.10/values.yaml
similarity index 100%
rename from stable/xteve/3.0.9/test_values.yaml
rename to stable/xteve/3.0.10/values.yaml
diff --git a/stable/xteve/3.0.9/CHANGELOG.md b/stable/xteve/3.0.9/CHANGELOG.md
deleted file mode 100644
index bc347f80be..0000000000
--- a/stable/xteve/3.0.9/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [xteve-3.0.9](https://github.com/truecharts/apps/compare/xteve-3.0.8...xteve-3.0.9) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/xteve/3.0.9/Chart.lock b/stable/xteve/3.0.9/Chart.lock
deleted file mode 100644
index b287a707d2..0000000000
--- a/stable/xteve/3.0.9/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:56:48.826287684Z"
diff --git a/stable/xteve/3.0.9/charts/common-8.3.10.tgz b/stable/xteve/3.0.9/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/xteve/3.0.9/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/xteve/3.0.9/ix_values.yaml b/stable/xteve/3.0.9/ix_values.yaml
deleted file mode 100644
index 684c24e080..0000000000
--- a/stable/xteve/3.0.9/ix_values.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/k8s-at-home/xteve
- pullPolicy: IfNotPresent
- tag: v2.2.0.200@sha256:e1afd6ea29e9b680191d8024f41eb495bc8fc7c2870fa36fbfa4f684c9a708dc
-
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/xteve/3.0.9/values.yaml b/stable/xteve/3.0.9/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/zwavejs2mqtt/8.0.11/CHANGELOG.md b/stable/zwavejs2mqtt/8.0.11/CHANGELOG.md
deleted file mode 100644
index dfea83e5d1..0000000000
--- a/stable/zwavejs2mqtt/8.0.11/CHANGELOG.md
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-### [zwavejs2mqtt-8.0.11](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.10...zwavejs2mqtt-8.0.11) (2021-10-17)
-
-#### Chore
-
-* update helm chart common to v8.3.10 ([#1160](https://github.com/truecharts/apps/issues/1160))
-
-#### Fix
-
-* force users using correct / prefix for mounPath ([#1156](https://github.com/truecharts/apps/issues/1156))
-
diff --git a/stable/zwavejs2mqtt/8.0.11/Chart.lock b/stable/zwavejs2mqtt/8.0.11/Chart.lock
deleted file mode 100644
index e368a8dbcf..0000000000
--- a/stable/zwavejs2mqtt/8.0.11/Chart.lock
+++ /dev/null
@@ -1,6 +0,0 @@
-dependencies:
-- name: common
- repository: https://truecharts.org
- version: 8.3.10
-digest: sha256:c6745fe95717c5f73d68c597201d09a7920ce215ae6191bc1d9c9610bd8dd05a
-generated: "2021-10-17T18:57:03.865413405Z"
diff --git a/stable/zwavejs2mqtt/8.0.11/charts/common-8.3.10.tgz b/stable/zwavejs2mqtt/8.0.11/charts/common-8.3.10.tgz
deleted file mode 100644
index 49ae41eb36..0000000000
Binary files a/stable/zwavejs2mqtt/8.0.11/charts/common-8.3.10.tgz and /dev/null differ
diff --git a/stable/zwavejs2mqtt/8.0.11/ix_values.yaml b/stable/zwavejs2mqtt/8.0.11/ix_values.yaml
deleted file mode 100644
index 8147d9acfd..0000000000
--- a/stable/zwavejs2mqtt/8.0.11/ix_values.yaml
+++ /dev/null
@@ -1,58 +0,0 @@
-##
-# This file contains Values.yaml content that gets added to the output of questions.yaml
-# It's ONLY meant for content that the user is NOT expected to change.
-# Example: Everything under "image" is not included in questions.yaml but is included here.
-##
-
-image:
- repository: ghcr.io/truecharts/zwavejs2mqtt
- pullPolicy: IfNotPresent
- tag: v5.8.0@sha256:4701b08731f069a296e44d25aae6c203d9fca5b8faa34c3eefbbe4833987e53b
-
-probes:
- liveness:
- enabled: true
- # custom: true
- # spec:
- # failureThreshold: 5
- # httpGet:
- # path: /health
- # port: http
- # httpHeaders:
- # - name: Accept
- # value: text/plain
- # initialDelaySeconds: 30
- # periodSeconds: 10
- # timeoutSeconds: 10
- readiness:
- enabled: true
- # custom: true
- # spec:
- # failureThreshold: 5
- # httpGet:
- # path: /health
- # port: http
- # httpHeaders:
- # - name: Accept
- # value: text/plain
- # initialDelaySeconds: 30
- # periodSeconds: 10
- # timeoutSeconds: 10
- startup:
- enabled: false
- # custom: true
- # spec:
- # failureThreshold: 5
- # httpGet:
- # path: /health
- # port: http
- # httpHeaders:
- # - name: Accept
- # value: text/plain
- # initialDelaySeconds: 30
- # periodSeconds: 10
- # timeoutSeconds: 10
-##
-# Most other defaults are set in questions.yaml
-# For other options please refer to the wiki, default_values.yaml or the common library chart
-##
diff --git a/stable/zwavejs2mqtt/8.0.11/values.yaml b/stable/zwavejs2mqtt/8.0.11/values.yaml
deleted file mode 100644
index e69de29bb2..0000000000
diff --git a/stable/zwavejs2mqtt/8.0.12/CHANGELOG.md b/stable/zwavejs2mqtt/8.0.12/CHANGELOG.md
new file mode 100644
index 0000000000..b2e9ed9634
--- /dev/null
+++ b/stable/zwavejs2mqtt/8.0.12/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+
+### [zwavejs2mqtt-8.0.12](https://github.com/truecharts/apps/compare/zwavejs2mqtt-8.0.11...zwavejs2mqtt-8.0.12) (2021-10-18)
+
+#### Chore
+
+* Add description on persistence ([#1172](https://github.com/truecharts/apps/issues/1172))
+
+#### Refactor
+
+* Project Eclipse - part 1 - remove ix_values.yaml ([#1168](https://github.com/truecharts/apps/issues/1168))
+
diff --git a/stable/zwavejs2mqtt/8.0.11/CONFIG.md b/stable/zwavejs2mqtt/8.0.12/CONFIG.md
similarity index 100%
rename from stable/zwavejs2mqtt/8.0.11/CONFIG.md
rename to stable/zwavejs2mqtt/8.0.12/CONFIG.md
diff --git a/stable/zwavejs2mqtt/8.0.12/Chart.lock b/stable/zwavejs2mqtt/8.0.12/Chart.lock
new file mode 100644
index 0000000000..9b5a45eea3
--- /dev/null
+++ b/stable/zwavejs2mqtt/8.0.12/Chart.lock
@@ -0,0 +1,6 @@
+dependencies:
+- name: common
+ repository: https://truecharts.org
+ version: 8.3.12
+digest: sha256:f1f4ff61ab1c42250660c00f8adbf2d468af0f7d4f7b8e14653f87d686598e7c
+generated: "2021-10-18T22:03:54.586888031Z"
diff --git a/stable/zwavejs2mqtt/8.0.11/Chart.yaml b/stable/zwavejs2mqtt/8.0.12/Chart.yaml
similarity index 95%
rename from stable/zwavejs2mqtt/8.0.11/Chart.yaml
rename to stable/zwavejs2mqtt/8.0.12/Chart.yaml
index 02a14fc73d..a9a55aafce 100644
--- a/stable/zwavejs2mqtt/8.0.11/Chart.yaml
+++ b/stable/zwavejs2mqtt/8.0.12/Chart.yaml
@@ -3,7 +3,7 @@ appVersion: "5.8.0"
dependencies:
- name: common
repository: https://truecharts.org
- version: 8.3.10
+ version: 8.3.12
deprecated: false
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS
and Vue
@@ -27,4 +27,4 @@ sources:
- https://github.com/zwave-js/zwavejs2mqtt
- https://hub.docker.com/r/zwavejs/zwavejs2mqtt
type: application
-version: 8.0.11
+version: 8.0.12
diff --git a/stable/zwavejs2mqtt/8.0.11/README.md b/stable/zwavejs2mqtt/8.0.12/README.md
similarity index 96%
rename from stable/zwavejs2mqtt/8.0.11/README.md
rename to stable/zwavejs2mqtt/8.0.12/README.md
index 01169e8da2..77c0f191dc 100644
--- a/stable/zwavejs2mqtt/8.0.11/README.md
+++ b/stable/zwavejs2mqtt/8.0.12/README.md
@@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
-| https://truecharts.org | common | 8.3.10 |
+| https://truecharts.org | common | 8.3.12 |
## Installing the Chart
diff --git a/stable/zwavejs2mqtt/8.0.11/app-readme.md b/stable/zwavejs2mqtt/8.0.12/app-readme.md
similarity index 100%
rename from stable/zwavejs2mqtt/8.0.11/app-readme.md
rename to stable/zwavejs2mqtt/8.0.12/app-readme.md
diff --git a/stable/zwavejs2mqtt/8.0.12/charts/common-8.3.12.tgz b/stable/zwavejs2mqtt/8.0.12/charts/common-8.3.12.tgz
new file mode 100644
index 0000000000..688075abdb
Binary files /dev/null and b/stable/zwavejs2mqtt/8.0.12/charts/common-8.3.12.tgz differ
diff --git a/stable/zwavejs2mqtt/8.0.11/helm-values.md b/stable/zwavejs2mqtt/8.0.12/helm-values.md
similarity index 100%
rename from stable/zwavejs2mqtt/8.0.11/helm-values.md
rename to stable/zwavejs2mqtt/8.0.12/helm-values.md
diff --git a/stable/zwavejs2mqtt/8.0.11/questions.yaml b/stable/zwavejs2mqtt/8.0.12/questions.yaml
similarity index 99%
rename from stable/zwavejs2mqtt/8.0.11/questions.yaml
rename to stable/zwavejs2mqtt/8.0.12/questions.yaml
index a8c5296533..952b7003b0 100644
--- a/stable/zwavejs2mqtt/8.0.11/questions.yaml
+++ b/stable/zwavejs2mqtt/8.0.12/questions.yaml
@@ -635,6 +635,7 @@ questions:
- variable: persistence
label: "Integrated Persistent Storage"
+ description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
diff --git a/stable/zwavejs2mqtt/8.0.11/templates/common.yaml b/stable/zwavejs2mqtt/8.0.12/templates/common.yaml
similarity index 100%
rename from stable/zwavejs2mqtt/8.0.11/templates/common.yaml
rename to stable/zwavejs2mqtt/8.0.12/templates/common.yaml
diff --git a/stable/zwavejs2mqtt/8.0.11/test_values.yaml b/stable/zwavejs2mqtt/8.0.12/values.yaml
similarity index 100%
rename from stable/zwavejs2mqtt/8.0.11/test_values.yaml
rename to stable/zwavejs2mqtt/8.0.12/values.yaml