diff --git a/charts/enterprise/cert-manager/CHANGELOG.md b/charts/enterprise/cert-manager/CHANGELOG.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/charts/enterprise/cert-manager/.helmignore b/charts/enterprise/clusterissuer/.helmignore similarity index 100% rename from charts/enterprise/cert-manager/.helmignore rename to charts/enterprise/clusterissuer/.helmignore diff --git a/charts/enterprise/cert-manager/Chart.yaml b/charts/enterprise/clusterissuer/Chart.yaml similarity index 91% rename from charts/enterprise/cert-manager/Chart.yaml rename to charts/enterprise/clusterissuer/Chart.yaml index a3802248522..c69ea4bf3ee 100644 --- a/charts/enterprise/cert-manager/Chart.yaml +++ b/charts/enterprise/clusterissuer/Chart.yaml @@ -5,8 +5,8 @@ description: Certificate management for Kubernetes home: https://truecharts.org/charts/enterprise/cert-manager icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png keywords: - - metallb - - loadbalancer + - cert-manager + - certificates dependencies: - name: common repository: https://library-charts.truecharts.org @@ -16,12 +16,12 @@ maintainers: - email: info@truecharts.org name: TrueCharts url: https://truecharts.org -name: cert-manager +name: clusterissuer sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/cert-manager - https://cert-manager.io/ type: application -version: 1.0.37 +version: 1.0.0 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/cert-manager/LICENSE b/charts/enterprise/clusterissuer/LICENSE similarity index 100% rename from charts/enterprise/cert-manager/LICENSE rename to charts/enterprise/clusterissuer/LICENSE diff --git a/charts/enterprise/cert-manager/README.md b/charts/enterprise/clusterissuer/README.md similarity index 100% rename from charts/enterprise/cert-manager/README.md rename to charts/enterprise/clusterissuer/README.md diff --git a/charts/enterprise/cert-manager/ci/CA-values.yaml b/charts/enterprise/clusterissuer/ci/CA-values.yaml similarity index 100% rename from charts/enterprise/cert-manager/ci/CA-values.yaml rename to charts/enterprise/clusterissuer/ci/CA-values.yaml diff --git a/charts/enterprise/cert-manager/ci/basic-values.yaml b/charts/enterprise/clusterissuer/ci/basic-values.yaml similarity index 100% rename from charts/enterprise/cert-manager/ci/basic-values.yaml rename to charts/enterprise/clusterissuer/ci/basic-values.yaml diff --git a/charts/enterprise/cert-manager/crds/cert-manager.yaml b/charts/enterprise/clusterissuer/crds/cert-manager.yaml similarity index 100% rename from charts/enterprise/cert-manager/crds/cert-manager.yaml rename to charts/enterprise/clusterissuer/crds/cert-manager.yaml diff --git a/charts/enterprise/cert-manager/docs/how-to.md b/charts/enterprise/clusterissuer/docs/how-to.md similarity index 100% rename from charts/enterprise/cert-manager/docs/how-to.md rename to charts/enterprise/clusterissuer/docs/how-to.md diff --git a/charts/enterprise/cert-manager/docs/img/cert-manager1.png b/charts/enterprise/clusterissuer/docs/img/cert-manager1.png similarity index 100% rename from charts/enterprise/cert-manager/docs/img/cert-manager1.png rename to charts/enterprise/clusterissuer/docs/img/cert-manager1.png diff --git a/charts/enterprise/cert-manager/docs/img/cert-manager2.png b/charts/enterprise/clusterissuer/docs/img/cert-manager2.png similarity index 100% rename from charts/enterprise/cert-manager/docs/img/cert-manager2.png rename to charts/enterprise/clusterissuer/docs/img/cert-manager2.png diff --git a/charts/enterprise/cert-manager/docs/img/cert-manager3.png b/charts/enterprise/clusterissuer/docs/img/cert-manager3.png similarity index 100% rename from charts/enterprise/cert-manager/docs/img/cert-manager3.png rename to charts/enterprise/clusterissuer/docs/img/cert-manager3.png diff --git a/charts/enterprise/cert-manager/docs/img/cert-manager4.png b/charts/enterprise/clusterissuer/docs/img/cert-manager4.png similarity index 100% rename from charts/enterprise/cert-manager/docs/img/cert-manager4.png rename to charts/enterprise/clusterissuer/docs/img/cert-manager4.png diff --git a/charts/enterprise/cert-manager/docs/img/cert-manager5.png b/charts/enterprise/clusterissuer/docs/img/cert-manager5.png similarity index 100% rename from charts/enterprise/cert-manager/docs/img/cert-manager5.png rename to charts/enterprise/clusterissuer/docs/img/cert-manager5.png diff --git a/charts/enterprise/cert-manager/docs/validation.md b/charts/enterprise/clusterissuer/docs/validation.md similarity index 100% rename from charts/enterprise/cert-manager/docs/validation.md rename to charts/enterprise/clusterissuer/docs/validation.md diff --git a/charts/enterprise/cert-manager/icon.png b/charts/enterprise/clusterissuer/icon.png similarity index 100% rename from charts/enterprise/cert-manager/icon.png rename to charts/enterprise/clusterissuer/icon.png diff --git a/charts/enterprise/cert-manager/questions.yaml b/charts/enterprise/clusterissuer/questions.yaml similarity index 100% rename from charts/enterprise/cert-manager/questions.yaml rename to charts/enterprise/clusterissuer/questions.yaml diff --git a/charts/enterprise/cert-manager/templates/NOTES.txt b/charts/enterprise/clusterissuer/templates/NOTES.txt similarity index 100% rename from charts/enterprise/cert-manager/templates/NOTES.txt rename to charts/enterprise/clusterissuer/templates/NOTES.txt diff --git a/charts/enterprise/cert-manager/templates/_metrics.tpl b/charts/enterprise/clusterissuer/templates/_metrics.tpl similarity index 100% rename from charts/enterprise/cert-manager/templates/_metrics.tpl rename to charts/enterprise/clusterissuer/templates/_metrics.tpl diff --git a/charts/enterprise/cert-manager/templates/clusterissuer/_ACME.tpl b/charts/enterprise/clusterissuer/templates/clusterissuer/_ACME.tpl similarity index 100% rename from charts/enterprise/cert-manager/templates/clusterissuer/_ACME.tpl rename to charts/enterprise/clusterissuer/templates/clusterissuer/_ACME.tpl diff --git a/charts/enterprise/cert-manager/templates/clusterissuer/_CA.tpl b/charts/enterprise/clusterissuer/templates/clusterissuer/_CA.tpl similarity index 100% rename from charts/enterprise/cert-manager/templates/clusterissuer/_CA.tpl rename to charts/enterprise/clusterissuer/templates/clusterissuer/_CA.tpl diff --git a/charts/enterprise/cert-manager/templates/clusterissuer/_selfSigned.tpl b/charts/enterprise/clusterissuer/templates/clusterissuer/_selfSigned.tpl similarity index 100% rename from charts/enterprise/cert-manager/templates/clusterissuer/_selfSigned.tpl rename to charts/enterprise/clusterissuer/templates/clusterissuer/_selfSigned.tpl diff --git a/charts/enterprise/cert-manager/templates/common.yaml b/charts/enterprise/clusterissuer/templates/common.yaml similarity index 100% rename from charts/enterprise/cert-manager/templates/common.yaml rename to charts/enterprise/clusterissuer/templates/common.yaml diff --git a/charts/enterprise/cert-manager/values.yaml b/charts/enterprise/clusterissuer/values.yaml similarity index 100% rename from charts/enterprise/cert-manager/values.yaml rename to charts/enterprise/clusterissuer/values.yaml diff --git a/charts/enterprise/metallb/.helmignore b/charts/enterprise/metallb-config/.helmignore similarity index 100% rename from charts/enterprise/metallb/.helmignore rename to charts/enterprise/metallb-config/.helmignore diff --git a/charts/enterprise/metallb/Chart.yaml b/charts/enterprise/metallb-config/Chart.yaml similarity index 95% rename from charts/enterprise/metallb/Chart.yaml rename to charts/enterprise/metallb-config/Chart.yaml index e297acd9252..7758effa6c0 100644 --- a/charts/enterprise/metallb/Chart.yaml +++ b/charts/enterprise/metallb-config/Chart.yaml @@ -16,13 +16,13 @@ maintainers: - email: info@truecharts.org name: TrueCharts url: https://truecharts.org -name: metallb +name: metallb-config sources: - https://github.com/truecharts/charts/tree/master/charts/enterprise/metallb - https://github.com/metallb/metallb - https://metallb.universe.tf type: application -version: 8.0.32 +version: 1.0.0 annotations: truecharts.org/catagories: | - core diff --git a/charts/enterprise/metallb/LICENSE b/charts/enterprise/metallb-config/LICENSE similarity index 100% rename from charts/enterprise/metallb/LICENSE rename to charts/enterprise/metallb-config/LICENSE diff --git a/charts/enterprise/metallb/README.md b/charts/enterprise/metallb-config/README.md similarity index 100% rename from charts/enterprise/metallb/README.md rename to charts/enterprise/metallb-config/README.md diff --git a/charts/enterprise/metallb/ci/basic-values.yaml b/charts/enterprise/metallb-config/ci/basic-values.yaml similarity index 100% rename from charts/enterprise/metallb/ci/basic-values.yaml rename to charts/enterprise/metallb-config/ci/basic-values.yaml diff --git a/charts/enterprise/metallb/ci/pool-values.yaml b/charts/enterprise/metallb-config/ci/pool-values.yaml similarity index 100% rename from charts/enterprise/metallb/ci/pool-values.yaml rename to charts/enterprise/metallb-config/ci/pool-values.yaml diff --git a/charts/enterprise/metallb/docs/img/metallb_guide_addresspool_basic.png b/charts/enterprise/metallb-config/docs/img/metallb_guide_addresspool_basic.png similarity index 100% rename from charts/enterprise/metallb/docs/img/metallb_guide_addresspool_basic.png rename to charts/enterprise/metallb-config/docs/img/metallb_guide_addresspool_basic.png diff --git a/charts/enterprise/metallb/docs/img/metallb_guide_disableLB.png b/charts/enterprise/metallb-config/docs/img/metallb_guide_disableLB.png similarity index 100% rename from charts/enterprise/metallb/docs/img/metallb_guide_disableLB.png rename to charts/enterprise/metallb-config/docs/img/metallb_guide_disableLB.png diff --git a/charts/enterprise/metallb/docs/img/metallb_guide_l2advertisement.png b/charts/enterprise/metallb-config/docs/img/metallb_guide_l2advertisement.png similarity index 100% rename from charts/enterprise/metallb/docs/img/metallb_guide_l2advertisement.png rename to charts/enterprise/metallb-config/docs/img/metallb_guide_l2advertisement.png diff --git a/charts/enterprise/metallb/docs/img/metallb_guide_specifyIP.png b/charts/enterprise/metallb-config/docs/img/metallb_guide_specifyIP.png similarity index 100% rename from charts/enterprise/metallb/docs/img/metallb_guide_specifyIP.png rename to charts/enterprise/metallb-config/docs/img/metallb_guide_specifyIP.png diff --git a/charts/enterprise/metallb/docs/setup-guide.md b/charts/enterprise/metallb-config/docs/setup-guide.md similarity index 100% rename from charts/enterprise/metallb/docs/setup-guide.md rename to charts/enterprise/metallb-config/docs/setup-guide.md diff --git a/charts/enterprise/metallb/icon.png b/charts/enterprise/metallb-config/icon.png similarity index 100% rename from charts/enterprise/metallb/icon.png rename to charts/enterprise/metallb-config/icon.png diff --git a/charts/enterprise/metallb/questions.yaml b/charts/enterprise/metallb-config/questions.yaml similarity index 100% rename from charts/enterprise/metallb/questions.yaml rename to charts/enterprise/metallb-config/questions.yaml diff --git a/charts/enterprise/metallb/templates/NOTES.txt b/charts/enterprise/metallb-config/templates/NOTES.txt similarity index 100% rename from charts/enterprise/metallb/templates/NOTES.txt rename to charts/enterprise/metallb-config/templates/NOTES.txt diff --git a/charts/enterprise/metallb/templates/_bgpadvertisement.tpl b/charts/enterprise/metallb-config/templates/_bgpadvertisement.tpl similarity index 100% rename from charts/enterprise/metallb/templates/_bgpadvertisement.tpl rename to charts/enterprise/metallb-config/templates/_bgpadvertisement.tpl diff --git a/charts/enterprise/metallb/templates/_community.tpl b/charts/enterprise/metallb-config/templates/_community.tpl similarity index 100% rename from charts/enterprise/metallb/templates/_community.tpl rename to charts/enterprise/metallb-config/templates/_community.tpl diff --git a/charts/enterprise/metallb/templates/_ipaddresspool.tpl b/charts/enterprise/metallb-config/templates/_ipaddresspool.tpl similarity index 100% rename from charts/enterprise/metallb/templates/_ipaddresspool.tpl rename to charts/enterprise/metallb-config/templates/_ipaddresspool.tpl diff --git a/charts/enterprise/metallb/templates/_l2advertisement.tpl b/charts/enterprise/metallb-config/templates/_l2advertisement.tpl similarity index 100% rename from charts/enterprise/metallb/templates/_l2advertisement.tpl rename to charts/enterprise/metallb-config/templates/_l2advertisement.tpl diff --git a/charts/enterprise/metallb/templates/_peers.tpl b/charts/enterprise/metallb-config/templates/_peers.tpl similarity index 100% rename from charts/enterprise/metallb/templates/_peers.tpl rename to charts/enterprise/metallb-config/templates/_peers.tpl diff --git a/charts/enterprise/metallb/templates/common.yaml b/charts/enterprise/metallb-config/templates/common.yaml similarity index 100% rename from charts/enterprise/metallb/templates/common.yaml rename to charts/enterprise/metallb-config/templates/common.yaml diff --git a/charts/enterprise/metallb/values.yaml b/charts/enterprise/metallb-config/values.yaml similarity index 100% rename from charts/enterprise/metallb/values.yaml rename to charts/enterprise/metallb-config/values.yaml diff --git a/charts/enterprise/metallb/CHANGELOG.md b/charts/enterprise/metallb/CHANGELOG.md deleted file mode 100644 index 940b70c9c9c..00000000000 --- a/charts/enterprise/metallb/CHANGELOG.md +++ /dev/null @@ -1,391 +0,0 @@ -# Changelog - - - -## [blocky-2.0.0](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-2.0.0) (2022-11-10) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Major Change to GUI - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - ### Fix - -- change container config label - - - - -## [blocky-1.1.13](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.13) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4349](https://github.com/truecharts/charts/issues/4349)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.12](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.12) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.12](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.12) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.12](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.12) (2022-11-08) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4342](https://github.com/truecharts/charts/issues/4342)) - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.11](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.11) (2022-11-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.11](https://github.com/truecharts/charts/compare/blocky-1.1.10...blocky-1.1.11) (2022-11-06) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4329](https://github.com/truecharts/charts/issues/4329)) - - - - -## [blocky-1.1.10](https://github.com/truecharts/charts/compare/blocky-1.1.9...blocky-1.1.10) (2022-11-06) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4317](https://github.com/truecharts/charts/issues/4317)) - - - - -## [blocky-1.1.9](https://github.com/truecharts/charts/compare/blocky-1.1.8...blocky-1.1.9) (2022-11-05) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4308](https://github.com/truecharts/charts/issues/4308)) - - - - -## [blocky-1.1.8](https://github.com/truecharts/charts/compare/blocky-1.1.7...blocky-1.1.8) (2022-11-02) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4261](https://github.com/truecharts/charts/issues/4261)) - - - - -## [blocky-1.1.7](https://github.com/truecharts/charts/compare/blocky-1.1.6...blocky-1.1.7) (2022-10-31) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- fix UI, wrong variable names ([#4258](https://github.com/truecharts/charts/issues/4258)) - - - - -## [blocky-1.1.6](https://github.com/truecharts/charts/compare/blocky-1.1.5...blocky-1.1.6) (2022-10-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4182](https://github.com/truecharts/charts/issues/4182)) - - - - -## [blocky-1.1.5](https://github.com/truecharts/charts/compare/blocky-1.1.4...blocky-1.1.5) (2022-10-19) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4122](https://github.com/truecharts/charts/issues/4122)) - - - - -## [blocky-1.1.4](https://github.com/truecharts/charts/compare/blocky-1.1.3...blocky-1.1.4) (2022-10-12) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#4071](https://github.com/truecharts/charts/issues/4071)) - - - - -## [blocky-1.1.3](https://github.com/truecharts/charts/compare/blocky-1.1.2...blocky-1.1.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blocky-1.1.3](https://github.com/truecharts/charts/compare/blocky-1.1.2...blocky-1.1.3) (2022-10-07) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major - - - - -## [blocky-1.1.2](https://github.com/truecharts/charts/compare/blocky-1.1.1...blocky-1.1.2) (2022-10-05) - -### Chore - -- Auto-update chart README [skip ci] - - split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979)) - - update helm general non-major - - - - -## [blocky-1.1.1](https://github.com/truecharts/charts/compare/blocky-1.1.0...blocky-1.1.1) (2022-09-30) - -### Chore - -- Auto-update chart README [skip ci] - - ### Feat - -- add blocky documentation links to descriptions ([#3964](https://github.com/truecharts/charts/issues/3964)) - - - - -## [blocky-1.1.0](https://github.com/truecharts/charts/compare/blocky-1.0.11...blocky-1.1.0) (2022-09-29) - -### Feat - -- add DoH support on main ingress ([#3959](https://github.com/truecharts/charts/issues/3959)) - - - - -## [blocky-1.0.10](https://github.com/truecharts/charts/compare/blocky-1.0.9...blocky-1.0.10) (2022-09-27) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3918](https://github.com/truecharts/charts/issues/3918)) - - - - -## [blocky-1.0.9](https://github.com/truecharts/charts/compare/blocky-1.0.7...blocky-1.0.9) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - - - -## [blocky-1.0.7](https://github.com/truecharts/charts/compare/blocky-1.0.6...blocky-1.0.7) (2022-09-26) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - ### Fix - -- fix GUI apiurl and prometheus metrics ([#3908](https://github.com/truecharts/charts/issues/3908)) - - - - -## [blocky-1.0.6](https://github.com/truecharts/charts/compare/blocky-1.0.5...blocky-1.0.6) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - bump version - - ### Fix - -- allow port changes, allow dot, fix prometheus and fix api access ([#3899](https://github.com/truecharts/charts/issues/3899)) - - - - -## [blocky-1.0.5](https://github.com/truecharts/charts/compare/blocky-1.0.4...blocky-1.0.5) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - update helm general non-major ([#3898](https://github.com/truecharts/charts/issues/3898)) - - - - -## [blocky-1.0.4](https://github.com/truecharts/charts/compare/blocky-1.0.3...blocky-1.0.4) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- update redis - - - - -## [blocky-1.0.3](https://github.com/truecharts/charts/compare/blocky-1.0.2...blocky-1.0.3) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- use new common SA handler - - - - -## [blocky-1.0.2](https://github.com/truecharts/charts/compare/blocky-1.0.1...blocky-1.0.2) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- disable probes until next release ([#3886](https://github.com/truecharts/charts/issues/3886)) - - - - -## [blocky-1.0.1](https://github.com/truecharts/charts/compare/blocky-1.0.0...blocky-1.0.1) (2022-09-25) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- set defaults to some durations ([#3885](https://github.com/truecharts/charts/issues/3885)) - - - - -## [blocky-1.0.0](https://github.com/truecharts/charts/compare/blocky-0.0.4...blocky-1.0.0) (2022-09-24) - -### Chore - -- move blocky to enterprise ([#3875](https://github.com/truecharts/charts/issues/3875)) - - - - -## [blocky-0.0.4](https://github.com/truecharts/charts/compare/blocky-0.0.3...blocky-0.0.4) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - ### Fix - -- Finish up UI ([#3866](https://github.com/truecharts/charts/issues/3866)) - - - - -## [blocky-0.0.3](https://github.com/truecharts/charts/compare/blocky-0.0.2...blocky-0.0.3) (2022-09-24) - -### Chore - -- Auto-update chart README [skip ci] - - update docker general non-major ([#3860](https://github.com/truecharts/charts/issues/3860)) - - - - -## [blocky-0.0.2](https://github.com/truecharts/charts/compare/blocky-0.0.1...blocky-0.0.2) (2022-09-23) - -### Chore - -- Auto-update chart README [skip ci] - - Auto-update chart README [skip ci] - - update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850)) - - - - -## [blocky-0.0.1]blocky-0.0.1 (2022-09-22) - -### Feat - -- add blocky ([#3735](https://github.com/truecharts/charts/issues/3735))