diff --git a/incubator/blog/0.0.1/CHANGELOG.md b/incubator/blog/0.0.1/CHANGELOG.md deleted file mode 100644 index 332decde84e..00000000000 --- a/incubator/blog/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### blog-0.0.1 (2021-11-30) - -#### Feat - -* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407)) - diff --git a/incubator/blog/0.0.1/Chart.lock b/incubator/blog/0.0.1/Chart.lock deleted file mode 100644 index bf8a2a8dc55..00000000000 --- a/incubator/blog/0.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.4 -- name: postgresql - repository: https://truecharts.org/ - version: 6.0.10 -digest: sha256:81d1bf19e7e09ccbee6b328031f007534add2e08261034d18b1dab6bdfe5148b -generated: "2021-11-30T13:35:27.026732497Z" diff --git a/incubator/blog/0.0.1/charts/common-8.9.4.tgz b/incubator/blog/0.0.1/charts/common-8.9.4.tgz deleted file mode 100644 index 18b7c420165..00000000000 Binary files a/incubator/blog/0.0.1/charts/common-8.9.4.tgz and /dev/null differ diff --git a/incubator/blog/0.0.1/charts/postgresql-6.0.10.tgz b/incubator/blog/0.0.1/charts/postgresql-6.0.10.tgz deleted file mode 100644 index 4e83f36d0a6..00000000000 Binary files a/incubator/blog/0.0.1/charts/postgresql-6.0.10.tgz and /dev/null differ diff --git a/incubator/blog/0.0.2/CHANGELOG.md b/incubator/blog/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..ceb43244f2f --- /dev/null +++ b/incubator/blog/0.0.2/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog
+ + + +### [blog-0.0.2](https://github.com/truecharts/apps/compare/blog-0.0.1...blog-0.0.2) (2021-11-30) + +#### Chore + +* update non-major deps helm releases ([#1434](https://github.com/truecharts/apps/issues/1434)) + + + + +### blog-0.0.1 (2021-11-30) + +#### Feat + +* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407)) diff --git a/incubator/blog/0.0.1/CONFIG.md b/incubator/blog/0.0.2/CONFIG.md similarity index 100% rename from incubator/blog/0.0.1/CONFIG.md rename to incubator/blog/0.0.2/CONFIG.md diff --git a/incubator/blog/0.0.2/Chart.lock b/incubator/blog/0.0.2/Chart.lock new file mode 100644 index 00000000000..8712f578476 --- /dev/null +++ b/incubator/blog/0.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.7 +- name: postgresql + repository: https://truecharts.org/ + version: 6.0.15 +digest: sha256:a65f6a5ddd982c1dac3d1b4c5fd4b0077cd275d530ac58534746cd67645f1173 +generated: "2021-11-30T14:26:14.183530933Z" diff --git a/incubator/blog/0.0.1/Chart.yaml b/incubator/blog/0.0.2/Chart.yaml similarity index 94% rename from incubator/blog/0.0.1/Chart.yaml rename to incubator/blog/0.0.2/Chart.yaml index 4d6a8a744d1..c230d6ea520 100644 --- a/incubator/blog/0.0.1/Chart.yaml +++ b/incubator/blog/0.0.2/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "latest" dependencies: - name: common repository: https://truecharts.org - version: 8.9.4 + version: 8.9.7 - condition: postgresql.enabled name: postgresql repository: https://truecharts.org/ - version: 6.0.10 + version: 6.0.15 description: "Lightweight self-hosted facebook-styled PHP blog." home: https://github.com/truechartsapps/tree/master/charts/stable/blog icon: https://demo.photoprism.org/static/img/logo-avatar.svg @@ -26,7 +26,7 @@ name: blog sources: - https://github.com/m1k1o/blog - https://github.com/nicholaswilde/docker-blog -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - hosting diff --git a/incubator/blog/0.0.1/README.md b/incubator/blog/0.0.2/README.md similarity index 93% rename from incubator/blog/0.0.1/README.md rename to incubator/blog/0.0.2/README.md index c9c9e88d028..d7b79ffe1b6 100644 --- a/incubator/blog/0.0.1/README.md +++ b/incubator/blog/0.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | postgresql | 6.0.10 | -| https://truecharts.org | common | 8.9.4 | +| https://truecharts.org/ | postgresql | 6.0.15 | +| https://truecharts.org | common | 8.9.7 | ## Installing the Chart diff --git a/incubator/blog/0.0.1/app-readme.md b/incubator/blog/0.0.2/app-readme.md similarity index 100% rename from incubator/blog/0.0.1/app-readme.md rename to incubator/blog/0.0.2/app-readme.md diff --git a/incubator/blog/0.0.2/charts/common-8.9.7.tgz b/incubator/blog/0.0.2/charts/common-8.9.7.tgz new file mode 100644 index 00000000000..d624e7df28b Binary files /dev/null and b/incubator/blog/0.0.2/charts/common-8.9.7.tgz differ diff --git a/incubator/blog/0.0.2/charts/postgresql-6.0.15.tgz b/incubator/blog/0.0.2/charts/postgresql-6.0.15.tgz new file mode 100644 index 00000000000..ac20b58d658 Binary files /dev/null and b/incubator/blog/0.0.2/charts/postgresql-6.0.15.tgz differ diff --git a/incubator/blog/0.0.1/helm-values.md b/incubator/blog/0.0.2/helm-values.md similarity index 100% rename from incubator/blog/0.0.1/helm-values.md rename to incubator/blog/0.0.2/helm-values.md diff --git a/incubator/blog/0.0.1/ix_values.yaml b/incubator/blog/0.0.2/ix_values.yaml similarity index 100% rename from incubator/blog/0.0.1/ix_values.yaml rename to incubator/blog/0.0.2/ix_values.yaml diff --git a/incubator/blog/0.0.1/questions.yaml b/incubator/blog/0.0.2/questions.yaml similarity index 100% rename from incubator/blog/0.0.1/questions.yaml rename to incubator/blog/0.0.2/questions.yaml diff --git a/incubator/blog/0.0.1/templates/common.yaml b/incubator/blog/0.0.2/templates/common.yaml similarity index 100% rename from incubator/blog/0.0.1/templates/common.yaml rename to incubator/blog/0.0.2/templates/common.yaml diff --git a/incubator/blog/0.0.1/values.yaml b/incubator/blog/0.0.2/values.yaml similarity index 100% rename from incubator/blog/0.0.1/values.yaml rename to incubator/blog/0.0.2/values.yaml diff --git a/incubator/icinga2/0.0.1/CHANGELOG.md b/incubator/icinga2/0.0.1/CHANGELOG.md deleted file mode 100644 index cede76486dd..00000000000 --- a/incubator/icinga2/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### icinga2-0.0.1 (2021-11-30) - -#### Feat - -* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407)) - diff --git a/incubator/icinga2/0.0.1/Chart.lock b/incubator/icinga2/0.0.1/Chart.lock deleted file mode 100644 index fbc21d333ab..00000000000 --- a/incubator/icinga2/0.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.4 -- name: mariadb - repository: https://truecharts.org/ - version: 1.0.14 -digest: sha256:5e9e690d8f7e690e1c778c5c0138361783600ee28999056697fd662961cee0a6 -generated: "2021-11-30T13:38:06.780320714Z" diff --git a/incubator/icinga2/0.0.1/charts/common-8.9.4.tgz b/incubator/icinga2/0.0.1/charts/common-8.9.4.tgz deleted file mode 100644 index 18b7c420165..00000000000 Binary files a/incubator/icinga2/0.0.1/charts/common-8.9.4.tgz and /dev/null differ diff --git a/incubator/icinga2/0.0.1/charts/mariadb-1.0.14.tgz b/incubator/icinga2/0.0.1/charts/mariadb-1.0.14.tgz deleted file mode 100644 index 72c7c04a1b4..00000000000 Binary files a/incubator/icinga2/0.0.1/charts/mariadb-1.0.14.tgz and /dev/null differ diff --git a/incubator/icinga2/0.0.2/CHANGELOG.md b/incubator/icinga2/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..9c268f6e710 --- /dev/null +++ b/incubator/icinga2/0.0.2/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog
+ + + +### [icinga2-0.0.2](https://github.com/truecharts/apps/compare/icinga2-0.0.1...icinga2-0.0.2) (2021-11-30) + +#### Chore + +* update non-major deps helm releases ([#1434](https://github.com/truecharts/apps/issues/1434)) + + + + +### icinga2-0.0.1 (2021-11-30) + +#### Feat + +* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407)) diff --git a/incubator/icinga2/0.0.1/CONFIG.md b/incubator/icinga2/0.0.2/CONFIG.md similarity index 100% rename from incubator/icinga2/0.0.1/CONFIG.md rename to incubator/icinga2/0.0.2/CONFIG.md diff --git a/incubator/icinga2/0.0.2/Chart.lock b/incubator/icinga2/0.0.2/Chart.lock new file mode 100644 index 00000000000..6f95b472533 --- /dev/null +++ b/incubator/icinga2/0.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.7 +- name: mariadb + repository: https://truecharts.org/ + version: 1.0.17 +digest: sha256:55cfe00dd1f2f6679aac5ac087fa765c111ccac9db91a3a616b136c184d9c590 +generated: "2021-11-30T14:26:57.726211194Z" diff --git a/incubator/icinga2/0.0.1/Chart.yaml b/incubator/icinga2/0.0.2/Chart.yaml similarity index 94% rename from incubator/icinga2/0.0.1/Chart.yaml rename to incubator/icinga2/0.0.2/Chart.yaml index 5619c3067ba..d5b8cdacc8f 100644 --- a/incubator/icinga2/0.0.1/Chart.yaml +++ b/incubator/icinga2/0.0.2/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "2.13.1" dependencies: - name: common repository: https://truecharts.org - version: 8.9.4 + version: 8.9.7 - condition: mariadb.enabled name: mariadb repository: https://truecharts.org/ - version: 1.0.14 + version: 1.0.17 description: "A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting." home: https://github.com/truechartsapps/tree/master/charts/stable/icinga2 icon: https://avatars.githubusercontent.com/u/835441?s=200&v=4 @@ -23,7 +23,7 @@ name: icinga2 sources: - https://github.com/jjethwa/icinga2 - https://icinga.com/ -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - monitoring diff --git a/incubator/icinga2/0.0.1/README.md b/incubator/icinga2/0.0.2/README.md similarity index 93% rename from incubator/icinga2/0.0.1/README.md rename to incubator/icinga2/0.0.2/README.md index 59f450952ac..653984b5ca4 100644 --- a/incubator/icinga2/0.0.1/README.md +++ b/incubator/icinga2/0.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | mariadb | 1.0.14 | -| https://truecharts.org | common | 8.9.4 | +| https://truecharts.org/ | mariadb | 1.0.17 | +| https://truecharts.org | common | 8.9.7 | ## Installing the Chart diff --git a/incubator/icinga2/0.0.1/app-readme.md b/incubator/icinga2/0.0.2/app-readme.md similarity index 100% rename from incubator/icinga2/0.0.1/app-readme.md rename to incubator/icinga2/0.0.2/app-readme.md diff --git a/incubator/icinga2/0.0.2/charts/common-8.9.7.tgz b/incubator/icinga2/0.0.2/charts/common-8.9.7.tgz new file mode 100644 index 00000000000..d624e7df28b Binary files /dev/null and b/incubator/icinga2/0.0.2/charts/common-8.9.7.tgz differ diff --git a/incubator/icinga2/0.0.2/charts/mariadb-1.0.17.tgz b/incubator/icinga2/0.0.2/charts/mariadb-1.0.17.tgz new file mode 100644 index 00000000000..951105ca1e9 Binary files /dev/null and b/incubator/icinga2/0.0.2/charts/mariadb-1.0.17.tgz differ diff --git a/incubator/icinga2/0.0.1/helm-values.md b/incubator/icinga2/0.0.2/helm-values.md similarity index 100% rename from incubator/icinga2/0.0.1/helm-values.md rename to incubator/icinga2/0.0.2/helm-values.md diff --git a/incubator/icinga2/0.0.1/ix_values.yaml b/incubator/icinga2/0.0.2/ix_values.yaml similarity index 100% rename from incubator/icinga2/0.0.1/ix_values.yaml rename to incubator/icinga2/0.0.2/ix_values.yaml diff --git a/incubator/icinga2/0.0.1/questions.yaml b/incubator/icinga2/0.0.2/questions.yaml similarity index 100% rename from incubator/icinga2/0.0.1/questions.yaml rename to incubator/icinga2/0.0.2/questions.yaml diff --git a/incubator/icinga2/0.0.1/templates/common.yaml b/incubator/icinga2/0.0.2/templates/common.yaml similarity index 100% rename from incubator/icinga2/0.0.1/templates/common.yaml rename to incubator/icinga2/0.0.2/templates/common.yaml diff --git a/incubator/icinga2/0.0.1/values.yaml b/incubator/icinga2/0.0.2/values.yaml similarity index 100% rename from incubator/icinga2/0.0.1/values.yaml rename to incubator/icinga2/0.0.2/values.yaml diff --git a/incubator/leantime/0.0.1/CHANGELOG.md b/incubator/leantime/0.0.1/CHANGELOG.md deleted file mode 100644 index 29dfc65d109..00000000000 --- a/incubator/leantime/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### leantime-0.0.1 (2021-11-30) - -#### Feat - -* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407)) - diff --git a/incubator/leantime/0.0.1/Chart.lock b/incubator/leantime/0.0.1/Chart.lock deleted file mode 100644 index bf318e69942..00000000000 --- a/incubator/leantime/0.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.4 -- name: mariadb - repository: https://truecharts.org/ - version: 1.0.14 -digest: sha256:5e9e690d8f7e690e1c778c5c0138361783600ee28999056697fd662961cee0a6 -generated: "2021-11-30T13:38:47.264111159Z" diff --git a/incubator/leantime/0.0.1/charts/common-8.9.4.tgz b/incubator/leantime/0.0.1/charts/common-8.9.4.tgz deleted file mode 100644 index 18b7c420165..00000000000 Binary files a/incubator/leantime/0.0.1/charts/common-8.9.4.tgz and /dev/null differ diff --git a/incubator/leantime/0.0.1/charts/mariadb-1.0.14.tgz b/incubator/leantime/0.0.1/charts/mariadb-1.0.14.tgz deleted file mode 100644 index 72c7c04a1b4..00000000000 Binary files a/incubator/leantime/0.0.1/charts/mariadb-1.0.14.tgz and /dev/null differ diff --git a/incubator/leantime/0.0.2/CHANGELOG.md b/incubator/leantime/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..b488aa3f304 --- /dev/null +++ b/incubator/leantime/0.0.2/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog
+ + + +### [leantime-0.0.2](https://github.com/truecharts/apps/compare/leantime-0.0.1...leantime-0.0.2) (2021-11-30) + +#### Chore + +* update non-major deps helm releases ([#1434](https://github.com/truecharts/apps/issues/1434)) + + + + +### leantime-0.0.1 (2021-11-30) + +#### Feat + +* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407)) diff --git a/incubator/leantime/0.0.1/CONFIG.md b/incubator/leantime/0.0.2/CONFIG.md similarity index 100% rename from incubator/leantime/0.0.1/CONFIG.md rename to incubator/leantime/0.0.2/CONFIG.md diff --git a/incubator/leantime/0.0.2/Chart.lock b/incubator/leantime/0.0.2/Chart.lock new file mode 100644 index 00000000000..a66125f0514 --- /dev/null +++ b/incubator/leantime/0.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.7 +- name: mariadb + repository: https://truecharts.org/ + version: 1.0.17 +digest: sha256:55cfe00dd1f2f6679aac5ac087fa765c111ccac9db91a3a616b136c184d9c590 +generated: "2021-11-30T14:27:43.456514101Z" diff --git a/incubator/leantime/0.0.1/Chart.yaml b/incubator/leantime/0.0.2/Chart.yaml similarity index 94% rename from incubator/leantime/0.0.1/Chart.yaml rename to incubator/leantime/0.0.2/Chart.yaml index b2f6662f281..a13d5995ac6 100644 --- a/incubator/leantime/0.0.1/Chart.yaml +++ b/incubator/leantime/0.0.2/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "2.1.7" dependencies: - name: common repository: https://truecharts.org - version: 8.9.4 + version: 8.9.7 - condition: mariadb.enabled name: mariadb repository: https://truecharts.org/ - version: 1.0.14 + version: 1.0.17 description: "Straightforward open source project management system to make your ideas reality." home: https://github.com/truechartsapps/tree/master/charts/stable/leantime icon: "https://github.com/nicholaswilde/helm-charts/raw/main/images/leantime.jpg" @@ -24,7 +24,7 @@ name: leantime sources: - https://leantime.io/ - https://hub.docker.com/r/nicholaswilde/leantime -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - management diff --git a/incubator/leantime/0.0.1/README.md b/incubator/leantime/0.0.2/README.md similarity index 93% rename from incubator/leantime/0.0.1/README.md rename to incubator/leantime/0.0.2/README.md index c78b14f1619..6fe152dfb2f 100644 --- a/incubator/leantime/0.0.1/README.md +++ b/incubator/leantime/0.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | mariadb | 1.0.14 | -| https://truecharts.org | common | 8.9.4 | +| https://truecharts.org/ | mariadb | 1.0.17 | +| https://truecharts.org | common | 8.9.7 | ## Installing the Chart diff --git a/incubator/leantime/0.0.1/app-readme.md b/incubator/leantime/0.0.2/app-readme.md similarity index 100% rename from incubator/leantime/0.0.1/app-readme.md rename to incubator/leantime/0.0.2/app-readme.md diff --git a/incubator/leantime/0.0.2/charts/common-8.9.7.tgz b/incubator/leantime/0.0.2/charts/common-8.9.7.tgz new file mode 100644 index 00000000000..d624e7df28b Binary files /dev/null and b/incubator/leantime/0.0.2/charts/common-8.9.7.tgz differ diff --git a/incubator/leantime/0.0.2/charts/mariadb-1.0.17.tgz b/incubator/leantime/0.0.2/charts/mariadb-1.0.17.tgz new file mode 100644 index 00000000000..951105ca1e9 Binary files /dev/null and b/incubator/leantime/0.0.2/charts/mariadb-1.0.17.tgz differ diff --git a/incubator/leantime/0.0.1/helm-values.md b/incubator/leantime/0.0.2/helm-values.md similarity index 100% rename from incubator/leantime/0.0.1/helm-values.md rename to incubator/leantime/0.0.2/helm-values.md diff --git a/incubator/leantime/0.0.1/ix_values.yaml b/incubator/leantime/0.0.2/ix_values.yaml similarity index 100% rename from incubator/leantime/0.0.1/ix_values.yaml rename to incubator/leantime/0.0.2/ix_values.yaml diff --git a/incubator/leantime/0.0.1/questions.yaml b/incubator/leantime/0.0.2/questions.yaml similarity index 100% rename from incubator/leantime/0.0.1/questions.yaml rename to incubator/leantime/0.0.2/questions.yaml diff --git a/incubator/leantime/0.0.1/templates/common.yaml b/incubator/leantime/0.0.2/templates/common.yaml similarity index 100% rename from incubator/leantime/0.0.1/templates/common.yaml rename to incubator/leantime/0.0.2/templates/common.yaml diff --git a/incubator/leantime/0.0.1/values.yaml b/incubator/leantime/0.0.2/values.yaml similarity index 100% rename from incubator/leantime/0.0.1/values.yaml rename to incubator/leantime/0.0.2/values.yaml diff --git a/incubator/xbackbone/0.0.1/CHANGELOG.md b/incubator/xbackbone/0.0.1/CHANGELOG.md deleted file mode 100644 index f63c3bdee8d..00000000000 --- a/incubator/xbackbone/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### xbackbone-0.0.1 (2021-11-30) - -#### Feat - -* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407)) - diff --git a/incubator/xbackbone/0.0.1/Chart.lock b/incubator/xbackbone/0.0.1/Chart.lock deleted file mode 100644 index e2ef864dd69..00000000000 --- a/incubator/xbackbone/0.0.1/Chart.lock +++ /dev/null @@ -1,9 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.4 -- name: mariadb - repository: https://truecharts.org/ - version: 1.0.14 -digest: sha256:5e9e690d8f7e690e1c778c5c0138361783600ee28999056697fd662961cee0a6 -generated: "2021-11-30T13:40:49.387288329Z" diff --git a/incubator/xbackbone/0.0.1/charts/common-8.9.4.tgz b/incubator/xbackbone/0.0.1/charts/common-8.9.4.tgz deleted file mode 100644 index 18b7c420165..00000000000 Binary files a/incubator/xbackbone/0.0.1/charts/common-8.9.4.tgz and /dev/null differ diff --git a/incubator/xbackbone/0.0.1/charts/mariadb-1.0.14.tgz b/incubator/xbackbone/0.0.1/charts/mariadb-1.0.14.tgz deleted file mode 100644 index 72c7c04a1b4..00000000000 Binary files a/incubator/xbackbone/0.0.1/charts/mariadb-1.0.14.tgz and /dev/null differ diff --git a/incubator/xbackbone/0.0.2/CHANGELOG.md b/incubator/xbackbone/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..686335e1d1d --- /dev/null +++ b/incubator/xbackbone/0.0.2/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog
+ + + +### [xbackbone-0.0.2](https://github.com/truecharts/apps/compare/xbackbone-0.0.1...xbackbone-0.0.2) (2021-11-30) + +#### Chore + +* update non-major deps helm releases ([#1434](https://github.com/truecharts/apps/issues/1434)) + + + + +### xbackbone-0.0.1 (2021-11-30) + +#### Feat + +* add a bunch of mariaDB backed Apps ([#1407](https://github.com/truecharts/apps/issues/1407)) diff --git a/incubator/xbackbone/0.0.1/CONFIG.md b/incubator/xbackbone/0.0.2/CONFIG.md similarity index 100% rename from incubator/xbackbone/0.0.1/CONFIG.md rename to incubator/xbackbone/0.0.2/CONFIG.md diff --git a/incubator/xbackbone/0.0.2/Chart.lock b/incubator/xbackbone/0.0.2/Chart.lock new file mode 100644 index 00000000000..b65b918627b --- /dev/null +++ b/incubator/xbackbone/0.0.2/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.7 +- name: mariadb + repository: https://truecharts.org/ + version: 1.0.17 +digest: sha256:55cfe00dd1f2f6679aac5ac087fa765c111ccac9db91a3a616b136c184d9c590 +generated: "2021-11-30T14:28:28.580780303Z" diff --git a/incubator/xbackbone/0.0.1/Chart.yaml b/incubator/xbackbone/0.0.2/Chart.yaml similarity index 94% rename from incubator/xbackbone/0.0.1/Chart.yaml rename to incubator/xbackbone/0.0.2/Chart.yaml index c7d788cf11d..8a3719290c9 100644 --- a/incubator/xbackbone/0.0.1/Chart.yaml +++ b/incubator/xbackbone/0.0.2/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "3.3.3" dependencies: - name: common repository: https://truecharts.org - version: 8.9.4 + version: 8.9.7 - condition: mariadb.enabled name: mariadb repository: https://truecharts.org/ - version: 1.0.14 + version: 1.0.17 description: "XBackBone is a simple, self-hosted, lightweight PHP file manager" home: https://github.com/truechartsapps/tree/master/charts/stable/xbackbone icon: https://github.com/SergiX44/XBackBone/raw/master/.github/xbackbone.png @@ -23,7 +23,7 @@ name: xbackbone sources: - https://github.com/SergiX44/XBackBone - https://hub.docker.com/r/pe46dro/xbackbone-docker -version: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - files diff --git a/incubator/xbackbone/0.0.1/README.md b/incubator/xbackbone/0.0.2/README.md similarity index 93% rename from incubator/xbackbone/0.0.1/README.md rename to incubator/xbackbone/0.0.2/README.md index 65c7658c777..20e5f2b3f17 100644 --- a/incubator/xbackbone/0.0.1/README.md +++ b/incubator/xbackbone/0.0.2/README.md @@ -18,8 +18,8 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org/ | mariadb | 1.0.14 | -| https://truecharts.org | common | 8.9.4 | +| https://truecharts.org/ | mariadb | 1.0.17 | +| https://truecharts.org | common | 8.9.7 | ## Installing the Chart diff --git a/incubator/xbackbone/0.0.1/app-readme.md b/incubator/xbackbone/0.0.2/app-readme.md similarity index 100% rename from incubator/xbackbone/0.0.1/app-readme.md rename to incubator/xbackbone/0.0.2/app-readme.md diff --git a/incubator/xbackbone/0.0.2/charts/common-8.9.7.tgz b/incubator/xbackbone/0.0.2/charts/common-8.9.7.tgz new file mode 100644 index 00000000000..d624e7df28b Binary files /dev/null and b/incubator/xbackbone/0.0.2/charts/common-8.9.7.tgz differ diff --git a/incubator/xbackbone/0.0.2/charts/mariadb-1.0.17.tgz b/incubator/xbackbone/0.0.2/charts/mariadb-1.0.17.tgz new file mode 100644 index 00000000000..951105ca1e9 Binary files /dev/null and b/incubator/xbackbone/0.0.2/charts/mariadb-1.0.17.tgz differ diff --git a/incubator/xbackbone/0.0.1/helm-values.md b/incubator/xbackbone/0.0.2/helm-values.md similarity index 100% rename from incubator/xbackbone/0.0.1/helm-values.md rename to incubator/xbackbone/0.0.2/helm-values.md diff --git a/incubator/xbackbone/0.0.1/ix_values.yaml b/incubator/xbackbone/0.0.2/ix_values.yaml similarity index 100% rename from incubator/xbackbone/0.0.1/ix_values.yaml rename to incubator/xbackbone/0.0.2/ix_values.yaml diff --git a/incubator/xbackbone/0.0.1/questions.yaml b/incubator/xbackbone/0.0.2/questions.yaml similarity index 100% rename from incubator/xbackbone/0.0.1/questions.yaml rename to incubator/xbackbone/0.0.2/questions.yaml diff --git a/incubator/xbackbone/0.0.1/templates/common.yaml b/incubator/xbackbone/0.0.2/templates/common.yaml similarity index 100% rename from incubator/xbackbone/0.0.1/templates/common.yaml rename to incubator/xbackbone/0.0.2/templates/common.yaml diff --git a/incubator/xbackbone/0.0.1/values.yaml b/incubator/xbackbone/0.0.2/values.yaml similarity index 100% rename from incubator/xbackbone/0.0.1/values.yaml rename to incubator/xbackbone/0.0.2/values.yaml