diff --git a/enterprise/blocky/5.0.7/app-changelog.md b/enterprise/blocky/5.0.7/app-changelog.md deleted file mode 100644 index 0433f8cf93..0000000000 --- a/enterprise/blocky/5.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [blocky-5.0.7](https://github.com/truecharts/charts/compare/blocky-5.0.6...blocky-5.0.7) (2023-03-07) - -### Feat - -- add support for more query logging options, including postgresql ([#7760](https://github.com/truecharts/charts/issues/7760)) - - \ No newline at end of file diff --git a/enterprise/blocky/5.0.7/CHANGELOG.md b/enterprise/blocky/5.0.8/CHANGELOG.md similarity index 92% rename from enterprise/blocky/5.0.7/CHANGELOG.md rename to enterprise/blocky/5.0.8/CHANGELOG.md index 5075ba7718..a18295dd69 100644 --- a/enterprise/blocky/5.0.7/CHANGELOG.md +++ b/enterprise/blocky/5.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [blocky-5.0.8](https://github.com/truecharts/charts/compare/blocky-5.0.7...blocky-5.0.8) (2023-03-07) + +### Fix + +- fix blocky servicemonitor + + + + ## [blocky-5.0.7](https://github.com/truecharts/charts/compare/blocky-5.0.6...blocky-5.0.7) (2023-03-07) ### Feat @@ -88,12 +97,3 @@ ## [blocky-4.0.21](https://github.com/truecharts/charts/compare/blocky-4.0.20...blocky-4.0.21) (2023-02-10) -### Fix - -- ensure new helm deps repo is used in latest releases as well. - - - - -## [blocky-4.0.20](https://github.com/truecharts/charts/compare/blocky-4.0.19...blocky-4.0.20) (2023-02-03) - diff --git a/enterprise/blocky/5.0.7/Chart.yaml b/enterprise/blocky/5.0.8/Chart.yaml similarity index 98% rename from enterprise/blocky/5.0.7/Chart.yaml rename to enterprise/blocky/5.0.8/Chart.yaml index def73defe9..4a96fd15d7 100644 --- a/enterprise/blocky/5.0.7/Chart.yaml +++ b/enterprise/blocky/5.0.8/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://0xerr0r.github.io/blocky/ - https://github.com/0xERR0R/blocky - https://github.com/Mozart409/blocky-frontend -version: 5.0.7 +version: 5.0.8 annotations: truecharts.org/catagories: | - network diff --git a/enterprise/blocky/5.0.7/LICENSE b/enterprise/blocky/5.0.8/LICENSE similarity index 100% rename from enterprise/blocky/5.0.7/LICENSE rename to enterprise/blocky/5.0.8/LICENSE diff --git a/enterprise/blocky/5.0.7/README.md b/enterprise/blocky/5.0.8/README.md similarity index 100% rename from enterprise/blocky/5.0.7/README.md rename to enterprise/blocky/5.0.8/README.md diff --git a/enterprise/blocky/5.0.8/app-changelog.md b/enterprise/blocky/5.0.8/app-changelog.md new file mode 100644 index 0000000000..ea6cc7d329 --- /dev/null +++ b/enterprise/blocky/5.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [blocky-5.0.8](https://github.com/truecharts/charts/compare/blocky-5.0.7...blocky-5.0.8) (2023-03-07) + +### Fix + +- fix blocky servicemonitor + + \ No newline at end of file diff --git a/enterprise/blocky/5.0.7/app-readme.md b/enterprise/blocky/5.0.8/app-readme.md similarity index 100% rename from enterprise/blocky/5.0.7/app-readme.md rename to enterprise/blocky/5.0.8/app-readme.md diff --git a/enterprise/blocky/5.0.7/charts/common-12.2.22.tgz b/enterprise/blocky/5.0.8/charts/common-12.2.22.tgz similarity index 100% rename from enterprise/blocky/5.0.7/charts/common-12.2.22.tgz rename to enterprise/blocky/5.0.8/charts/common-12.2.22.tgz diff --git a/enterprise/blocky/5.0.7/charts/redis-6.0.13.tgz b/enterprise/blocky/5.0.8/charts/redis-6.0.13.tgz similarity index 100% rename from enterprise/blocky/5.0.7/charts/redis-6.0.13.tgz rename to enterprise/blocky/5.0.8/charts/redis-6.0.13.tgz diff --git a/enterprise/blocky/5.0.7/ix_values.yaml b/enterprise/blocky/5.0.8/ix_values.yaml similarity index 99% rename from enterprise/blocky/5.0.7/ix_values.yaml rename to enterprise/blocky/5.0.8/ix_values.yaml index da80f4bde2..455d30c805 100644 --- a/enterprise/blocky/5.0.7/ix_values.yaml +++ b/enterprise/blocky/5.0.8/ix_values.yaml @@ -319,7 +319,7 @@ metrics: # -- Enable and configure a Prometheus serviceMonitor for the chart under this key. # @default -- See values.yaml enabled: true - type: serviceMonitor + type: "servicemonitor" endpoints: - port: main path: /metrics diff --git a/enterprise/blocky/5.0.7/questions.yaml b/enterprise/blocky/5.0.8/questions.yaml similarity index 99% rename from enterprise/blocky/5.0.7/questions.yaml rename to enterprise/blocky/5.0.8/questions.yaml index d648962934..8012665734 100644 --- a/enterprise/blocky/5.0.7/questions.yaml +++ b/enterprise/blocky/5.0.8/questions.yaml @@ -1405,8 +1405,8 @@ questions: type: string required: true default: Prefix - - variable: clusterIssuer - label: clusterIssuer + - variable: certificateIssuer + label: Cert-Manager clusterIssuer description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' schema: type: string @@ -1437,7 +1437,7 @@ questions: default: "" required: true - - variable: clusterIssuer + - variable: certificateIssuer label: Use Cert-Manager clusterIssuer description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' schema: diff --git a/enterprise/blocky/5.0.7/templates/NOTES.txt b/enterprise/blocky/5.0.8/templates/NOTES.txt similarity index 100% rename from enterprise/blocky/5.0.7/templates/NOTES.txt rename to enterprise/blocky/5.0.8/templates/NOTES.txt diff --git a/enterprise/blocky/5.0.7/templates/_blockyConfig.tpl b/enterprise/blocky/5.0.8/templates/_blockyConfig.tpl similarity index 100% rename from enterprise/blocky/5.0.7/templates/_blockyConfig.tpl rename to enterprise/blocky/5.0.8/templates/_blockyConfig.tpl diff --git a/enterprise/blocky/5.0.7/templates/_k8sgateway.tpl b/enterprise/blocky/5.0.8/templates/_k8sgateway.tpl similarity index 100% rename from enterprise/blocky/5.0.7/templates/_k8sgateway.tpl rename to enterprise/blocky/5.0.8/templates/_k8sgateway.tpl diff --git a/enterprise/blocky/5.0.7/templates/common.yaml b/enterprise/blocky/5.0.8/templates/common.yaml similarity index 100% rename from enterprise/blocky/5.0.7/templates/common.yaml rename to enterprise/blocky/5.0.8/templates/common.yaml diff --git a/enterprise/blocky/5.0.7/values.yaml b/enterprise/blocky/5.0.8/values.yaml similarity index 100% rename from enterprise/blocky/5.0.7/values.yaml rename to enterprise/blocky/5.0.8/values.yaml