diff --git a/dependency/mariadb/1.0.8/Chart.lock b/dependency/mariadb/1.0.8/Chart.lock deleted file mode 100644 index 3418528fb50..00000000000 --- a/dependency/mariadb/1.0.8/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.0 -digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 -generated: "2021-11-22T20:58:22.941113128Z" diff --git a/dependency/mariadb/1.0.8/CHANGELOG.md b/dependency/mariadb/1.0.9/CHANGELOG.md similarity index 91% rename from dependency/mariadb/1.0.8/CHANGELOG.md rename to dependency/mariadb/1.0.9/CHANGELOG.md index d1637f00fa7..14a120b4a00 100644 --- a/dependency/mariadb/1.0.8/CHANGELOG.md +++ b/dependency/mariadb/1.0.9/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [mariadb-1.0.9](https://github.com/truecharts/apps/compare/mariadb-1.0.8...mariadb-1.0.9) (2021-11-22) + +#### Fix + +* correct prometheus GUI mistakes + + + ### [mariadb-1.0.8](https://github.com/truecharts/apps/compare/mariadb-1.0.7...mariadb-1.0.8) (2021-11-22) diff --git a/dependency/mariadb/1.0.8/CONFIG.md b/dependency/mariadb/1.0.9/CONFIG.md similarity index 100% rename from dependency/mariadb/1.0.8/CONFIG.md rename to dependency/mariadb/1.0.9/CONFIG.md diff --git a/dependency/mariadb/1.0.9/Chart.lock b/dependency/mariadb/1.0.9/Chart.lock new file mode 100644 index 00000000000..6d380e0a365 --- /dev/null +++ b/dependency/mariadb/1.0.9/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T21:19:02.837418477Z" diff --git a/dependency/mariadb/1.0.8/Chart.yaml b/dependency/mariadb/1.0.9/Chart.yaml similarity index 96% rename from dependency/mariadb/1.0.8/Chart.yaml rename to dependency/mariadb/1.0.9/Chart.yaml index aecb252fa79..1f03cf8f795 100644 --- a/dependency/mariadb/1.0.8/Chart.yaml +++ b/dependency/mariadb/1.0.9/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.6.5" dependencies: - name: common repository: https://truecharts.org - version: 8.9.0 + version: 8.9.1 deprecated: false description: Fast, reliable, scalable, and easy to use open-source relational database system. home: https://github.com/truecharts/apps/tree/master/stable/mariadb @@ -24,7 +24,7 @@ sources: - https://github.com/prometheus/mysqld_exporter - https://mariadb.org type: application -version: 1.0.8 +version: 1.0.9 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/1.0.8/README.md b/dependency/mariadb/1.0.9/README.md similarity index 96% rename from dependency/mariadb/1.0.8/README.md rename to dependency/mariadb/1.0.9/README.md index 570a487e708..ff88a72a6e0 100644 --- a/dependency/mariadb/1.0.8/README.md +++ b/dependency/mariadb/1.0.9/README.md @@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.0 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/dependency/mariadb/1.0.8/app-readme.md b/dependency/mariadb/1.0.9/app-readme.md similarity index 100% rename from dependency/mariadb/1.0.8/app-readme.md rename to dependency/mariadb/1.0.9/app-readme.md diff --git a/dependency/mariadb/1.0.9/charts/common-8.9.1.tgz b/dependency/mariadb/1.0.9/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/dependency/mariadb/1.0.9/charts/common-8.9.1.tgz differ diff --git a/dependency/mariadb/1.0.8/helm-values.md b/dependency/mariadb/1.0.9/helm-values.md similarity index 100% rename from dependency/mariadb/1.0.8/helm-values.md rename to dependency/mariadb/1.0.9/helm-values.md diff --git a/dependency/mariadb/1.0.8/ix_values.yaml b/dependency/mariadb/1.0.9/ix_values.yaml similarity index 100% rename from dependency/mariadb/1.0.8/ix_values.yaml rename to dependency/mariadb/1.0.9/ix_values.yaml diff --git a/dependency/mariadb/1.0.8/questions.yaml b/dependency/mariadb/1.0.9/questions.yaml similarity index 100% rename from dependency/mariadb/1.0.8/questions.yaml rename to dependency/mariadb/1.0.9/questions.yaml diff --git a/dependency/mariadb/1.0.8/templates/common.yaml b/dependency/mariadb/1.0.9/templates/common.yaml similarity index 100% rename from dependency/mariadb/1.0.8/templates/common.yaml rename to dependency/mariadb/1.0.9/templates/common.yaml diff --git a/dependency/mariadb/1.0.8/templates/secret.yaml b/dependency/mariadb/1.0.9/templates/secret.yaml similarity index 100% rename from dependency/mariadb/1.0.8/templates/secret.yaml rename to dependency/mariadb/1.0.9/templates/secret.yaml diff --git a/dependency/mariadb/1.0.8/values.yaml b/dependency/mariadb/1.0.9/values.yaml similarity index 100% rename from dependency/mariadb/1.0.8/values.yaml rename to dependency/mariadb/1.0.9/values.yaml diff --git a/dependency/memcached/1.0.9/CHANGELOG.md b/dependency/memcached/1.0.10/CHANGELOG.md similarity index 92% rename from dependency/memcached/1.0.9/CHANGELOG.md rename to dependency/memcached/1.0.10/CHANGELOG.md index 37d7a04b1b3..6a35c60545f 100644 --- a/dependency/memcached/1.0.9/CHANGELOG.md +++ b/dependency/memcached/1.0.10/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [memcached-1.0.10](https://github.com/truecharts/apps/compare/memcached-1.0.9...memcached-1.0.10) (2021-11-22) + +#### Fix + +* correct prometheus GUI mistakes + + + ### [memcached-1.0.9](https://github.com/truecharts/apps/compare/memcached-1.0.8...memcached-1.0.9) (2021-11-22) @@ -88,10 +97,3 @@ * move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311)) - - -### memcached-0.0.1 (2021-11-11) - -#### Feat - -* add memcached App ([#1307](https://github.com/truecharts/apps/issues/1307)) diff --git a/dependency/memcached/1.0.9/CONFIG.md b/dependency/memcached/1.0.10/CONFIG.md similarity index 100% rename from dependency/memcached/1.0.9/CONFIG.md rename to dependency/memcached/1.0.10/CONFIG.md diff --git a/dependency/memcached/1.0.10/Chart.lock b/dependency/memcached/1.0.10/Chart.lock new file mode 100644 index 00000000000..200e35abf4b --- /dev/null +++ b/dependency/memcached/1.0.10/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T21:19:29.669220262Z" diff --git a/dependency/memcached/1.0.9/Chart.yaml b/dependency/memcached/1.0.10/Chart.yaml similarity index 95% rename from dependency/memcached/1.0.9/Chart.yaml rename to dependency/memcached/1.0.10/Chart.yaml index 904a0efea77..5c168fd802b 100644 --- a/dependency/memcached/1.0.9/Chart.yaml +++ b/dependency/memcached/1.0.10/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.12" dependencies: - name: common repository: https://truecharts.org - version: 8.9.0 + version: 8.9.1 deprecated: false description: Memcached is a memory-backed database caching solution home: https://github.com/truecharts/apps/tree/master/stable/memcached @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application -version: 1.0.9 +version: 1.0.10 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/1.0.9/README.md b/dependency/memcached/1.0.10/README.md similarity index 96% rename from dependency/memcached/1.0.9/README.md rename to dependency/memcached/1.0.10/README.md index d452f13d512..4ca7eedba2a 100644 --- a/dependency/memcached/1.0.9/README.md +++ b/dependency/memcached/1.0.10/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.0 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/dependency/memcached/1.0.9/app-readme.md b/dependency/memcached/1.0.10/app-readme.md similarity index 100% rename from dependency/memcached/1.0.9/app-readme.md rename to dependency/memcached/1.0.10/app-readme.md diff --git a/dependency/memcached/1.0.10/charts/common-8.9.1.tgz b/dependency/memcached/1.0.10/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/dependency/memcached/1.0.10/charts/common-8.9.1.tgz differ diff --git a/dependency/memcached/1.0.9/helm-values.md b/dependency/memcached/1.0.10/helm-values.md similarity index 100% rename from dependency/memcached/1.0.9/helm-values.md rename to dependency/memcached/1.0.10/helm-values.md diff --git a/dependency/memcached/1.0.9/ix_values.yaml b/dependency/memcached/1.0.10/ix_values.yaml similarity index 100% rename from dependency/memcached/1.0.9/ix_values.yaml rename to dependency/memcached/1.0.10/ix_values.yaml diff --git a/dependency/memcached/1.0.9/questions.yaml b/dependency/memcached/1.0.10/questions.yaml similarity index 100% rename from dependency/memcached/1.0.9/questions.yaml rename to dependency/memcached/1.0.10/questions.yaml diff --git a/dependency/memcached/1.0.9/templates/common.yaml b/dependency/memcached/1.0.10/templates/common.yaml similarity index 100% rename from dependency/memcached/1.0.9/templates/common.yaml rename to dependency/memcached/1.0.10/templates/common.yaml diff --git a/dependency/memcached/1.0.9/values.yaml b/dependency/memcached/1.0.10/values.yaml similarity index 100% rename from dependency/memcached/1.0.9/values.yaml rename to dependency/memcached/1.0.10/values.yaml diff --git a/dependency/memcached/1.0.9/charts/common-8.9.0.tgz b/dependency/memcached/1.0.9/charts/common-8.9.0.tgz deleted file mode 100644 index d3aeedb783b..00000000000 Binary files a/dependency/memcached/1.0.9/charts/common-8.9.0.tgz and /dev/null differ diff --git a/dependency/postgresql/6.0.6/Chart.lock b/dependency/postgresql/6.0.6/Chart.lock deleted file mode 100644 index 3696bb0a2e6..00000000000 --- a/dependency/postgresql/6.0.6/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.0 -digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 -generated: "2021-11-22T20:59:19.236955969Z" diff --git a/dependency/postgresql/6.0.6/charts/common-8.9.0.tgz b/dependency/postgresql/6.0.6/charts/common-8.9.0.tgz deleted file mode 100644 index d3aeedb783b..00000000000 Binary files a/dependency/postgresql/6.0.6/charts/common-8.9.0.tgz and /dev/null differ diff --git a/dependency/postgresql/6.0.6/CHANGELOG.md b/dependency/postgresql/6.0.7/CHANGELOG.md similarity index 92% rename from dependency/postgresql/6.0.6/CHANGELOG.md rename to dependency/postgresql/6.0.7/CHANGELOG.md index 61d65c3d62a..ea843cd3a8a 100644 --- a/dependency/postgresql/6.0.6/CHANGELOG.md +++ b/dependency/postgresql/6.0.7/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [postgresql-6.0.7](https://github.com/truecharts/apps/compare/postgresql-6.0.6...postgresql-6.0.7) (2021-11-22) + +#### Fix + +* correct prometheus GUI mistakes + + + ### [postgresql-6.0.6](https://github.com/truecharts/apps/compare/postgresql-6.0.5...postgresql-6.0.6) (2021-11-22) @@ -88,12 +97,3 @@ #### Chore * persistence cleanup and small bugfixes ([#1329](https://github.com/truecharts/apps/issues/1329)) -* bump common and move mariadb - - - - -### [postgresql-5.1.17](https://github.com/truecharts/apps/compare/postgresql-5.1.16...postgresql-5.1.17) (2021-11-14) - -#### Chore - diff --git a/dependency/postgresql/6.0.6/CONFIG.md b/dependency/postgresql/6.0.7/CONFIG.md similarity index 100% rename from dependency/postgresql/6.0.6/CONFIG.md rename to dependency/postgresql/6.0.7/CONFIG.md diff --git a/dependency/postgresql/6.0.7/Chart.lock b/dependency/postgresql/6.0.7/Chart.lock new file mode 100644 index 00000000000..38c70cfcac0 --- /dev/null +++ b/dependency/postgresql/6.0.7/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T21:19:56.076510197Z" diff --git a/dependency/postgresql/6.0.6/Chart.yaml b/dependency/postgresql/6.0.7/Chart.yaml similarity index 95% rename from dependency/postgresql/6.0.6/Chart.yaml rename to dependency/postgresql/6.0.7/Chart.yaml index 63227c1c63d..f0e3c369166 100644 --- a/dependency/postgresql/6.0.6/Chart.yaml +++ b/dependency/postgresql/6.0.7/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "14.1.0" dependencies: - name: common repository: https://truecharts.org - version: 8.9.0 + version: 8.9.1 deprecated: false description: PostgresSQL home: https://github.com/truecharts/apps/tree/master/stable/postgres @@ -22,7 +22,7 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 6.0.6 +version: 6.0.7 annotations: truecharts.org/catagories: | - database diff --git a/dependency/postgresql/6.0.6/README.md b/dependency/postgresql/6.0.7/README.md similarity index 96% rename from dependency/postgresql/6.0.6/README.md rename to dependency/postgresql/6.0.7/README.md index 3f29f102da1..198f00d9353 100644 --- a/dependency/postgresql/6.0.6/README.md +++ b/dependency/postgresql/6.0.7/README.md @@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.0 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/dependency/postgresql/6.0.6/app-readme.md b/dependency/postgresql/6.0.7/app-readme.md similarity index 100% rename from dependency/postgresql/6.0.6/app-readme.md rename to dependency/postgresql/6.0.7/app-readme.md diff --git a/dependency/postgresql/6.0.7/charts/common-8.9.1.tgz b/dependency/postgresql/6.0.7/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/dependency/postgresql/6.0.7/charts/common-8.9.1.tgz differ diff --git a/dependency/postgresql/6.0.6/helm-values.md b/dependency/postgresql/6.0.7/helm-values.md similarity index 100% rename from dependency/postgresql/6.0.6/helm-values.md rename to dependency/postgresql/6.0.7/helm-values.md diff --git a/dependency/postgresql/6.0.6/ix_values.yaml b/dependency/postgresql/6.0.7/ix_values.yaml similarity index 100% rename from dependency/postgresql/6.0.6/ix_values.yaml rename to dependency/postgresql/6.0.7/ix_values.yaml diff --git a/dependency/postgresql/6.0.6/questions.yaml b/dependency/postgresql/6.0.7/questions.yaml similarity index 100% rename from dependency/postgresql/6.0.6/questions.yaml rename to dependency/postgresql/6.0.7/questions.yaml diff --git a/dependency/postgresql/6.0.6/templates/backup-postgres-config.yaml b/dependency/postgresql/6.0.7/templates/backup-postgres-config.yaml similarity index 100% rename from dependency/postgresql/6.0.6/templates/backup-postgres-config.yaml rename to dependency/postgresql/6.0.7/templates/backup-postgres-config.yaml diff --git a/dependency/postgresql/6.0.6/templates/common.yaml b/dependency/postgresql/6.0.7/templates/common.yaml similarity index 100% rename from dependency/postgresql/6.0.6/templates/common.yaml rename to dependency/postgresql/6.0.7/templates/common.yaml diff --git a/dependency/postgresql/6.0.6/templates/secret.yaml b/dependency/postgresql/6.0.7/templates/secret.yaml similarity index 100% rename from dependency/postgresql/6.0.6/templates/secret.yaml rename to dependency/postgresql/6.0.7/templates/secret.yaml diff --git a/dependency/postgresql/6.0.6/templates/upgrade-backup-postgres-hook.yaml b/dependency/postgresql/6.0.7/templates/upgrade-backup-postgres-hook.yaml similarity index 100% rename from dependency/postgresql/6.0.6/templates/upgrade-backup-postgres-hook.yaml rename to dependency/postgresql/6.0.7/templates/upgrade-backup-postgres-hook.yaml diff --git a/dependency/postgresql/6.0.6/values.yaml b/dependency/postgresql/6.0.7/values.yaml similarity index 100% rename from dependency/postgresql/6.0.6/values.yaml rename to dependency/postgresql/6.0.7/values.yaml diff --git a/dependency/redis/1.0.10/Chart.lock b/dependency/redis/1.0.10/Chart.lock deleted file mode 100644 index 02fd1e85006..00000000000 --- a/dependency/redis/1.0.10/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.0 -digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 -generated: "2021-11-22T20:59:47.059382698Z" diff --git a/dependency/redis/1.0.10/charts/common-8.9.0.tgz b/dependency/redis/1.0.10/charts/common-8.9.0.tgz deleted file mode 100644 index d3aeedb783b..00000000000 Binary files a/dependency/redis/1.0.10/charts/common-8.9.0.tgz and /dev/null differ diff --git a/dependency/redis/1.0.10/CHANGELOG.md b/dependency/redis/1.0.11/CHANGELOG.md similarity index 91% rename from dependency/redis/1.0.10/CHANGELOG.md rename to dependency/redis/1.0.11/CHANGELOG.md index 7ccd93b1aa7..233abb56bc9 100644 --- a/dependency/redis/1.0.10/CHANGELOG.md +++ b/dependency/redis/1.0.11/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [redis-1.0.11](https://github.com/truecharts/apps/compare/redis-1.0.10...redis-1.0.11) (2021-11-22) + +#### Fix + +* correct prometheus GUI mistakes + + + ### [redis-1.0.10](https://github.com/truecharts/apps/compare/redis-1.0.9...redis-1.0.10) (2021-11-22) @@ -88,12 +97,3 @@ * split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321)) - - - -### [redis-1.0.0](https://github.com/truecharts/apps/compare/redis-0.0.2...redis-1.0.0) (2021-11-12) - -#### Feat - -* move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311)) - diff --git a/dependency/redis/1.0.10/CONFIG.md b/dependency/redis/1.0.11/CONFIG.md similarity index 100% rename from dependency/redis/1.0.10/CONFIG.md rename to dependency/redis/1.0.11/CONFIG.md diff --git a/dependency/redis/1.0.11/Chart.lock b/dependency/redis/1.0.11/Chart.lock new file mode 100644 index 00000000000..c1f86865f3c --- /dev/null +++ b/dependency/redis/1.0.11/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.9.1 +digest: sha256:118e6ab7d0b599245fe2074af335c5153c839c83ff00c41b3a0efdf419387661 +generated: "2021-11-22T21:20:22.682073487Z" diff --git a/dependency/redis/1.0.10/Chart.yaml b/dependency/redis/1.0.11/Chart.yaml similarity index 95% rename from dependency/redis/1.0.10/Chart.yaml rename to dependency/redis/1.0.11/Chart.yaml index 75848306c4e..fa6be4508ec 100644 --- a/dependency/redis/1.0.10/Chart.yaml +++ b/dependency/redis/1.0.11/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.2.6" dependencies: - name: common repository: https://truecharts.org - version: 8.9.0 + version: 8.9.1 deprecated: false description: Open source, advanced key-value store. home: https://github.com/truecharts/apps/tree/master/stable/redis @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 1.0.10 +version: 1.0.11 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/1.0.10/README.md b/dependency/redis/1.0.11/README.md similarity index 96% rename from dependency/redis/1.0.10/README.md rename to dependency/redis/1.0.11/README.md index c855f644211..c961175feac 100644 --- a/dependency/redis/1.0.10/README.md +++ b/dependency/redis/1.0.11/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.9.0 | +| https://truecharts.org | common | 8.9.1 | ## Installing the Chart diff --git a/dependency/redis/1.0.10/app-readme.md b/dependency/redis/1.0.11/app-readme.md similarity index 100% rename from dependency/redis/1.0.10/app-readme.md rename to dependency/redis/1.0.11/app-readme.md diff --git a/dependency/redis/1.0.11/charts/common-8.9.1.tgz b/dependency/redis/1.0.11/charts/common-8.9.1.tgz new file mode 100644 index 00000000000..a387c99339a Binary files /dev/null and b/dependency/redis/1.0.11/charts/common-8.9.1.tgz differ diff --git a/dependency/redis/1.0.10/helm-values.md b/dependency/redis/1.0.11/helm-values.md similarity index 100% rename from dependency/redis/1.0.10/helm-values.md rename to dependency/redis/1.0.11/helm-values.md diff --git a/dependency/redis/1.0.10/ix_values.yaml b/dependency/redis/1.0.11/ix_values.yaml similarity index 100% rename from dependency/redis/1.0.10/ix_values.yaml rename to dependency/redis/1.0.11/ix_values.yaml diff --git a/dependency/redis/1.0.10/questions.yaml b/dependency/redis/1.0.11/questions.yaml similarity index 100% rename from dependency/redis/1.0.10/questions.yaml rename to dependency/redis/1.0.11/questions.yaml diff --git a/dependency/redis/1.0.10/templates/common.yaml b/dependency/redis/1.0.11/templates/common.yaml similarity index 100% rename from dependency/redis/1.0.10/templates/common.yaml rename to dependency/redis/1.0.11/templates/common.yaml diff --git a/dependency/redis/1.0.10/templates/health-configmap.yaml b/dependency/redis/1.0.11/templates/health-configmap.yaml similarity index 100% rename from dependency/redis/1.0.10/templates/health-configmap.yaml rename to dependency/redis/1.0.11/templates/health-configmap.yaml diff --git a/dependency/redis/1.0.10/templates/secret.yaml b/dependency/redis/1.0.11/templates/secret.yaml similarity index 100% rename from dependency/redis/1.0.10/templates/secret.yaml rename to dependency/redis/1.0.11/templates/secret.yaml diff --git a/dependency/redis/1.0.10/values.yaml b/dependency/redis/1.0.11/values.yaml similarity index 100% rename from dependency/redis/1.0.10/values.yaml rename to dependency/redis/1.0.11/values.yaml diff --git a/incubator/prometheus/0.0.3/Chart.lock b/incubator/prometheus/0.0.3/Chart.lock deleted file mode 100644 index d514df1a553..00000000000 --- a/incubator/prometheus/0.0.3/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.9.0 -digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 -generated: "2021-11-22T20:44:07.503170383Z" diff --git a/incubator/prometheus/0.0.3/charts/common-8.9.0.tgz b/incubator/prometheus/0.0.3/charts/common-8.9.0.tgz deleted file mode 100644 index d3aeedb783b..00000000000 Binary files a/incubator/prometheus/0.0.3/charts/common-8.9.0.tgz and /dev/null differ diff --git a/incubator/prometheus/0.0.3/CHANGELOG.md b/incubator/prometheus/0.0.4/CHANGELOG.md similarity index 74% rename from incubator/prometheus/0.0.3/CHANGELOG.md rename to incubator/prometheus/0.0.4/CHANGELOG.md index 919ea453950..449393dbc1e 100644 --- a/incubator/prometheus/0.0.3/CHANGELOG.md +++ b/incubator/prometheus/0.0.4/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog
+ +### [prometheus-0.0.4](https://github.com/truecharts/apps/compare/prometheus-0.0.3...prometheus-0.0.4) (2021-11-22) + +#### Fix + +* correct prometheus GUI mistakes + + + ### [prometheus-0.0.3](https://github.com/truecharts/apps/compare/prometheus-0.0.2...prometheus-0.0.3) (2021-11-22) diff --git a/incubator/prometheus/0.0.3/CONFIG.md b/incubator/prometheus/0.0.4/CONFIG.md similarity index 100% rename from incubator/prometheus/0.0.3/CONFIG.md rename to incubator/prometheus/0.0.4/CONFIG.md diff --git a/dependency/memcached/1.0.9/Chart.lock b/incubator/prometheus/0.0.4/Chart.lock similarity index 78% rename from dependency/memcached/1.0.9/Chart.lock rename to incubator/prometheus/0.0.4/Chart.lock index 3c9b03a0efd..197fd9e4c2e 100644 --- a/dependency/memcached/1.0.9/Chart.lock +++ b/incubator/prometheus/0.0.4/Chart.lock @@ -3,4 +3,4 @@ dependencies: repository: https://truecharts.org version: 8.9.0 digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430 -generated: "2021-11-22T20:58:51.277446959Z" +generated: "2021-11-22T21:20:49.297052633Z" diff --git a/incubator/prometheus/0.0.3/Chart.yaml b/incubator/prometheus/0.0.4/Chart.yaml similarity index 98% rename from incubator/prometheus/0.0.3/Chart.yaml rename to incubator/prometheus/0.0.4/Chart.yaml index fc10074ee9c..2f70013f6b2 100644 --- a/incubator/prometheus/0.0.3/Chart.yaml +++ b/incubator/prometheus/0.0.4/Chart.yaml @@ -20,7 +20,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 0.0.3 +version: 0.0.4 annotations: truecharts.org/catagories: | - metrics diff --git a/incubator/prometheus/0.0.3/README.md b/incubator/prometheus/0.0.4/README.md similarity index 100% rename from incubator/prometheus/0.0.3/README.md rename to incubator/prometheus/0.0.4/README.md diff --git a/incubator/prometheus/0.0.3/app-readme.md b/incubator/prometheus/0.0.4/app-readme.md similarity index 100% rename from incubator/prometheus/0.0.3/app-readme.md rename to incubator/prometheus/0.0.4/app-readme.md diff --git a/dependency/mariadb/1.0.8/charts/common-8.9.0.tgz b/incubator/prometheus/0.0.4/charts/common-8.9.0.tgz similarity index 100% rename from dependency/mariadb/1.0.8/charts/common-8.9.0.tgz rename to incubator/prometheus/0.0.4/charts/common-8.9.0.tgz diff --git a/incubator/prometheus/0.0.3/crds/crd-alertmanager-config.yaml b/incubator/prometheus/0.0.4/crds/crd-alertmanager-config.yaml similarity index 100% rename from incubator/prometheus/0.0.3/crds/crd-alertmanager-config.yaml rename to incubator/prometheus/0.0.4/crds/crd-alertmanager-config.yaml diff --git a/incubator/prometheus/0.0.3/crds/crd-alertmanager.yaml b/incubator/prometheus/0.0.4/crds/crd-alertmanager.yaml similarity index 100% rename from incubator/prometheus/0.0.3/crds/crd-alertmanager.yaml rename to incubator/prometheus/0.0.4/crds/crd-alertmanager.yaml diff --git a/incubator/prometheus/0.0.3/crds/crd-podmonitor.yaml b/incubator/prometheus/0.0.4/crds/crd-podmonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.3/crds/crd-podmonitor.yaml rename to incubator/prometheus/0.0.4/crds/crd-podmonitor.yaml diff --git a/incubator/prometheus/0.0.3/crds/crd-probes.yaml b/incubator/prometheus/0.0.4/crds/crd-probes.yaml similarity index 100% rename from incubator/prometheus/0.0.3/crds/crd-probes.yaml rename to incubator/prometheus/0.0.4/crds/crd-probes.yaml diff --git a/incubator/prometheus/0.0.3/crds/crd-prometheus.yaml b/incubator/prometheus/0.0.4/crds/crd-prometheus.yaml similarity index 100% rename from incubator/prometheus/0.0.3/crds/crd-prometheus.yaml rename to incubator/prometheus/0.0.4/crds/crd-prometheus.yaml diff --git a/incubator/prometheus/0.0.3/crds/crd-prometheusrules.yaml b/incubator/prometheus/0.0.4/crds/crd-prometheusrules.yaml similarity index 100% rename from incubator/prometheus/0.0.3/crds/crd-prometheusrules.yaml rename to incubator/prometheus/0.0.4/crds/crd-prometheusrules.yaml diff --git a/incubator/prometheus/0.0.3/crds/crd-servicemonitor.yaml b/incubator/prometheus/0.0.4/crds/crd-servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.3/crds/crd-servicemonitor.yaml rename to incubator/prometheus/0.0.4/crds/crd-servicemonitor.yaml diff --git a/incubator/prometheus/0.0.3/crds/crd-thanosrulers.yaml b/incubator/prometheus/0.0.4/crds/crd-thanosrulers.yaml similarity index 100% rename from incubator/prometheus/0.0.3/crds/crd-thanosrulers.yaml rename to incubator/prometheus/0.0.4/crds/crd-thanosrulers.yaml diff --git a/incubator/prometheus/0.0.3/helm-values.md b/incubator/prometheus/0.0.4/helm-values.md similarity index 100% rename from incubator/prometheus/0.0.3/helm-values.md rename to incubator/prometheus/0.0.4/helm-values.md diff --git a/incubator/prometheus/0.0.3/ix_values.yaml b/incubator/prometheus/0.0.4/ix_values.yaml similarity index 100% rename from incubator/prometheus/0.0.3/ix_values.yaml rename to incubator/prometheus/0.0.4/ix_values.yaml diff --git a/incubator/prometheus/0.0.3/questions.yaml b/incubator/prometheus/0.0.4/questions.yaml similarity index 99% rename from incubator/prometheus/0.0.3/questions.yaml rename to incubator/prometheus/0.0.4/questions.yaml index 9295a512ba9..d0ee7225b05 100644 --- a/incubator/prometheus/0.0.3/questions.yaml +++ b/incubator/prometheus/0.0.4/questions.yaml @@ -48,20 +48,7 @@ questions: type: boolean default: true - - variable: serviceexpert - group: "Networking and Services" - label: "Show Expert Config" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - group: "Networking and Services" - label: "Host-Networking (Complicated)" - schema: - type: boolean - default: false + - variable: service group: "Networking and Services" label: "Configure Service(s)" @@ -124,6 +111,13 @@ questions: schema: type: dict attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10086 + required: true - variable: advanced label: "Show Advanced settings" schema: @@ -163,16 +157,10 @@ questions: schema: type: int default: 9090 - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10086 - required: true + - variable: promop label: "Operator Service" - description: "The Primary service on which the healthcheck runs, often the webUI" + description: "The Primary service on which the healthcheck runs" schema: type: dict attrs: @@ -226,6 +214,13 @@ questions: schema: type: dict attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10089 + required: true - variable: advanced label: "Show Advanced settings" schema: @@ -265,15 +260,9 @@ questions: schema: type: int default: 8080 - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10089 - required: true + - variable: alertmanager - label: "Main Service" + label: "alertmanager Service" description: "alertmanager service " schema: type: dict @@ -328,6 +317,13 @@ questions: schema: type: dict attrs: + - variable: port + label: "Port" + description: "This port exposes the container port on the service" + schema: + type: int + default: 10087 + required: true - variable: advanced label: "Show Advanced settings" schema: @@ -367,13 +363,21 @@ questions: schema: type: int default: 9093 - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10087 - required: true + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false - variable: dnsPolicy group: "Networking and Services" label: "dnsPolicy" diff --git a/incubator/prometheus/0.0.3/templates/_helpers.tpl b/incubator/prometheus/0.0.4/templates/_helpers.tpl similarity index 100% rename from incubator/prometheus/0.0.3/templates/_helpers.tpl rename to incubator/prometheus/0.0.4/templates/_helpers.tpl diff --git a/incubator/prometheus/0.0.3/templates/alertmanager/alertmanager.yaml b/incubator/prometheus/0.0.4/templates/alertmanager/alertmanager.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/alertmanager/alertmanager.yaml rename to incubator/prometheus/0.0.4/templates/alertmanager/alertmanager.yaml diff --git a/incubator/prometheus/0.0.3/templates/alertmanager/secrets.yaml b/incubator/prometheus/0.0.4/templates/alertmanager/secrets.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/alertmanager/secrets.yaml rename to incubator/prometheus/0.0.4/templates/alertmanager/secrets.yaml diff --git a/incubator/prometheus/0.0.3/templates/alertmanager/service.yaml b/incubator/prometheus/0.0.4/templates/alertmanager/service.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/alertmanager/service.yaml rename to incubator/prometheus/0.0.4/templates/alertmanager/service.yaml diff --git a/incubator/prometheus/0.0.3/templates/alertmanager/serviceaccount.yaml b/incubator/prometheus/0.0.4/templates/alertmanager/serviceaccount.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/alertmanager/serviceaccount.yaml rename to incubator/prometheus/0.0.4/templates/alertmanager/serviceaccount.yaml diff --git a/incubator/prometheus/0.0.3/templates/alertmanager/servicemonitor.yaml b/incubator/prometheus/0.0.4/templates/alertmanager/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/alertmanager/servicemonitor.yaml rename to incubator/prometheus/0.0.4/templates/alertmanager/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.3/templates/common.yaml b/incubator/prometheus/0.0.4/templates/common.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/common.yaml rename to incubator/prometheus/0.0.4/templates/common.yaml diff --git a/incubator/prometheus/0.0.3/templates/exporters/core-dns/service.yaml b/incubator/prometheus/0.0.4/templates/exporters/core-dns/service.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/exporters/core-dns/service.yaml rename to incubator/prometheus/0.0.4/templates/exporters/core-dns/service.yaml diff --git a/incubator/prometheus/0.0.3/templates/exporters/core-dns/servicemonitor.yaml b/incubator/prometheus/0.0.4/templates/exporters/core-dns/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/exporters/core-dns/servicemonitor.yaml rename to incubator/prometheus/0.0.4/templates/exporters/core-dns/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.3/templates/exporters/kube-apiserver/servicemonitor.yaml b/incubator/prometheus/0.0.4/templates/exporters/kube-apiserver/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/exporters/kube-apiserver/servicemonitor.yaml rename to incubator/prometheus/0.0.4/templates/exporters/kube-apiserver/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/endpoints.yaml b/incubator/prometheus/0.0.4/templates/exporters/kube-controller-manager/endpoints.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/endpoints.yaml rename to incubator/prometheus/0.0.4/templates/exporters/kube-controller-manager/endpoints.yaml diff --git a/incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/service.yaml b/incubator/prometheus/0.0.4/templates/exporters/kube-controller-manager/service.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/service.yaml rename to incubator/prometheus/0.0.4/templates/exporters/kube-controller-manager/service.yaml diff --git a/incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/servicemonitor.yaml b/incubator/prometheus/0.0.4/templates/exporters/kube-controller-manager/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/exporters/kube-controller-manager/servicemonitor.yaml rename to incubator/prometheus/0.0.4/templates/exporters/kube-controller-manager/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/endpoints.yaml b/incubator/prometheus/0.0.4/templates/exporters/kube-scheduler/endpoints.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/endpoints.yaml rename to incubator/prometheus/0.0.4/templates/exporters/kube-scheduler/endpoints.yaml diff --git a/incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/service.yaml b/incubator/prometheus/0.0.4/templates/exporters/kube-scheduler/service.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/service.yaml rename to incubator/prometheus/0.0.4/templates/exporters/kube-scheduler/service.yaml diff --git a/incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/servicemonitor.yaml b/incubator/prometheus/0.0.4/templates/exporters/kube-scheduler/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/exporters/kube-scheduler/servicemonitor.yaml rename to incubator/prometheus/0.0.4/templates/exporters/kube-scheduler/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.3/templates/exporters/kubelet/servicemonitor.yaml b/incubator/prometheus/0.0.4/templates/exporters/kubelet/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/exporters/kubelet/servicemonitor.yaml rename to incubator/prometheus/0.0.4/templates/exporters/kubelet/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.3/templates/operator/_args.tpl b/incubator/prometheus/0.0.4/templates/operator/_args.tpl similarity index 100% rename from incubator/prometheus/0.0.3/templates/operator/_args.tpl rename to incubator/prometheus/0.0.4/templates/operator/_args.tpl diff --git a/incubator/prometheus/0.0.3/templates/operator/configmap.yaml b/incubator/prometheus/0.0.4/templates/operator/configmap.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/operator/configmap.yaml rename to incubator/prometheus/0.0.4/templates/operator/configmap.yaml diff --git a/incubator/prometheus/0.0.3/templates/operator/servicemonitor.yaml b/incubator/prometheus/0.0.4/templates/operator/servicemonitor.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/operator/servicemonitor.yaml rename to incubator/prometheus/0.0.4/templates/operator/servicemonitor.yaml diff --git a/incubator/prometheus/0.0.3/templates/prometheus/_additionalPrometheusRules.tpl b/incubator/prometheus/0.0.4/templates/prometheus/_additionalPrometheusRules.tpl similarity index 100% rename from incubator/prometheus/0.0.3/templates/prometheus/_additionalPrometheusRules.tpl rename to incubator/prometheus/0.0.4/templates/prometheus/_additionalPrometheusRules.tpl diff --git a/incubator/prometheus/0.0.3/templates/prometheus/_additionalScrapeJobs.tpl b/incubator/prometheus/0.0.4/templates/prometheus/_additionalScrapeJobs.tpl similarity index 100% rename from incubator/prometheus/0.0.3/templates/prometheus/_additionalScrapeJobs.tpl rename to incubator/prometheus/0.0.4/templates/prometheus/_additionalScrapeJobs.tpl diff --git a/incubator/prometheus/0.0.3/templates/prometheus/_prometheus.tpl b/incubator/prometheus/0.0.4/templates/prometheus/_prometheus.tpl similarity index 100% rename from incubator/prometheus/0.0.3/templates/prometheus/_prometheus.tpl rename to incubator/prometheus/0.0.4/templates/prometheus/_prometheus.tpl diff --git a/incubator/prometheus/0.0.3/templates/prometheus/_servicemonitor.tpl b/incubator/prometheus/0.0.4/templates/prometheus/_servicemonitor.tpl similarity index 100% rename from incubator/prometheus/0.0.3/templates/prometheus/_servicemonitor.tpl rename to incubator/prometheus/0.0.4/templates/prometheus/_servicemonitor.tpl diff --git a/incubator/prometheus/0.0.3/templates/prometheus/_thanos-service.tpl b/incubator/prometheus/0.0.4/templates/prometheus/_thanos-service.tpl similarity index 100% rename from incubator/prometheus/0.0.3/templates/prometheus/_thanos-service.tpl rename to incubator/prometheus/0.0.4/templates/prometheus/_thanos-service.tpl diff --git a/incubator/prometheus/0.0.3/templates/prometheus/clusterrole.yaml b/incubator/prometheus/0.0.4/templates/prometheus/clusterrole.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/prometheus/clusterrole.yaml rename to incubator/prometheus/0.0.4/templates/prometheus/clusterrole.yaml diff --git a/incubator/prometheus/0.0.3/templates/prometheus/clusterrolebinding.yaml b/incubator/prometheus/0.0.4/templates/prometheus/clusterrolebinding.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/prometheus/clusterrolebinding.yaml rename to incubator/prometheus/0.0.4/templates/prometheus/clusterrolebinding.yaml diff --git a/incubator/prometheus/0.0.3/templates/prometheus/serviceaccount.yaml b/incubator/prometheus/0.0.4/templates/prometheus/serviceaccount.yaml similarity index 100% rename from incubator/prometheus/0.0.3/templates/prometheus/serviceaccount.yaml rename to incubator/prometheus/0.0.4/templates/prometheus/serviceaccount.yaml diff --git a/incubator/prometheus/0.0.3/values.yaml b/incubator/prometheus/0.0.4/values.yaml similarity index 100% rename from incubator/prometheus/0.0.3/values.yaml rename to incubator/prometheus/0.0.4/values.yaml