diff --git a/incubator/redis/0.0.1/CHANGELOG.md b/incubator/redis/0.0.1/CHANGELOG.md deleted file mode 100644 index 7959892b507..00000000000 --- a/incubator/redis/0.0.1/CHANGELOG.md +++ /dev/null @@ -1,10 +0,0 @@ -# Changelog
- - - -### redis-0.0.1 (2021-11-12) - -#### Feat - -* add redis App ([#1309](https://github.com/truecharts/apps/issues/1309)) - diff --git a/incubator/redis/0.0.1/Chart.lock b/incubator/redis/0.0.1/Chart.lock deleted file mode 100644 index 29e02e1d5b2..00000000000 --- a/incubator/redis/0.0.1/Chart.lock +++ /dev/null @@ -1,6 +0,0 @@ -dependencies: -- name: common - repository: https://truecharts.org - version: 8.5.4 -digest: sha256:5bb2d31930ed6ceb6a350de804cbd9b297888a3f6b7b3aa0aaabe8a8d0ed8861 -generated: "2021-11-12T17:32:57.877443507Z" diff --git a/incubator/redis/0.0.1/charts/common-8.5.4.tgz b/incubator/redis/0.0.1/charts/common-8.5.4.tgz deleted file mode 100644 index 64862f3bab9..00000000000 Binary files a/incubator/redis/0.0.1/charts/common-8.5.4.tgz and /dev/null differ diff --git a/incubator/redis/0.0.2/CHANGELOG.md b/incubator/redis/0.0.2/CHANGELOG.md new file mode 100644 index 00000000000..8e51db20721 --- /dev/null +++ b/incubator/redis/0.0.2/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog
+ + + +### [redis-0.0.2](https://github.com/truecharts/apps/compare/redis-0.0.1...redis-0.0.2) (2021-11-12) + +#### Fix + +* bump common on redis + + + + +### redis-0.0.1 (2021-11-12) + +#### Feat + +* add redis App ([#1309](https://github.com/truecharts/apps/issues/1309)) + diff --git a/incubator/redis/0.0.1/CONFIG.md b/incubator/redis/0.0.2/CONFIG.md similarity index 100% rename from incubator/redis/0.0.1/CONFIG.md rename to incubator/redis/0.0.2/CONFIG.md diff --git a/incubator/redis/0.0.2/Chart.lock b/incubator/redis/0.0.2/Chart.lock new file mode 100644 index 00000000000..1beef803610 --- /dev/null +++ b/incubator/redis/0.0.2/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.5.6 +digest: sha256:c711d63142ad5cb07c166f67914dfd8af0624873e5b4a28e06a758fca11525e8 +generated: "2021-11-12T18:04:37.677961844Z" diff --git a/incubator/redis/0.0.1/Chart.yaml b/incubator/redis/0.0.2/Chart.yaml similarity index 95% rename from incubator/redis/0.0.1/Chart.yaml rename to incubator/redis/0.0.2/Chart.yaml index ebf283e0513..078927244a8 100644 --- a/incubator/redis/0.0.1/Chart.yaml +++ b/incubator/redis/0.0.2/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.2.6" dependencies: - name: common repository: https://truecharts.org - version: 8.5.4 + version: 8.5.6 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: 0.0.1 +version: 0.0.2 annotations: truecharts.org/catagories: | - database diff --git a/incubator/redis/0.0.1/README.md b/incubator/redis/0.0.2/README.md similarity index 96% rename from incubator/redis/0.0.1/README.md rename to incubator/redis/0.0.2/README.md index 91c273bfb73..db0a9ed9c25 100644 --- a/incubator/redis/0.0.1/README.md +++ b/incubator/redis/0.0.2/README.md @@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| -| https://truecharts.org | common | 8.5.4 | +| https://truecharts.org | common | 8.5.6 | ## Installing the Chart diff --git a/incubator/redis/0.0.1/app-readme.md b/incubator/redis/0.0.2/app-readme.md similarity index 100% rename from incubator/redis/0.0.1/app-readme.md rename to incubator/redis/0.0.2/app-readme.md diff --git a/incubator/redis/0.0.2/charts/common-8.5.6.tgz b/incubator/redis/0.0.2/charts/common-8.5.6.tgz new file mode 100644 index 00000000000..aa98070e90b Binary files /dev/null and b/incubator/redis/0.0.2/charts/common-8.5.6.tgz differ diff --git a/incubator/redis/0.0.1/helm-values.md b/incubator/redis/0.0.2/helm-values.md similarity index 100% rename from incubator/redis/0.0.1/helm-values.md rename to incubator/redis/0.0.2/helm-values.md diff --git a/incubator/redis/0.0.1/ix_values.yaml b/incubator/redis/0.0.2/ix_values.yaml similarity index 100% rename from incubator/redis/0.0.1/ix_values.yaml rename to incubator/redis/0.0.2/ix_values.yaml diff --git a/incubator/redis/0.0.1/questions.yaml b/incubator/redis/0.0.2/questions.yaml similarity index 100% rename from incubator/redis/0.0.1/questions.yaml rename to incubator/redis/0.0.2/questions.yaml diff --git a/incubator/redis/0.0.1/templates/common.yaml b/incubator/redis/0.0.2/templates/common.yaml similarity index 100% rename from incubator/redis/0.0.1/templates/common.yaml rename to incubator/redis/0.0.2/templates/common.yaml diff --git a/incubator/redis/0.0.1/templates/health-configmap.yaml b/incubator/redis/0.0.2/templates/health-configmap.yaml similarity index 100% rename from incubator/redis/0.0.1/templates/health-configmap.yaml rename to incubator/redis/0.0.2/templates/health-configmap.yaml diff --git a/incubator/redis/0.0.1/templates/secret.yaml b/incubator/redis/0.0.2/templates/secret.yaml similarity index 100% rename from incubator/redis/0.0.1/templates/secret.yaml rename to incubator/redis/0.0.2/templates/secret.yaml diff --git a/incubator/redis/0.0.1/values.yaml b/incubator/redis/0.0.2/values.yaml similarity index 100% rename from incubator/redis/0.0.1/values.yaml rename to incubator/redis/0.0.2/values.yaml