diff --git a/ndustrial/deployment/Chart.yaml b/ndustrial/deployment/Chart.yaml index 5f55bbe..53c0839 100644 --- a/ndustrial/deployment/Chart.yaml +++ b/ndustrial/deployment/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - email: devops@ndustrial.io name: DevOps # Please make sure that version and appVersion are always the same. -version: 0.1.61 -appVersion: 0.1.61 +version: 0.1.62 +appVersion: 0.1.62 diff --git a/ndustrial/deployment/README.md b/ndustrial/deployment/README.md index 7a9d2de..63d2af7 100644 --- a/ndustrial/deployment/README.md +++ b/ndustrial/deployment/README.md @@ -1,3 +1,7 @@ +## Bumping chart + +When this chart is bumped, the `nio-api` chart should also be bumped to pull in any changes. + ## Parameters ### Global parameters diff --git a/ndustrial/nio-api/Chart.yaml b/ndustrial/nio-api/Chart.yaml index 01660b7..15ed736 100644 --- a/ndustrial/nio-api/Chart.yaml +++ b/ndustrial/nio-api/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - email: devops@ndustrial.io name: DevOps # Please make sure that version and appVersion are always the same. -version: 1.0.8 -appVersion: 1.0.8 +version: 1.0.9 +appVersion: 1.0.9 diff --git a/ndustrial/nio-api/values.yaml b/ndustrial/nio-api/values.yaml index 70005aa..100d318 100644 --- a/ndustrial/nio-api/values.yaml +++ b/ndustrial/nio-api/values.yaml @@ -256,6 +256,14 @@ autoscaling: targetCPUUtilizationPercentage: 80 ## @param autoscaling.targetMemoryUtilizationPercentage targetMemoryUtilizationPercentage: 80 +## @section DatadogMetric parameters +datadogmetric: + ## @param datadogmetric.enabled + enabled: false + ## @param datadogmetric.name + name: "" + ## @param datadogmetric.query + query: "" ## @section Pod Image parameters image: ## @skip image.debug