diff --git a/charts/gotenberg/CHANGELOG.md b/charts/gotenberg/CHANGELOG.md index 0e41c30..c292aa4 100644 --- a/charts/gotenberg/CHANGELOG.md +++ b/charts/gotenberg/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.1 + +- Fix typo in `.Values.prometheus.namespace`. (Thanks to Szczepan Rędzioch | [@redzioch](https://github.com/redzioch)) +- Bump `gotenberg` version `8.0.1` -> `8.0.2`. + ## 1.0.0 - Bump `gotenberg` version `7.10.1` -> `8.0.1`. diff --git a/charts/gotenberg/Chart.yaml b/charts/gotenberg/Chart.yaml index fa20aea..2af3c6e 100644 --- a/charts/gotenberg/Chart.yaml +++ b/charts/gotenberg/Chart.yaml @@ -16,13 +16,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "1.0.0" +version: "1.0.1" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "8.0.1" +appVersion: "8.0.2" keywords: - gotenberg diff --git a/charts/gotenberg/README.md b/charts/gotenberg/README.md index e7dc598..4e61666 100644 --- a/charts/gotenberg/README.md +++ b/charts/gotenberg/README.md @@ -1,7 +1,7 @@ # Gotenberg [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/gotenberg)](https://artifacthub.io/packages/search?repo=gotenberg) -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.1](https://img.shields.io/badge/AppVersion-8.0.1-informational?style=flat-square) +![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.2](https://img.shields.io/badge/AppVersion-8.0.2-informational?style=flat-square) This is a HELM chart for Gotenberg. @@ -102,7 +102,7 @@ helm upgrade my-release maikumori/gotenberg --install | prometheus.collectInterval | string | `""` | Set the interval for collecting modules' metrics (default 1s) | | prometheus.disableCollect | bool | `false` | Disable the collect of metrics | | prometheus.disableRouterLogging | bool | `false` | Disable the route logging | -| prometheus.namespece | string | `""` | Set the namespace of modules' metrics (default "gotenberg") | +| prometheus.namespace | string | `""` | Set the namespace of modules' metrics (default "gotenberg") | | replicaCount | int | `1` | | | resources | object | `{}` | | | securityContext.privileged | bool | `false` | | diff --git a/charts/gotenberg/values.yaml b/charts/gotenberg/values.yaml index 3cc4055..b65e2d3 100644 --- a/charts/gotenberg/values.yaml +++ b/charts/gotenberg/values.yaml @@ -198,7 +198,7 @@ prometheus: # -- Set the interval for collecting modules' metrics (default 1s) collectInterval: "" # -- Set the namespace of modules' metrics (default "gotenberg") - namespece: "" + namespace: "" # -- Disable the collect of metrics disableCollect: false # -- Disable the route logging