diff --git a/enterprise/blocky/1.1.6/CHANGELOG.md b/enterprise/blocky/1.1.7/CHANGELOG.md similarity index 86% rename from enterprise/blocky/1.1.6/CHANGELOG.md rename to enterprise/blocky/1.1.7/CHANGELOG.md index fe3719d6ba..9ee2b9379d 100644 --- a/enterprise/blocky/1.1.6/CHANGELOG.md +++ b/enterprise/blocky/1.1.7/CHANGELOG.md @@ -2,6 +2,19 @@ +## [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 @@ -84,16 +97,3 @@ - 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) diff --git a/enterprise/blocky/1.1.6/Chart.lock b/enterprise/blocky/1.1.7/Chart.lock similarity index 85% rename from enterprise/blocky/1.1.6/Chart.lock rename to enterprise/blocky/1.1.7/Chart.lock index dc3ac3a94f..fc03b704d9 100644 --- a/enterprise/blocky/1.1.6/Chart.lock +++ b/enterprise/blocky/1.1.7/Chart.lock @@ -6,4 +6,4 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.102 digest: sha256:d4d4b811f3f5ade7c71028322769dd728b4f9ef64a69e88c267893592146ef57 -generated: "2022-10-25T08:30:25.519195282Z" +generated: "2022-10-31T23:48:49.55558988Z" diff --git a/enterprise/blocky/1.1.6/Chart.yaml b/enterprise/blocky/1.1.7/Chart.yaml similarity index 98% rename from enterprise/blocky/1.1.6/Chart.yaml rename to enterprise/blocky/1.1.7/Chart.yaml index 16eb8daf57..1d680c1e5d 100644 --- a/enterprise/blocky/1.1.6/Chart.yaml +++ b/enterprise/blocky/1.1.7/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/0xERR0R/blocky - https://github.com/Mozart409/blocky-frontend - https://hub.docker.com/r/spx01/blocky -version: 1.1.6 +version: 1.1.7 annotations: truecharts.org/catagories: | - network diff --git a/enterprise/blocky/1.1.6/README.md b/enterprise/blocky/1.1.7/README.md similarity index 100% rename from enterprise/blocky/1.1.6/README.md rename to enterprise/blocky/1.1.7/README.md diff --git a/enterprise/blocky/1.1.6/app-readme.md b/enterprise/blocky/1.1.7/app-readme.md similarity index 100% rename from enterprise/blocky/1.1.6/app-readme.md rename to enterprise/blocky/1.1.7/app-readme.md diff --git a/enterprise/blocky/1.1.6/charts/common-10.7.7.tgz b/enterprise/blocky/1.1.7/charts/common-10.7.7.tgz similarity index 100% rename from enterprise/blocky/1.1.6/charts/common-10.7.7.tgz rename to enterprise/blocky/1.1.7/charts/common-10.7.7.tgz diff --git a/enterprise/blocky/1.1.6/charts/redis-3.0.102.tgz b/enterprise/blocky/1.1.7/charts/redis-3.0.102.tgz similarity index 100% rename from enterprise/blocky/1.1.6/charts/redis-3.0.102.tgz rename to enterprise/blocky/1.1.7/charts/redis-3.0.102.tgz diff --git a/enterprise/blocky/1.1.6/ci/k8sgateway-values.yaml b/enterprise/blocky/1.1.7/ci/k8sgateway-values.yaml similarity index 100% rename from enterprise/blocky/1.1.6/ci/k8sgateway-values.yaml rename to enterprise/blocky/1.1.7/ci/k8sgateway-values.yaml diff --git a/enterprise/blocky/1.1.6/ci/standalone-values.yaml b/enterprise/blocky/1.1.7/ci/standalone-values.yaml similarity index 100% rename from enterprise/blocky/1.1.6/ci/standalone-values.yaml rename to enterprise/blocky/1.1.7/ci/standalone-values.yaml diff --git a/enterprise/blocky/1.1.6/ix_values.yaml b/enterprise/blocky/1.1.7/ix_values.yaml similarity index 100% rename from enterprise/blocky/1.1.6/ix_values.yaml rename to enterprise/blocky/1.1.7/ix_values.yaml diff --git a/enterprise/blocky/1.1.6/questions.yaml b/enterprise/blocky/1.1.7/questions.yaml similarity index 99% rename from enterprise/blocky/1.1.6/questions.yaml rename to enterprise/blocky/1.1.7/questions.yaml index 452627cad8..2c09fde4bc 100644 --- a/enterprise/blocky/1.1.6/questions.yaml +++ b/enterprise/blocky/1.1.7/questions.yaml @@ -340,14 +340,14 @@ questions: type: dict additional_attrs: true attrs: - - variable: in - label: In + - variable: domain + label: Domain schema: type: string required: true default: "" - - variable: out - label: Out + - variable: dnsserver + label: DNS Server schema: type: string required: true @@ -1674,8 +1674,6 @@ questions: description: Default - value: ClusterFirst description: ClusterFirst - - value: ClusterFirstWithHostNet - description: ClusterFirstWithHostNet - value: None description: None - variable: dnsConfig diff --git a/enterprise/blocky/1.1.6/templates/_blockyConfig.tpl b/enterprise/blocky/1.1.7/templates/_blockyConfig.tpl similarity index 100% rename from enterprise/blocky/1.1.6/templates/_blockyConfig.tpl rename to enterprise/blocky/1.1.7/templates/_blockyConfig.tpl diff --git a/enterprise/blocky/1.1.6/templates/_k8sgateway.tpl b/enterprise/blocky/1.1.7/templates/_k8sgateway.tpl similarity index 100% rename from enterprise/blocky/1.1.6/templates/_k8sgateway.tpl rename to enterprise/blocky/1.1.7/templates/_k8sgateway.tpl diff --git a/enterprise/blocky/1.1.6/templates/_webui.tpl b/enterprise/blocky/1.1.7/templates/_webui.tpl similarity index 100% rename from enterprise/blocky/1.1.6/templates/_webui.tpl rename to enterprise/blocky/1.1.7/templates/_webui.tpl diff --git a/enterprise/blocky/1.1.6/templates/common.yaml b/enterprise/blocky/1.1.7/templates/common.yaml similarity index 100% rename from enterprise/blocky/1.1.6/templates/common.yaml rename to enterprise/blocky/1.1.7/templates/common.yaml diff --git a/enterprise/blocky/1.1.6/templates/prometheusrules.yaml b/enterprise/blocky/1.1.7/templates/prometheusrules.yaml similarity index 100% rename from enterprise/blocky/1.1.6/templates/prometheusrules.yaml rename to enterprise/blocky/1.1.7/templates/prometheusrules.yaml diff --git a/enterprise/blocky/1.1.6/templates/servicemonitor.yaml b/enterprise/blocky/1.1.7/templates/servicemonitor.yaml similarity index 100% rename from enterprise/blocky/1.1.6/templates/servicemonitor.yaml rename to enterprise/blocky/1.1.7/templates/servicemonitor.yaml diff --git a/enterprise/blocky/1.1.6/values.yaml b/enterprise/blocky/1.1.7/values.yaml similarity index 100% rename from enterprise/blocky/1.1.6/values.yaml rename to enterprise/blocky/1.1.7/values.yaml